#include <ft2build.h>
Go to the source code of this file.
Functions |
| | FT_Bitmap_New (FT_Bitmap *abitmap) |
| | FT_Bitmap_Copy (FT_Library library, const FT_Bitmap *source, FT_Bitmap *target) |
| static FT_Error | ft_bitmap_assure_buffer (FT_Memory memory, FT_Bitmap *bitmap, FT_UInt xpixels, FT_UInt ypixels) |
| | FT_Bitmap_Embolden (FT_Library library, FT_Bitmap *bitmap, FT_Pos xStrength, FT_Pos yStrength) |
| | FT_Bitmap_Convert (FT_Library library, const FT_Bitmap *source, FT_Bitmap *target, FT_Int alignment) |
| | FT_GlyphSlot_Own_Bitmap (FT_GlyphSlot slot) |
| | FT_Bitmap_Done (FT_Library library, FT_Bitmap *bitmap) |
Variables |
| static const FT_Bitmap | null_bitmap = { 0, 0, 0, 0, 0, 0, 0, 0 } |