#include <ft2build.h>
Go to the source code of this file.
◆ FT_Get_FSType_Flags()
FT_Get_FSType_Flags |
( |
FT_Face |
face | ) |
|
Definition at line 28 of file ftfstype.c.
29 {
31
32
33
35 {
36 FT_Service_PsInfo service =
NULL;
37
38
40
41 if ( service && service->ps_get_font_extra )
42 {
44
45
46 if ( !service->ps_get_font_extra(
face, &
extra ) &&
49 }
50 }
51
52
53
57
58 return 0;
59 }
#define FT_FACE_FIND_SERVICE(face, ptr, id)
GLenum GLuint GLint GLenum face
FT_Get_Sfnt_Table(FT_Face face, FT_Sfnt_Tag tag)