|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <ft2build.h>
#include "basepic.h"
Go to the source code of this file.
Defines |
| #define | FT_COMPONENT trace_glyph |
Functions |
| | ft_bitmap_glyph_init (FT_Glyph bitmap_glyph, FT_GlyphSlot slot) |
| | ft_bitmap_glyph_copy (FT_Glyph bitmap_source, FT_Glyph bitmap_target) |
| | ft_bitmap_glyph_done (FT_Glyph bitmap_glyph) |
| | ft_bitmap_glyph_bbox (FT_Glyph bitmap_glyph, FT_BBox *cbox) |
| | FT_DEFINE_GLYPH (ft_bitmap_glyph_class, sizeof(FT_BitmapGlyphRec), FT_GLYPH_FORMAT_BITMAP, ft_bitmap_glyph_init, ft_bitmap_glyph_done, ft_bitmap_glyph_copy, 0, ft_bitmap_glyph_bbox, 0) |
| | ft_outline_glyph_done (FT_Glyph outline_glyph) |
| | ft_outline_glyph_copy (FT_Glyph outline_source, FT_Glyph outline_target) |
| | ft_outline_glyph_transform (FT_Glyph outline_glyph, const FT_Matrix *matrix, const FT_Vector *delta) |
| | ft_outline_glyph_bbox (FT_Glyph outline_glyph, FT_BBox *bbox) |
| | ft_outline_glyph_prepare (FT_Glyph outline_glyph, FT_GlyphSlot slot) |
| | FT_DEFINE_GLYPH (ft_outline_glyph_class, sizeof(FT_OutlineGlyphRec), FT_GLYPH_FORMAT_OUTLINE, ft_outline_glyph_init, ft_outline_glyph_done, ft_outline_glyph_copy, ft_outline_glyph_transform, ft_outline_glyph_bbox, ft_outline_glyph_prepare) |
| | FT_Glyph_Copy (FT_Glyph source, FT_Glyph *target) |
| | FT_Get_Glyph (FT_GlyphSlot slot, FT_Glyph *aglyph) |
| | 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) |
Generated on Mon May 28 2012 06:00:16 for ReactOS by
1.7.6.1
|