Go to the source code of this file.
◆ FT_Palette_Data_Get()
Definition at line 117 of file ftcolor.c.
119 {
122
123
124 return FT_THROW( Unimplemented_Feature );
125 }
GLenum GLuint GLint GLenum face
◆ FT_Palette_Select()
Definition at line 129 of file ftcolor.c.
132 {
136
137
138 return FT_THROW( Unimplemented_Feature );
139 }
◆ FT_Palette_Set_Foreground_Color()
| FT_Palette_Set_Foreground_Color |
( |
FT_Face |
face, |
|
|
FT_Color |
foreground_color |
|
) |
| |
Definition at line 143 of file ftcolor.c.
145 {
148
149
150 return FT_THROW( Unimplemented_Feature );
151 }