#include <ft2build.h>
Go to the source code of this file.
Data Structures |
| struct | FT_GlyphRec |
| struct | FT_BitmapGlyphRec |
| struct | FT_OutlineGlyphRec |
Defines |
| #define | ft_glyph_bbox_unscaled FT_GLYPH_BBOX_UNSCALED |
| #define | ft_glyph_bbox_subpixels FT_GLYPH_BBOX_SUBPIXELS |
| #define | ft_glyph_bbox_gridfit FT_GLYPH_BBOX_GRIDFIT |
| #define | ft_glyph_bbox_truncate FT_GLYPH_BBOX_TRUNCATE |
| #define | ft_glyph_bbox_pixels FT_GLYPH_BBOX_PIXELS |
Typedefs |
typedef typedefFT_BEGIN_HEADER
struct FT_Glyph_Class_ | FT_Glyph_Class |
| typedef struct FT_GlyphRec_ * | FT_Glyph |
| typedef struct FT_BitmapGlyphRec_ * | FT_BitmapGlyph |
typedef struct
FT_OutlineGlyphRec_ * | FT_OutlineGlyph |
Enumerations |
| enum | FT_Glyph_BBox_Mode {
FT_GLYPH_BBOX_UNSCALED = 0,
FT_GLYPH_BBOX_SUBPIXELS = 0,
FT_GLYPH_BBOX_GRIDFIT = 1,
FT_GLYPH_BBOX_TRUNCATE = 2,
FT_GLYPH_BBOX_PIXELS = 3
} |
Functions |
| | FT_Get_Glyph (FT_GlyphSlot slot, FT_Glyph *aglyph) |
| | FT_Glyph_Copy (FT_Glyph source, FT_Glyph *target) |
| | FT_Glyph_Transform (FT_Glyph glyph, FT_Matrix *matrix, FT_Vector *delta) |
| | FT_Glyph_Get_CBox (FT_Glyph glyph, FT_UInt bbox_mode, FT_BBox *acbox) |
| | FT_Glyph_To_Bitmap (FT_Glyph *the_glyph, FT_Render_Mode render_mode, FT_Vector *origin, FT_Bool destroy) |
| | FT_Done_Glyph (FT_Glyph glyph) |
| | FT_Matrix_Multiply (const FT_Matrix *a, FT_Matrix *b) |
| | FT_Matrix_Invert (FT_Matrix *matrix) |