Go to the source code of this file.
◆ FT_Get_CID_From_Glyph_Index()
Definition at line 91 of file ftcid.c.
94 {
97
98
100 {
101 FT_Service_CID service;
102
103
105
106 if ( service && service->get_cid_from_glyph_index )
107 error = service->get_cid_from_glyph_index(
face, glyph_index, &
c);
108 }
109
112
114 }
#define FT_FACE_FIND_SERVICE(face, ptr, id)
GLenum GLuint GLint GLenum face
◆ FT_Get_CID_Is_Internally_CID_Keyed()
Definition at line 65 of file ftcid.c.
67 {
70
71
73 {
74 FT_Service_CID service;
75
76
78
79 if ( service && service->get_is_cid )
81 }
82
83 if ( is_cid )
84 *is_cid = ic;
85
87 }
FT_BEGIN_HEADER typedef unsigned char FT_Bool
◆ FT_Get_CID_Registry_Ordering_Supplement()
Definition at line 27 of file ftcid.c.
31 {
36
37
39
41 {
42 FT_Service_CID service;
43
44
46
47 if ( service && service->get_ros )
49 }
50
53
56
59
61 }
const char const char FT_Int * supplement
static enum @1042 ordering
GLdouble GLdouble GLdouble r