#include <ft2build.h>
#include <stddef.h>
Go to the source code of this file.
◆ FT_BOOL
Definition at line 574 of file fttypes.h.
Referenced by af_latin2_hints_compute_blue_edges(), af_latin_hints_compute_blue_edges(), cff_slot_load(), cid_slot_load_glyph(), FT_Open_Face(), FT_Stroker_BeginSubPath(), ftc_basic_gnode_compare_faceid(), ftc_cmap_node_compare(), ftc_cmap_node_remove_faceid(), ftc_face_node_compare(), ftc_gnode_compare(), ftc_snode_compare(), otv_GDEF_validate(), pfr_face_get_kerning(), pfr_face_init(), pfr_slot_load(), PS_Conv_Strtol(), PS_Conv_ToFixed(), sfnt_load_face(), and T1_Load_Glyph().
◆ FT_ERR
Definition at line 582 of file fttypes.h.
Referenced by afm_parser_parse(), BDF_Size_Request(), FT_Attach_Stream(), FT_Done_Face(), FT_Get_BDF_Charset_ID(), FT_Get_BDF_Property(), FT_Get_CID_From_Glyph_Index(), FT_Get_CID_Is_Internally_CID_Keyed(), FT_Get_CID_Registry_Ordering_Supplement(), FT_Get_Glyph_Name(), FT_Get_PS_Font_Info(), FT_Get_PS_Font_Private(), FT_Get_SubGlyph_Info(), FT_Get_WinFNT_Header(), FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), FT_New_Memory_Face(), FT_Outline_Render(), FT_Raccess_Guess(), FT_Render_Glyph_Internal(), FTC_Manager_RegisterCache(), main(), PCF_Size_Request(), pfr_get_advance(), ps_parser_load_field_table(), t1_builder_start_point(), T1_Read_Metrics(), T1_Set_MM_Blend(), T1_Set_MM_Design(), and T1_Set_Var_Design().
◆ FT_ERR_CAT
◆ FT_ERR_EQ
◆ FT_ERR_NEQ
◆ FT_ERR_XCAT
#define FT_ERR_XCAT |
( |
|
x, |
|
|
|
y |
|
) |
| x ## y |
◆ FT_ERROR_BASE
#define FT_ERROR_BASE |
( |
|
x | ) |
( (x) & 0xFF ) |
◆ FT_ERROR_MODULE
#define FT_ERROR_MODULE |
( |
|
x | ) |
( (x) & 0xFF00U ) |
◆ FT_IS_EMPTY
#define FT_IS_EMPTY |
( |
|
list | ) |
( (list).head == 0 ) |
◆ FT_MAKE_TAG
#define FT_MAKE_TAG |
( |
|
_x1, |
|
|
|
_x2, |
|
|
|
_x3, |
|
|
|
_x4 |
|
) |
| |
◆ FT_Byte
◆ FT_Bytes
◆ FT_Char
◆ FT_Data
◆ FT_Error
◆ FT_F26Dot6
◆ FT_F2Dot14
◆ FT_Fixed
◆ FT_FWord
◆ FT_Generic
◆ FT_Generic_Finalizer
◆ FT_Int
◆ FT_List
◆ FT_ListNode
◆ FT_ListNodeRec
◆ FT_ListRec
◆ FT_Long
◆ FT_Matrix
◆ FT_Offset
◆ FT_Pointer
◆ FT_PtrDist
◆ FT_Short
◆ FT_String
◆ FT_Tag
◆ FT_UFWord
◆ FT_UInt
◆ FT_ULong
◆ FT_UnitVector
◆ FT_UShort
◆ FT_Bool
Definition at line 104 of file fttypes.h.
Referenced by af_face_globals_get_metrics(), af_face_globals_is_digit(), af_latin2_hints_compute_blue_edges(), af_latin2_hints_compute_edges(), af_latin2_metrics_check_digits(), af_latin_hints_compute_blue_edges(), af_latin_hints_compute_edges(), af_latin_hints_compute_segments(), af_latin_metrics_check_digits(), cf2_arrstack_finalize(), cf2_blues_capture(), cf2_blues_init(), cf2_buf_readByte(), cf2_getGlyphWidth(), cf2_hint_isBottom(), cf2_hint_isTop(), cf2_hint_isValid(), cf2_hintmap_init(), cf2_hintmask_init(), cf2_hintmask_isValid(), cf2_interpT2CharString(), cff_face_init(), cff_slot_load(), cid_slot_load_glyph(), FT_Attach_Stream(), FT_Face_CheckTrueTypePatents(), FT_Face_SetUnpatentedHinting(), FT_Get_CID_Is_Internally_CID_Keyed(), FT_GlyphLoader_CheckPoints(), FT_Load_Glyph(), FT_New_Memory_Face(), FT_Open_Face(), FT_Outline_Render(), FT_Outline_Transform(), ft_property_do(), FT_Render_Glyph_Internal(), FT_Stream_ReadFields(), FT_Stroker_ConicTo(), FT_Stroker_CubicTo(), ftc_basic_family_load_glyph(), ftc_basic_gnode_compare_faceid(), FTC_Cache_RemoveFaceID(), ftc_cmap_node_compare(), ftc_cmap_node_weight(), ftc_gnode_compare(), FTC_GNode_Done(), ftc_size_node_done(), ftc_snode_compare(), ftc_snode_weight(), if(), otv_GDEF_validate(), PCF_Face_Init(), pcf_find_property(), pcf_load_font(), pfr_face_get_kerning(), pfr_header_check(), pfr_header_load(), pfr_slot_load(), PS_Conv_Strtol(), PS_Conv_ToFixed(), sfnt_load_face(), t1_decoder_parse_charstrings(), T1_Face_Init(), T1_Load_Glyph(), tt_cmap_init(), tt_face_done(), tt_face_get_metrics(), tt_face_load_hmtx(), tt_face_load_strike_metrics(), and tt_face_lookup_table().