#include <freetype/freetype.h>
#include <freetype/ftcolor.h>
Go to the source code of this file.
|
FT_BEGIN_HEADER | FT_Bitmap_Init (FT_Bitmap *abitmap) |
|
| FT_Bitmap_New (FT_Bitmap *abitmap) |
|
| FT_Bitmap_Copy (FT_Library library, const FT_Bitmap *source, FT_Bitmap *target) |
|
| 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_Bitmap_Blend (FT_Library library, const FT_Bitmap *source, const FT_Vector source_offset, FT_Bitmap *target, FT_Vector *atarget_offset, FT_Color color) |
|
| FT_GlyphSlot_Own_Bitmap (FT_GlyphSlot slot) |
|
| FT_Bitmap_Done (FT_Library library, FT_Bitmap *bitmap) |
|
◆ FT_Bitmap_Blend()
◆ FT_Bitmap_Convert()
◆ FT_Bitmap_Copy()
◆ FT_Bitmap_Done()
◆ FT_Bitmap_Embolden()
◆ FT_Bitmap_Init()
◆ FT_Bitmap_New()
◆ FT_GlyphSlot_Own_Bitmap()