|
XenevaOS
|
#include <ft2build.h>

Go to the source code of this file.
Classes | |
| struct | FT_GlyphRec_ |
| struct | FT_BitmapGlyphRec_ |
| struct | FT_OutlineGlyphRec_ |
Macros | |
| #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_GlyphRec_ | FT_GlyphRec |
| typedef struct FT_BitmapGlyphRec_ * | FT_BitmapGlyph |
| typedef struct FT_BitmapGlyphRec_ | FT_BitmapGlyphRec |
| typedef struct FT_OutlineGlyphRec_ * | FT_OutlineGlyph |
| typedef struct FT_OutlineGlyphRec_ | FT_OutlineGlyphRec |
| typedef enum FT_Glyph_BBox_Mode_ | FT_Glyph_BBox_Mode |
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_New_Glyph (FT_Library library, FT_Glyph_Format format, FT_Glyph *aglyph) | |
| 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) | |
| #define ft_glyph_bbox_gridfit FT_GLYPH_BBOX_GRIDFIT |
| #define ft_glyph_bbox_pixels FT_GLYPH_BBOX_PIXELS |
| #define ft_glyph_bbox_subpixels FT_GLYPH_BBOX_SUBPIXELS |
| #define ft_glyph_bbox_truncate FT_GLYPH_BBOX_TRUNCATE |
| #define ft_glyph_bbox_unscaled FT_GLYPH_BBOX_UNSCALED |
| typedef struct FT_BitmapGlyphRec_* FT_BitmapGlyph |
| typedef struct FT_BitmapGlyphRec_ FT_BitmapGlyphRec |
| typedef struct FT_GlyphRec_* FT_Glyph |
| typedef enum FT_Glyph_BBox_Mode_ FT_Glyph_BBox_Mode |
| typedef typedefFT_BEGIN_HEADER struct FT_Glyph_Class_ FT_Glyph_Class |
| typedef struct FT_GlyphRec_ FT_GlyphRec |
| typedef struct FT_OutlineGlyphRec_* FT_OutlineGlyph |
| typedef struct FT_OutlineGlyphRec_ FT_OutlineGlyphRec |
| enum FT_Glyph_BBox_Mode_ |
| FT_Done_Glyph | ( | FT_Glyph | glyph | ) |
| FT_Get_Glyph | ( | FT_GlyphSlot | slot, |
| FT_Glyph * | aglyph | ||
| ) |
| FT_Glyph_To_Bitmap | ( | FT_Glyph * | the_glyph, |
| FT_Render_Mode | render_mode, | ||
| FT_Vector * | origin, | ||
| FT_Bool | destroy | ||
| ) |
| FT_Matrix_Invert | ( | FT_Matrix * | matrix | ) |
| FT_New_Glyph | ( | FT_Library | library, |
| FT_Glyph_Format | format, | ||
| FT_Glyph * | aglyph | ||
| ) |