Go to the source code of this file.
|
typedef FT_UShort(* | FT_Get_Standard_Encoding_Func) (FT_UInt charcode) |
|
typedef FT_Error(* | FT_Load_Private_Dict_Func) (CFF_Font font, CFF_SubFont subfont, FT_UInt lenNDV, FT_Fixed *NDV) |
|
typedef FT_Byte(* | FT_FD_Select_Get_Func) (CFF_FDSelect fdselect, FT_UInt glyph_index) |
|
typedef FT_Bool(* | FT_Blend_Check_Vector_Func) (CFF_Blend blend, FT_UInt vsindex, FT_UInt lenNDV, FT_Fixed *NDV) |
|
typedef FT_Error(* | FT_Blend_Build_Vector_Func) (CFF_Blend blend, FT_UInt vsindex, FT_UInt lenNDV, FT_Fixed *NDV) |
|
◆ FT_DEFINE_SERVICE_CFFLOADREC
#define FT_DEFINE_SERVICE_CFFLOADREC |
( |
|
class_, |
|
|
|
get_standard_encoding_, |
|
|
|
load_private_dict_, |
|
|
|
fd_select_get_, |
|
|
|
blend_check_vector_, |
|
|
|
blend_build_vector_ |
|
) |
| |
Value: static const FT_Service_CFFLoadRec class_ = \
{ \
get_standard_encoding_, \
load_private_dict_, \
fd_select_get_, \
blend_check_vector_, \
blend_build_vector_ \
};
Definition at line 70 of file svcfftl.h.
◆ FT_SERVICE_ID_CFF_LOAD
#define FT_SERVICE_ID_CFF_LOAD "cff-load" |
◆ FT_Blend_Build_Vector_Func
◆ FT_Blend_Check_Vector_Func
◆ FT_FD_Select_Get_Func
◆ FT_Get_Standard_Encoding_Func
◆ FT_Load_Private_Dict_Func
◆ FT_DEFINE_SERVICE()
FT_DEFINE_SERVICE |
( |
CFFLoad |
| ) |
|
Definition at line 58 of file svcfftl.h.
59 {
65 };
FT_Bool(* FT_Blend_Check_Vector_Func)(CFF_Blend blend, FT_UInt vsindex, FT_UInt lenNDV, FT_Fixed *NDV)
FT_Error(* FT_Load_Private_Dict_Func)(CFF_Font font, CFF_SubFont subfont, FT_UInt lenNDV, FT_Fixed *NDV)
FT_Byte(* FT_FD_Select_Get_Func)(CFF_FDSelect fdselect, FT_UInt glyph_index)
FT_UShort(* FT_Get_Standard_Encoding_Func)(FT_UInt charcode)
FT_Error(* FT_Blend_Build_Vector_Func)(CFF_Blend blend, FT_UInt vsindex, FT_UInt lenNDV, FT_Fixed *NDV)