Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Functions | |
t1_cmap_std_done (T1_CMapStd cmap) | |
t1_cmap_std_char_index (T1_CMapStd cmap, FT_UInt32 char_code) | |
t1_cmap_std_char_next (T1_CMapStd cmap, FT_UInt32 *pchar_code) | |
t1_cmap_standard_init (T1_CMapStd cmap) | |
t1_cmap_expert_init (T1_CMapStd cmap) | |
t1_cmap_custom_init (T1_CMapCustom cmap) | |
t1_cmap_custom_done (T1_CMapCustom cmap) | |
t1_cmap_custom_char_index (T1_CMapCustom cmap, FT_UInt32 char_code) | |
t1_cmap_custom_char_next (T1_CMapCustom cmap, FT_UInt32 *pchar_code) | |
psaux_get_glyph_name (T1_Face face, FT_UInt idx) | |
t1_cmap_unicode_init (PS_Unicodes unicodes) | |
t1_cmap_unicode_done (PS_Unicodes unicodes) | |
t1_cmap_unicode_char_index (PS_Unicodes unicodes, FT_UInt32 char_code) | |
t1_cmap_unicode_char_next (PS_Unicodes unicodes, FT_UInt32 *pchar_code) | |
Definition at line 267 of file t1cmap.c.
References FT_CALLBACK_DEF, T1_FontRec_::glyph_names, idx, and T1_FaceRec_::type1.
Referenced by t1_cmap_unicode_init().
t1_cmap_custom_char_index | ( | T1_CMapCustom | cmap, |
FT_UInt32 | char_code | ||
) |
Definition at line 202 of file t1cmap.c.
References FT_CALLBACK_DEF.
t1_cmap_custom_char_next | ( | T1_CMapCustom | cmap, |
FT_UInt32 * | pchar_code | ||
) |
Definition at line 217 of file t1cmap.c.
References FT_CALLBACK_TABLE_DEF.
t1_cmap_custom_done | ( | T1_CMapCustom | cmap | ) |
Definition at line 193 of file t1cmap.c.
References FT_CALLBACK_DEF, and NULL.
t1_cmap_custom_init | ( | T1_CMapCustom | cmap | ) |
Definition at line 175 of file t1cmap.c.
References T1_FontRec_::encoding, FT_ASSERT, FT_CALLBACK_DEF, FT_CMAP_FACE, NULL, and T1_FaceRec_::type1.
t1_cmap_expert_init | ( | T1_CMapStd | cmap | ) |
t1_cmap_standard_init | ( | T1_CMapStd | cmap | ) |
t1_cmap_std_char_index | ( | T1_CMapStd | cmap, |
FT_UInt32 | char_code | ||
) |
Definition at line 63 of file t1cmap.c.
References code, FT_CALLBACK_DEF, and ft_strcmp.
Referenced by t1_cmap_std_char_next().
t1_cmap_std_char_next | ( | T1_CMapStd | cmap, |
FT_UInt32 * | pchar_code | ||
) |
Definition at line 99 of file t1cmap.c.
References FT_CALLBACK_DEF, and t1_cmap_std_char_index().
t1_cmap_std_done | ( | T1_CMapStd | cmap | ) |
Definition at line 53 of file t1cmap.c.
References FT_CALLBACK_DEF, and NULL.
t1_cmap_unicode_char_index | ( | PS_Unicodes | unicodes, |
FT_UInt32 | char_code | ||
) |
Definition at line 304 of file t1cmap.c.
References FT_CALLBACK_DEF, FT_CMAP_FACE, and T1_FaceRec_::psnames.
t1_cmap_unicode_char_next | ( | PS_Unicodes | unicodes, |
FT_UInt32 * | pchar_code | ||
) |
Definition at line 316 of file t1cmap.c.
References FT_CALLBACK_TABLE_DEF, FT_CMAP_FACE, and T1_FaceRec_::psnames.
t1_cmap_unicode_done | ( | PS_Unicodes | unicodes | ) |
Definition at line 292 of file t1cmap.c.
References FT_CALLBACK_DEF, FT_CMAP_FACE, FT_FACE_MEMORY, and FT_FREE.
t1_cmap_unicode_init | ( | PS_Unicodes | unicodes | ) |
Definition at line 275 of file t1cmap.c.
References FT_CALLBACK_DEF, FT_CMAP_FACE, FT_FACE_MEMORY, NULL, T1_FontRec_::num_glyphs, psaux_get_glyph_name(), T1_FaceRec_::psnames, and T1_FaceRec_::type1.
FT_CALLBACK_TABLE_DEF const FT_CMap_ClassRec t1_cmap_custom_class_rec |
FT_CALLBACK_TABLE_DEF const FT_CMap_ClassRec t1_cmap_expert_class_rec |
FT_CALLBACK_TABLE_DEF const FT_CMap_ClassRec t1_cmap_standard_class_rec |
FT_CALLBACK_TABLE_DEF const FT_CMap_ClassRec t1_cmap_unicode_class_rec |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.