ReactOS 0.4.16-dev-2-g02a6913
|
#include <ft2build.h>
Go to the source code of this file.
Classes | |
struct | FT_GlyphRec_ |
struct | FT_BitmapGlyphRec_ |
struct | FT_OutlineGlyphRec_ |
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_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_GlyphRec_* FT_Glyph |
typedef typedefFT_BEGIN_HEADER struct FT_Glyph_Class_ FT_Glyph_Class |
typedef struct FT_GlyphRec_ FT_GlyphRec |
typedef struct FT_OutlineGlyphRec_* FT_OutlineGlyph |
Enumerator | |
---|---|
FT_GLYPH_BBOX_UNSCALED | |
FT_GLYPH_BBOX_SUBPIXELS | |
FT_GLYPH_BBOX_GRIDFIT | |
FT_GLYPH_BBOX_TRUNCATE | |
FT_GLYPH_BBOX_PIXELS |
Definition at line 323 of file ftglyph.h.
FT_Done_Glyph | ( | FT_Glyph | glyph | ) |
Definition at line 633 of file ftglyph.c.
Referenced by FT_Get_Glyph(), FT_Glyph_Copy(), FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), FT_Glyph_To_Bitmap(), ftc_inode_free(), IntGetBitmapGlyphWithCache(), and RemoveCachedEntry().
FT_Get_Glyph | ( | FT_GlyphSlot | slot, |
FT_Glyph * | aglyph | ||
) |
Definition at line 363 of file ftglyph.c.
Referenced by ftc_basic_family_load_glyph(), and IntGetBitmapGlyphWithCache().
Definition at line 316 of file ftglyph.c.
Referenced by FT_Glyph_Stroke(), and FT_Glyph_StrokeBorder().
Definition at line 480 of file ftglyph.c.
FT_Glyph_To_Bitmap | ( | FT_Glyph * | the_glyph, |
FT_Render_Mode | render_mode, | ||
FT_Vector * | origin, | ||
FT_Bool | destroy | ||
) |
Definition at line 527 of file ftglyph.c.
Referenced by IntGetBitmapGlyphWithCache().
Definition at line 447 of file ftglyph.c.
Referenced by FT_Glyph_To_Bitmap().
FT_Matrix_Invert | ( | FT_Matrix * | matrix | ) |
Definition at line 689 of file ftcalc.c.
Referenced by af_loader_load_glyph().
Definition at line 661 of file ftcalc.c.
Referenced by ftGdiGetGlyphOutline(), and IntExtTextOutW().