// type42.cpp // // Implementation of Type42FuzzTarget. // // Copyright 2018-2019 by // Armin Hasitzka, David Turner, Robert Wilhelm, and Werner Lemberg. // // This file is part of the FreeType project, and may only be used, // modified, and distributed under the terms of the FreeType project // license, LICENSE.TXT. By continuing to use, modify, or distribute // this file you indicate that you have read the license and // understand and accept it fully. #include "targets/font-drivers/type42.h" #include <utility> // std::move #include "iterators/faceloaditerator.h" #include "iterators/faceprepiterator-bitmaps.h" #include "iterators/faceprepiterator-outlines.h" #include "visitors/facevisitor-charcodes.h" #include "visitors/facevisitor-type1tables.h" #include "visitors/facevisitor-variants.h" freetype::Type42FuzzTarget:: Type42FuzzTarget() { … }