- FTC_CMapCache
alias FTC_CMapCache = FTC_CMapCacheRec*
Undocumented in source.
- FTC_FaceID
alias FTC_FaceID = FT_Pointer
Undocumented in source.
- FTC_Face_Requester
alias FTC_Face_Requester = FT_Error function(FTC_FaceID, FT_Library, FT_Pointer, FT_Face*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_ImageCache
alias FTC_ImageCache = FTC_ImageCacheRec*
Undocumented in source.
- FTC_ImageType
alias FTC_ImageType = FTC_ImageTypeRec*
Undocumented in source.
- FTC_Manager
alias FTC_Manager = FTC_ManagerRec*
Undocumented in source.
- FTC_Node
alias FTC_Node = FTC_NodeRec*
Undocumented in source.
- FTC_SBit
alias FTC_SBit = FTC_SBitRec*
Undocumented in source.
- FTC_SBitCache
alias FTC_SBitCache = FTC_SBitCacheRec*
Undocumented in source.
- FTC_Scaler
alias FTC_Scaler = FTC_ScalerRec*
Undocumented in source.
- pFTC_CMapCache_Lookup
alias pFTC_CMapCache_Lookup = FT_UInt function(FTC_CMapCache cache, FTC_FaceID face_id, FT_Int cmap_index, FT_UInt32 char_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_CMapCache_New
alias pFTC_CMapCache_New = FT_Error function(FTC_Manager manager, FTC_CMapCache* acache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_ImageCache_Lookup
alias pFTC_ImageCache_Lookup = FT_Error function(FTC_ImageCache cache, FTC_ImageType type, FT_UInt gindex, FT_Glyph* aglyph, FTC_Node* anode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_ImageCache_LookupScaler
alias pFTC_ImageCache_LookupScaler = FT_Error function(FTC_ImageCache cache, FTC_Scaler scaler, FT_ULong load_flags, FT_UInt gindex, FT_Glyph* aglyph, FTC_Node* anode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_ImageCache_New
alias pFTC_ImageCache_New = FT_Error function(FTC_Manager manager, FTC_ImageCache* acache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_Manager_Done
alias pFTC_Manager_Done = void function(FTC_Manager manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_Manager_LookupFace
alias pFTC_Manager_LookupFace = FT_Error function(FTC_Manager manager, FTC_FaceID face_id, FT_Face* aface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_Manager_LookupSize
alias pFTC_Manager_LookupSize = FT_Error function(FTC_Manager manager, FTC_Scaler scaler, FT_Size* asize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_Manager_New
alias pFTC_Manager_New = FT_Error function(FT_Library library, FT_UInt max_faces, FT_UInt max_sizes, FT_ULong max_bytes, FTC_Face_Requester requester, FT_Pointer req_data, FTC_Manager* amanager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_Manager_RemoveFaceID
alias pFTC_Manager_RemoveFaceID = void function(FTC_Manager manager, FTC_FaceID face_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_Manager_Reset
alias pFTC_Manager_Reset = void function(FTC_Manager manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_Node_Unref
alias pFTC_Node_Unref = void function(FTC_Node node, FTC_Manager manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_SBitCache_Lookup
alias pFTC_SBitCache_Lookup = FT_Error function(FTC_SBitCache cache, FTC_ImageType type, FT_UInt gindex, FTC_SBit* sbit, FTC_Node* anode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_SBitCache_LookupScaler
alias pFTC_SBitCache_LookupScaler = FT_Error function(FTC_SBitCache cache, FTC_Scaler scaler, FT_ULong load_flags, FT_UInt gindex, FTC_SBit* sbit, FTC_Node* anode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFTC_SBitCache_New
alias pFTC_SBitCache_New = FT_Error function(FTC_Manager manager, FTC_SBitCache* acache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_CMapCache_Lookup
FT_UInt FTC_CMapCache_Lookup(FTC_CMapCache cache, FTC_FaceID face_id, FT_Int cmap_index, FT_UInt32 char_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_CMapCache_New
FT_Error FTC_CMapCache_New(FTC_Manager manager, FTC_CMapCache* acache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_ImageCache_Lookup
FT_Error FTC_ImageCache_Lookup(FTC_ImageCache cache, FTC_ImageType type, FT_UInt gindex, FT_Glyph* aglyph, FTC_Node* anode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_ImageCache_LookupScaler
FT_Error FTC_ImageCache_LookupScaler(FTC_ImageCache cache, FTC_Scaler scaler, FT_ULong load_flags, FT_UInt gindex, FT_Glyph* aglyph, FTC_Node* anode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_ImageCache_New
FT_Error FTC_ImageCache_New(FTC_Manager manager, FTC_ImageCache* acache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_Manager_Done
void FTC_Manager_Done(FTC_Manager manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_Manager_LookupFace
FT_Error FTC_Manager_LookupFace(FTC_Manager manager, FTC_FaceID face_id, FT_Face* aface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_Manager_LookupSize
FT_Error FTC_Manager_LookupSize(FTC_Manager manager, FTC_Scaler sacler, FT_Size* asize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_Manager_New
FT_Error FTC_Manager_New(FT_Library library, FT_UInt max_faces, FT_UInt max_sizes, FT_ULong max_bytes, FTC_Face_Requester requester, FT_Pointer req_data, FTC_Manager* amanager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_Manager_RemoveFaceID
void FTC_Manager_RemoveFaceID(FTC_Manager manager, FTC_FaceID face_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_Manager_Reset
void FTC_Manager_Reset(FTC_Manager manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_Node_Unref
void FTC_Node_Unref(FTC_Node node, FTC_Manager manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_SBitCache_Lookup
FT_Error FTC_SBitCache_Lookup(FTC_SBitCache cache, FTC_ImageType type, FT_UInt gindex, FTC_SBit* sbit, FTC_Node* anode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_SBitCache_LookupScaler
FT_Error FTC_SBitCache_LookupScaler(FTC_SBitCache cache, FTC_Scaler scaler, FT_ULong load_flags, FT_UInt gindex, FTC_SBit* sbit, FTC_Node* anode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTC_SBitCache_New
FT_Error FTC_SBitCache_New(FTC_Manager manager, FTC_SBitCache* acache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.