#include <ft2build.h>
Go to the source code of this file.
◆ FT_Get_CID_From_Glyph_Index()
Definition at line 92 of file ftcid.c.
95 {
98
99
101 {
102 FT_Service_CID service;
103
104
106
107 if ( service && service->get_cid_from_glyph_index )
108 error = service->get_cid_from_glyph_index(
face, glyph_index, &
c);
109 }
110
113
115 }
#define FT_FACE_FIND_SERVICE(face, ptr, id)
GLenum GLuint GLint GLenum face
◆ FT_Get_CID_Is_Internally_CID_Keyed()
Definition at line 66 of file ftcid.c.
68 {
71
72
74 {
75 FT_Service_CID service;
76
77
79
80 if ( service && service->get_is_cid )
82 }
83
84 if ( is_cid )
85 *is_cid = ic;
86
88 }
FT_BEGIN_HEADER typedef unsigned char FT_Bool
◆ FT_Get_CID_Registry_Ordering_Supplement()
Definition at line 28 of file ftcid.c.
32 {
37
38
40
42 {
43 FT_Service_CID service;
44
45
47
48 if ( service && service->get_ros )
50 }
51
54
57
60
62 }
const char const char FT_Int * supplement
static enum @963 ordering
GLdouble GLdouble GLdouble r