// glyphvisitor-bitmap-handling.h // // Invoke API functions that deal with bitmap handling. // // Copyright 2018-2019 by // Armin Hasitzka. // // 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. #ifndef VISITORS_GLYPH_VISITOR_BITMAP_HANDLING_H_ #define VISITORS_GLYPH_VISITOR_BITMAP_HANDLING_H_ #include <ft2build.h> #include FT_COLOR_H #include "visitors/glyphvisitor.h" namespace freetype { class GlyphVisitorBitmapHandling : public GlyphVisitor { … }; } #endif // VISITORS_GLYPH_VISITOR_BITMAP_HANDLING_H_