#include <ft2build.h>
#include "ttobjs.h"
Go to the source code of this file.
|
#define | TTAG_wght FT_MAKE_TAG( 'w', 'g', 'h', 't' ) |
|
#define | TTAG_wdth FT_MAKE_TAG( 'w', 'd', 't', 'h' ) |
|
#define | TTAG_opsz FT_MAKE_TAG( 'o', 'p', 's', 'z' ) |
|
#define | TTAG_slnt FT_MAKE_TAG( 's', 'l', 'n', 't' ) |
|
|
| TT_Set_MM_Blend (TT_Face face, FT_UInt num_coords, FT_Fixed *coords) |
|
| TT_Set_Var_Design (TT_Face face, FT_UInt num_coords, FT_Fixed *coords) |
|
| TT_Get_MM_Var (TT_Face face, FT_MM_Var **master) |
|
| tt_face_vary_cvt (TT_Face face, FT_Stream stream) |
|
| TT_Vary_Get_Glyph_Deltas (TT_Face face, FT_UInt glyph_index, FT_Vector **deltas, FT_UInt n_points) |
|
| tt_done_blend (FT_Memory memory, GX_Blend blend) |
|
◆ TTAG_opsz
◆ TTAG_slnt
◆ TTAG_wdth
◆ TTAG_wght
◆ GX_AVarCorrespondence
◆ GX_AVarCorrespondenceRec_
◆ GX_AVarSegment
◆ GX_AVarSegmentRec
◆ GX_BlendRec
◆ GX_TupleCountFlags
◆ GX_TupleIndexFlags
◆ GX_TupleCountFlags_
Enumerator |
---|
GX_TC_TUPLES_SHARE_POINT_NUMBERS | |
GX_TC_RESERVED_TUPLE_FLAGS | |
GX_TC_TUPLE_COUNT_MASK | |
Definition at line 109 of file ttgxvar.h.
◆ GX_TupleIndexFlags_
Enumerator |
---|
GX_TI_EMBEDDED_TUPLE_COORD | |
GX_TI_INTERMEDIATE_TUPLE | |
GX_TI_PRIVATE_POINT_NUMBERS | |
GX_TI_RESERVED_TUPLE_FLAG | |
GX_TI_TUPLE_INDEX_MASK | |
Definition at line 127 of file ttgxvar.h.
◆ tt_done_blend()
tt_done_blend |
( |
FT_Memory |
memory, |
|
|
GX_Blend |
blend |
|
) |
| |
◆ tt_face_vary_cvt()
◆ TT_Get_MM_Var()
◆ TT_Set_MM_Blend()
◆ TT_Set_Var_Design()
◆ TT_Vary_Get_Glyph_Deltas()