derelict.freetype.ftfuncs

Undocumented in source.

Members

Aliases

da_FTC_CMapCache_Lookup
alias da_FTC_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.
da_FTC_CMapCache_New
alias da_FTC_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.
da_FTC_ImageCache_Lookup
alias da_FTC_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.
da_FTC_ImageCache_LookupScaler
alias da_FTC_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.
da_FTC_ImageCache_New
alias da_FTC_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.
da_FTC_Manager_Done
alias da_FTC_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.
da_FTC_Manager_LookupFace
alias da_FTC_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.
da_FTC_Manager_LookupSize
alias da_FTC_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.
da_FTC_Manager_New
alias da_FTC_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.
da_FTC_Manager_RemoveFaceID
alias da_FTC_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.
da_FTC_Manager_Reset
alias da_FTC_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.
da_FTC_Node_Unref
alias da_FTC_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.
da_FTC_SBitCache_Lookup
alias da_FTC_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.
da_FTC_SBitCache_LookupScaler
alias da_FTC_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.
da_FTC_SBitCache_New
alias da_FTC_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.
da_FT_Activate_Size
alias da_FT_Activate_Size = FT_Error function(FT_Size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Add_Default_Modules
alias da_FT_Add_Default_Modules = void function(FT_Library library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Add_Module
alias da_FT_Add_Module = FT_Error function(FT_Library library, in FT_Module_Class* clazz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Angle_Diff
alias da_FT_Angle_Diff = FT_Angle function(FT_Angle angle1, FT_Angle angle2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Atan2
alias da_FT_Atan2 = FT_Angle function(FT_Fixed x, FT_Fixed y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Attach_File
alias da_FT_Attach_File = FT_Error function(FT_Face face, CCPTR filepathname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Attach_Stream
alias da_FT_Attach_Stream = FT_Error function(FT_Face face, FT_Open_Args* parameters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Bitmap_Convert
alias da_FT_Bitmap_Convert = FT_Error function(FT_Library library, in FT_Bitmap* source, FT_Bitmap* target, FT_Int alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Bitmap_Copy
alias da_FT_Bitmap_Copy = FT_Error function(FT_Library library, in FT_Bitmap* source, FT_Bitmap* target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Bitmap_Done
alias da_FT_Bitmap_Done = FT_Error function(FT_Library library, FT_Bitmap* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Bitmap_Embolden
alias da_FT_Bitmap_Embolden = FT_Error function(FT_Library library, FT_Bitmap* bitmap, FT_Pos xStrength, FT_Pos yStrength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Bitmap_New
alias da_FT_Bitmap_New = void function(FT_Bitmap* abitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_CeilFix
alias da_FT_CeilFix = FT_Fixed function(FT_Fixed a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_ClassicKern_Free
alias da_FT_ClassicKern_Free = void function(FT_Face face, FT_Bytes table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_ClassicKern_Validate
alias da_FT_ClassicKern_Validate = FT_Error function(FT_Face face, FT_UInt validation_flags, FT_Bytes* ckern_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Cos
alias da_FT_Cos = FT_Fixed function(FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_DivFix
alias da_FT_DivFix = FT_Long function(FT_Long a, FT_Long b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Done_Face
alias da_FT_Done_Face = FT_Error function(FT_Face face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Done_FreeType
alias da_FT_Done_FreeType = FT_Error function(FT_Library library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Done_Glyph
alias da_FT_Done_Glyph = void function(FT_Glyph glyph)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Done_Library
alias da_FT_Done_Library = FT_Error function(FT_Library library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Done_Size
alias da_FT_Done_Size = FT_Error function(FT_Size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Face_CheckTrueTypePatents
alias da_FT_Face_CheckTrueTypePatents = FT_Bool function(FT_Face face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Face_SetUnpatentedHinting
alias da_FT_Face_SetUnpatentedHinting = FT_Bool function(FT_Face face, FT_Bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_FloorFix
alias da_FT_FloorFix = FT_Fixed function(FT_Fixed a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_BDF_Charset_ID
alias da_FT_Get_BDF_Charset_ID = FT_Error function(FT_Face face, CCPTR* acharset_encoding, CCPTR* acharset_registry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_BDF_Property
alias da_FT_Get_BDF_Property = FT_Error function(FT_Face face, CCPTR prop_name, BDF_PropertyRec* aproperty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_CMap_Format
alias da_FT_Get_CMap_Format = FT_ULong function(FT_CharMap charmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_CMap_Language_ID
alias da_FT_Get_CMap_Language_ID = FT_ULong function(FT_CharMap charmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Char_Index
alias da_FT_Get_Char_Index = FT_UInt function(FT_Face face, FT_ULong charcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Charmap_Index
alias da_FT_Get_Charmap_Index = FT_Int function(FT_CharMap charmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_First_Char
alias da_FT_Get_First_Char = FT_ULong function(FT_Face face, FT_UInt* agindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Gasp
alias da_FT_Get_Gasp = FT_Int function(FT_Face face, FT_UInt ppem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Glyph
alias da_FT_Get_Glyph = FT_Error function(FT_GlyphSlot slot, FT_Glyph* aglyph)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Glyph_Name
alias da_FT_Get_Glyph_Name = FT_Error function(FT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Kerning
alias da_FT_Get_Kerning = FT_Error function(FT_Face face, FT_UInt left_glyph, FT_UInt right_glyph, FT_UInt kern_mode, FT_Vector* akerning)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_MM_Var
alias da_FT_Get_MM_Var = FT_Error function(FT_Face face, FT_MM_Var** amaster)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Module
alias da_FT_Get_Module = FT_Module function(FT_Library library, CCPTR module_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Multi_Master
alias da_FT_Get_Multi_Master = FT_Error function(FT_Face face, FT_Multi_Master* amaster)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Name_Index
alias da_FT_Get_Name_Index = FT_UInt function(FT_Face face, FT_String* glyph_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Next_Char
alias da_FT_Get_Next_Char = FT_ULong function(FT_Face face, FT_ULong char_code, FT_UInt* agindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_PFR_Advance
alias da_FT_Get_PFR_Advance = FT_Error function(FT_Face face, FT_UInt gindex, FT_Pos* aadvance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_PFR_Kerning
alias da_FT_Get_PFR_Kerning = FT_Error function(FT_Face face, FT_UInt left, FT_UInt right, FT_Vector* avector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_PFR_Metrics
alias da_FT_Get_PFR_Metrics = FT_Error function(FT_Face face, FT_UInt* aoutline_resolution, FT_UInt* ametrics_resolution, FT_Fixed* ametrics_x_scale, FT_Fixed* ametrics_y_scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_PS_Font_Info
alias da_FT_Get_PS_Font_Info = FT_Error function(FT_Face face, PS_FontInfoRec* afont_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_PS_Font_Private
alias da_FT_Get_PS_Font_Private = FT_Error function(FT_Face face, PS_PrivateRec* afont_private)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_PS_Font_Value
alias da_FT_Get_PS_Font_Value = FT_Long function(FT_Face, PS_Dict_Keys, FT_UInt, void*, FT_Long)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Postscript_Name
alias da_FT_Get_Postscript_Name = CCPTR function(FT_Face face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Renderer
alias da_FT_Get_Renderer = FT_Renderer function(FT_Library library, FT_Glyph_Format format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Sfnt_Name
alias da_FT_Get_Sfnt_Name = FT_Error function(FT_Face face, FT_UInt idx, FT_SfntName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Sfnt_Name_Count
alias da_FT_Get_Sfnt_Name_Count = FT_UInt function(FT_Face face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Sfnt_Table
alias da_FT_Get_Sfnt_Table = void* function(FT_Face face, FT_Sfnt_Tag tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_Track_Kerning
alias da_FT_Get_Track_Kerning = FT_Error function(FT_Face face, FT_Fixed point_size, FT_Int degree, FT_Fixed* akerning)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_TrueType_Engine_Type
alias da_FT_Get_TrueType_Engine_Type = FT_TrueTypeEngineType function(FT_Library library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_WinFNT_Header
alias da_FT_Get_WinFNT_Header = FT_Error function(FT_Face face, FT_WinFNT_HeaderRec* aheader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Get_X11_Font_Format
alias da_FT_Get_X11_Font_Format = CCPTR function(FT_Face face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_GlyphSlot_Embolden
alias da_FT_GlyphSlot_Embolden = void function(FT_GlyphSlot slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_GlyphSlot_Oblique
alias da_FT_GlyphSlot_Oblique = void function(FT_GlyphSlot slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_GlyphSlot_Own_Bitmap
alias da_FT_GlyphSlot_Own_Bitmap = FT_Error function(FT_GlyphSlot slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Glyph_Copy
alias da_FT_Glyph_Copy = FT_Error function(FT_Glyph source, FT_Glyph* target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Glyph_Get_CBox
alias da_FT_Glyph_Get_CBox = void function(FT_Glyph glyph, FT_UInt bbox_mode, FT_BBox* acbox)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Glyph_Stroke
alias da_FT_Glyph_Stroke = FT_Error function(FT_Glyph* pglyph, FT_Stroker stroker, FT_Bool destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Glyph_StrokeBorder
alias da_FT_Glyph_StrokeBorder = FT_Error function(FT_Glyph* pglyph, FT_Stroker stroker, FT_Bool inside, FT_Bool destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Glyph_To_Bitmap
alias da_FT_Glyph_To_Bitmap = FT_Error function(FT_Glyph* the_glyph, FT_Render_Mode render_mode, FT_Vector* origin, FT_Bool destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Glyph_Transform
alias da_FT_Glyph_Transform = FT_Error function(FT_Glyph glyph, FT_Matrix* matrix, FT_Vector* delta)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Has_PS_Glyph_Names
alias da_FT_Has_PS_Glyph_Names = FT_Int function(FT_Face face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Init_FreeType
alias da_FT_Init_FreeType = FT_Error function(FT_Library* alibrary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Library_SetLcdFilter
alias da_FT_Library_SetLcdFilter = FT_Error function(FT_Library library, FT_LcdFilter filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Library_SetLcdFilterWeights
alias da_FT_Library_SetLcdFilterWeights = FT_Error function(FT_Library library, ubyte* weights)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Library_Version
alias da_FT_Library_Version = void function(FT_Library library, FT_Int* amajor, FT_Int* aminor, FT_Int* apatch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_List_Add
alias da_FT_List_Add = void function(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_List_Finalize
alias da_FT_List_Finalize = void function(FT_List list, FT_List_Destructor destroy, FT_Memory memory, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_List_Find
alias da_FT_List_Find = FT_ListNode function(FT_List list, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_List_Insert
alias da_FT_List_Insert = void function(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_List_Iterate
alias da_FT_List_Iterate = FT_Error function(FT_List list, FT_List_Iterator iterator, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_List_Remove
alias da_FT_List_Remove = void function(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_List_Up
alias da_FT_List_Up = void function(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Load_Char
alias da_FT_Load_Char = FT_Error function(FT_Face face, FT_ULong char_code, FT_Int32 load_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Load_Glyph
alias da_FT_Load_Glyph = FT_Error function(FT_Face face, FT_UInt glyph_index, FT_Int32 load_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Load_Sfnt_Table
alias da_FT_Load_Sfnt_Table = FT_Error function(FT_Face face, FT_ULong tag, FT_Long offset, FT_Byte* buffer, FT_ULong* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Matrix_Invert
alias da_FT_Matrix_Invert = FT_Error function(FT_Matrix* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Matrix_Multiply
alias da_FT_Matrix_Multiply = void function(in FT_Matrix* a, FT_Matrix* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_MulDiv
alias da_FT_MulDiv = FT_Long function(FT_Long a, FT_Long b, FT_Long c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_MulFix
alias da_FT_MulFix = FT_Long function(FT_Long a, FT_Long b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_New_Face
alias da_FT_New_Face = FT_Error function(FT_Library library, CCPTR filepathname, FT_Long face_index, 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.
da_FT_New_Library
alias da_FT_New_Library = FT_Error function(FT_Memory memory, FT_Library* alibrary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_New_Memory_Face
alias da_FT_New_Memory_Face = FT_Error function(FT_Library library, in FT_Byte* file_base, FT_Long file_size, FT_Long face_index, 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.
da_FT_New_Size
alias da_FT_New_Size = FT_Error function(FT_Face face, FT_Size* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_OpenType_Free
alias da_FT_OpenType_Free = void function(FT_Face face, FT_Bytes table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_OpenType_Validate
alias da_FT_OpenType_Validate = FT_Error function(FT_Face face, FT_UInt validation_flags, FT_Bytes* BASE_table, FT_Bytes* GDEF_table, FT_Bytes* GPOS_table, FT_Bytes* GSUB_table, FT_Bytes* JSTF_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Open_Face
alias da_FT_Open_Face = FT_Error function(FT_Library library, in FT_Open_Args* args, FT_Long face_index, 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.
da_FT_Outline_Check
alias da_FT_Outline_Check = FT_Error function(FT_Outline* outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Copy
alias da_FT_Outline_Copy = FT_Error function(in FT_Outline* source, FT_Outline* target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Decompose
alias da_FT_Outline_Decompose = FT_Error function(FT_Outline* outline, in FT_Outline_Funcs* func_interface, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Done
alias da_FT_Outline_Done = FT_Error function(FT_Library library, FT_Outline* outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Done_Internal
alias da_FT_Outline_Done_Internal = FT_Error function(FT_Memory memory, FT_Outline* outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Embolden
alias da_FT_Outline_Embolden = FT_Error function(FT_Outline* outline, FT_Pos strength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_GetInsideBorder
alias da_FT_Outline_GetInsideBorder = FT_StrokerBorder function(FT_Outline* outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_GetOutsideBorder
alias da_FT_Outline_GetOutsideBorder = FT_StrokerBorder function(FT_Outline* outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Get_BBox
alias da_FT_Outline_Get_BBox = FT_Error function(FT_Outline* outline, FT_BBox* abbox)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Get_Bitmap
alias da_FT_Outline_Get_Bitmap = FT_Error function(FT_Library library, FT_Outline* outline, in FT_Bitmap* abitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Get_CBox
alias da_FT_Outline_Get_CBox = void function(in FT_Outline* outline, FT_BBox* acbox)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Get_Orientation
alias da_FT_Outline_Get_Orientation = FT_Orientation function(FT_Outline* outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_New
alias da_FT_Outline_New = FT_Error function(FT_Library library, FT_UInt numPoints, FT_Int numContours, FT_Outline* anoutline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_New_Internal
alias da_FT_Outline_New_Internal = FT_Error function(FT_Memory memory, FT_UInt numPoints, FT_Int numContours, FT_Outline* anoutline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Render
alias da_FT_Outline_Render = FT_Error function(FT_Library library, FT_Outline* outline, FT_Raster_Params* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Reverse
alias da_FT_Outline_Reverse = void function(FT_Outline* outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Transform
alias da_FT_Outline_Transform = void function(in FT_Outline* outline, in FT_Matrix* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Outline_Translate
alias da_FT_Outline_Translate = void function(in FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Reference_Face
alias da_FT_Reference_Face = FT_Error function(FT_Face face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Reference_Library
alias da_FT_Reference_Library = FT_Error function(FT_Library library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Remove_Module
alias da_FT_Remove_Module = FT_Error function(FT_Library library, FT_Module mod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Render_Glyph
alias da_FT_Render_Glyph = FT_Error function(FT_GlyphSlot slot, FT_Render_Mode render_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Request_Size
alias da_FT_Request_Size = FT_Error function(FT_Face face, FT_Size_Request req)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_RoundFix
alias da_FT_RoundFix = FT_Fixed function(FT_Fixed a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Select_Charmap
alias da_FT_Select_Charmap = FT_Error function(FT_Face face, FT_Encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Select_Size
alias da_FT_Select_Size = FT_Error function(FT_Face face, FT_Int strike_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_Char_Size
alias da_FT_Set_Char_Size = FT_Error function(FT_Face face, FT_F26Dot6 char_width, FT_F26Dot6 char_height, FT_UInt horz_resolution, FT_UInt vert_resolution)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_Charmap
alias da_FT_Set_Charmap = FT_Error function(FT_Face face, FT_CharMap charmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_Debug_Hook
alias da_FT_Set_Debug_Hook = void function(FT_Library library, FT_UInt hook_index, FT_DebugHook_Func debug_hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_MM_Blend_Coordinates
alias da_FT_Set_MM_Blend_Coordinates = FT_Error function(FT_Face face, FT_UInt num_coords, FT_Fixed* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_MM_Design_Coordinates
alias da_FT_Set_MM_Design_Coordinates = FT_Error function(FT_Face face, FT_UInt num_coords, FT_Long* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_Pixel_Sizes
alias da_FT_Set_Pixel_Sizes = FT_Error function(FT_Face face, FT_UInt pixel_width, FT_UInt pixel_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_Renderer
alias da_FT_Set_Renderer = FT_Error function(FT_Library library, FT_Renderer renderer, FT_UInt num_params, FT_Parameter* parameters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_Transform
alias da_FT_Set_Transform = void function(FT_Face face, FT_Matrix* matrix, FT_Vector* delta)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_Var_Blend_Coordinates
alias da_FT_Set_Var_Blend_Coordinates = FT_Error function(FT_Face face, FT_UInt num_coords, FT_Fixed* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Set_Var_Design_Coordinates
alias da_FT_Set_Var_Design_Coordinates = FT_Error function(FT_Face face, FT_UInt num_coords, FT_Fixed* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Sfnt_Table_Info
alias da_FT_Sfnt_Table_Info = FT_Error function(FT_Face face, FT_UInt table_index, FT_ULong* tag, FT_ULong* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Sin
alias da_FT_Sin = FT_Fixed function(FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stream_OpenGzip
alias da_FT_Stream_OpenGzip = FT_Error function(FT_Stream stream, FT_Stream source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stream_OpenLZW
alias da_FT_Stream_OpenLZW = FT_Error function(FT_Stream stream, FT_Stream source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_BeginSubPath
alias da_FT_Stroker_BeginSubPath = FT_Error function(FT_Stroker stroker, FT_Vector* to, FT_Bool open)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_ConicTo
alias da_FT_Stroker_ConicTo = FT_Error function(FT_Stroker stroker, FT_Vector* control, FT_Vector* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_CubicTo
alias da_FT_Stroker_CubicTo = FT_Error function(FT_Stroker stroker, FT_Vector* control1, FT_Vector* control2, FT_Vector* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_Done
alias da_FT_Stroker_Done = void function(FT_Stroker stroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_EndSubPath
alias da_FT_Stroker_EndSubPath = FT_Error function(FT_Stroker stroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_Export
alias da_FT_Stroker_Export = void function(FT_Stroker stroker, FT_Outline* outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_ExportBorder
alias da_FT_Stroker_ExportBorder = void function(FT_Stroker stroker, FT_StrokerBorder border, FT_Outline* outline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_GetBorderCounts
alias da_FT_Stroker_GetBorderCounts = FT_Error function(FT_Stroker stroker, FT_StrokerBorder border, FT_UInt* anum_points, FT_UInt* anum_contours)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_GetCounts
alias da_FT_Stroker_GetCounts = FT_Error function(FT_Stroker stroker, FT_UInt* anum_points, FT_UInt* anum_contours)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_LineTo
alias da_FT_Stroker_LineTo = FT_Error function(FT_Stroker stroker, FT_Vector* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_New
alias da_FT_Stroker_New = FT_Error function(FT_Memory memory, FT_Stroker* astroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_ParseOutline
alias da_FT_Stroker_ParseOutline = FT_Error function(FT_Stroker stroker, FT_Outline* outline, FT_Bool opened)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_Rewind
alias da_FT_Stroker_Rewind = void function(FT_Stroker stroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stroker_Set
alias da_FT_Stroker_Set = void function(FT_Stroker stroker, FT_Fixed radius, FT_Stroker_LineCap line_cap, FT_Stroker_LineJoin line_join, FT_Fixed miter_limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Tan
alias da_FT_Tan = FT_Fixed function(FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_TrueTypeGX_Free
alias da_FT_TrueTypeGX_Free = void function(FT_Face face, FT_Bytes table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_TrueTypeGX_Validate
alias da_FT_TrueTypeGX_Validate = FT_Error function(FT_Face face, FT_UInt validation_flags, FT_Bytes[FT_VALIDATE_GX_LENGTH] tables, FT_UInt table_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Vector_From_Polar
alias da_FT_Vector_From_Polar = void function(FT_Vector* vec, FT_Fixed length, FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Vector_Length
alias da_FT_Vector_Length = FT_Fixed function(FT_Vector* vec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Vector_Polarize
alias da_FT_Vector_Polarize = void function(FT_Vector* vec, FT_Fixed* length, FT_Angle* angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Vector_Rotate
alias da_FT_Vector_Rotate = void function(FT_Vector* vec, FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Vector_Transform
alias da_FT_Vector_Transform = void function(FT_Vector* vec, FT_Matrix* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Vector_Unit
alias da_FT_Vector_Unit = void function(FT_Vector* vec, FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta