ft.freetype

Undocumented in source.

Members

Aliases

FT_CharMap
alias FT_CharMap = FT_CharMapRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Driver
alias FT_Driver = FT_DriverRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Face
alias FT_Face = FT_FaceRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Face_Internal
alias FT_Face_Internal = FT_Face_InternalRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_GlyphSlot
alias FT_GlyphSlot = FT_GlyphSlotRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Library
alias FT_Library = FT_LibraryRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Module
alias FT_Module = FT_ModuleRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Renderer
alias FT_Renderer = FT_RendererRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Size
alias FT_Size = FT_SizeRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Size_Internal
alias FT_Size_Internal = FT_Size_InternalRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Size_Request
alias FT_Size_Request = FT_Size_RequestRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Slot_Internal
alias FT_Slot_Internal = FT_Slot_InternalRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SubGlyph
alias FT_SubGlyph = FT_SubGlyphRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FT_Encoding
enum FT_Encoding
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Kerning_Mode
enum FT_Kerning_Mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Render_Mode
enum FT_Render_Mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Size_Request_Type
enum FT_Size_Request_Type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

FT_Attach_File
FT_Error FT_Attach_File(FT_Face face, const(char)* filepathname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Attach_Stream
FT_Error FT_Attach_Stream(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.
FT_CeilFix
FT_Fixed FT_CeilFix(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.
FT_DivFix
FT_Long FT_DivFix(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.
FT_Done_Face
FT_Error FT_Done_Face(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.
FT_Done_FreeType
FT_Error FT_Done_FreeType(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.
FT_Face_CheckTrueTypePatents
FT_Bool FT_Face_CheckTrueTypePatents(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.
FT_Face_GetCharVariantIndex
FT_UInt FT_Face_GetCharVariantIndex(FT_Face face, FT_ULong charcode, FT_ULong variantSelector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Face_GetCharVariantIsDefault
FT_Int FT_Face_GetCharVariantIsDefault(FT_Face face, FT_ULong charcode, FT_ULong variantSelector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Face_GetCharsOfVariant
FT_UInt32* FT_Face_GetCharsOfVariant(FT_Face face, FT_ULong variantSelector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Face_GetVariantSelectors
FT_UInt32* FT_Face_GetVariantSelectors(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.
FT_Face_GetVariantsOfChar
FT_UInt32* FT_Face_GetVariantsOfChar(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.
FT_Face_Properties
FT_Error FT_Face_Properties(FT_Face face, FT_UInt num_properties, FT_Parameter* properties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Face_SetUnpatentedHinting
FT_Bool FT_Face_SetUnpatentedHinting(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.
FT_FloorFix
FT_Fixed FT_FloorFix(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.
FT_Get_Char_Index
FT_UInt FT_Get_Char_Index(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.
FT_Get_Charmap_Index
FT_Int FT_Get_Charmap_Index(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.
FT_Get_FSType_Flags
FT_UShort FT_Get_FSType_Flags(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.
FT_Get_First_Char
FT_ULong FT_Get_First_Char(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.
FT_Get_Glyph_Name
FT_Error FT_Get_Glyph_Name(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.
FT_Get_Kerning
FT_Error FT_Get_Kerning(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.
FT_Get_Name_Index
FT_UInt FT_Get_Name_Index(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.
FT_Get_Next_Char
FT_ULong FT_Get_Next_Char(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.
FT_Get_Postscript_Name
const(char)* FT_Get_Postscript_Name(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.
FT_Get_SubGlyph_Info
FT_Error FT_Get_SubGlyph_Info(FT_GlyphSlot glyph, FT_UInt sub_index, FT_Int* p_index, FT_UInt* p_flags, FT_Int* p_arg1, FT_Int* p_arg2, FT_Matrix* p_transform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Get_Track_Kerning
FT_Error FT_Get_Track_Kerning(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.
FT_HAS_COLOR
bool FT_HAS_COLOR(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_FAST_GLYPHS
bool FT_HAS_FAST_GLYPHS(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_GLYPH_NAMES
bool FT_HAS_GLYPH_NAMES(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_HORIZONTAL
bool FT_HAS_HORIZONTAL(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_KERNING
bool FT_HAS_KERNING(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_MULTIPLE_MASTERS
bool FT_HAS_MULTIPLE_MASTERS(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_SFNT
bool FT_HAS_SFNT(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_VERTICAL
bool FT_HAS_VERTICAL(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_CID_KEYED
bool FT_IS_CID_KEYED(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_FIXED_SIZES
bool FT_IS_FIXED_SIZES(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_FIXED_WIDTH
bool FT_IS_FIXED_WIDTH(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_NAMED_INSTANCE
bool FT_IS_NAMED_INSTANCE(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_SCALABLE
bool FT_IS_SCALABLE(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_TRICKY
bool FT_IS_TRICKY(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_VARIATION
bool FT_IS_VARIATION(const(FT_Face) face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_Init_FreeType
FT_Error FT_Init_FreeType(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.
FT_LOAD_TARGET_MODE
FT_Render_Mode FT_LOAD_TARGET_MODE(int loadTarget)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_Library_Version
void FT_Library_Version(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.
FT_Load_Char
FT_Error FT_Load_Char(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.
FT_Load_Glyph
FT_Error FT_Load_Glyph(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.
FT_MulDiv
FT_Long FT_MulDiv(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.
FT_MulFix
FT_Long FT_MulFix(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.
FT_New_Face
FT_Error FT_New_Face(FT_Library library, const(char)* 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.
FT_New_Memory_Face
FT_Error FT_New_Memory_Face(FT_Library library, const(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.
FT_Open_Face
FT_Error FT_Open_Face(FT_Library library, const(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.
FT_Reference_Face
FT_Error FT_Reference_Face(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.
FT_Render_Glyph
FT_Error FT_Render_Glyph(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.
FT_Request_Size
FT_Error FT_Request_Size(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.
FT_RoundFix
FT_Fixed FT_RoundFix(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.
FT_Select_Charmap
FT_Error FT_Select_Charmap(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.
FT_Select_Size
FT_Error FT_Select_Size(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.
FT_Set_Char_Size
FT_Error FT_Set_Char_Size(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.
FT_Set_Charmap
FT_Error FT_Set_Charmap(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.
FT_Set_Pixel_Sizes
FT_Error FT_Set_Pixel_Sizes(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.
FT_Set_Transform
void FT_Set_Transform(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.
FT_Vector_Transform
void FT_Vector_Transform(FT_Vector* vec, const(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.

Manifest constants

FREETYPE_MAJOR
enum FREETYPE_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FREETYPE_MINOR
enum FREETYPE_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FREETYPE_PATCH
enum FREETYPE_PATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_ADOBE_CUSTOM
enum FT_ENCODING_ADOBE_CUSTOM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_ADOBE_EXPERT
enum FT_ENCODING_ADOBE_EXPERT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_ADOBE_STANDARD
enum FT_ENCODING_ADOBE_STANDARD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_APPLE_ROMAN
enum FT_ENCODING_APPLE_ROMAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_BIG5
enum FT_ENCODING_BIG5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_GB2312
enum FT_ENCODING_GB2312;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_JOHAB
enum FT_ENCODING_JOHAB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_LATIN_1
enum FT_ENCODING_LATIN_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_LATIN_2
enum FT_ENCODING_LATIN_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_NONE
enum FT_ENCODING_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_SJIS
enum FT_ENCODING_SJIS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_SYMBOL
enum FT_ENCODING_SYMBOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_UNICODE
enum FT_ENCODING_UNICODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ENCODING_WANSUNG
enum FT_ENCODING_WANSUNG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_CID_KEYED
enum FT_FACE_FLAG_CID_KEYED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_COLOR
enum FT_FACE_FLAG_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_EXTERNAL_STREAM
enum FT_FACE_FLAG_EXTERNAL_STREAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_FAST_GLYPHS
enum FT_FACE_FLAG_FAST_GLYPHS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_FIXED_SIZES
enum FT_FACE_FLAG_FIXED_SIZES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_FIXED_WIDTH
enum FT_FACE_FLAG_FIXED_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_GLYPH_NAMES
enum FT_FACE_FLAG_GLYPH_NAMES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_HINTER
enum FT_FACE_FLAG_HINTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_HORIZONTAL
enum FT_FACE_FLAG_HORIZONTAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_KERNING
enum FT_FACE_FLAG_KERNING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_MULTIPLE_MASTERS
enum FT_FACE_FLAG_MULTIPLE_MASTERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_SCALABLE
enum FT_FACE_FLAG_SCALABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_SFNT
enum FT_FACE_FLAG_SFNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_TRICKY
enum FT_FACE_FLAG_TRICKY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_VARIATION
enum FT_FACE_FLAG_VARIATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FACE_FLAG_VERTICAL
enum FT_FACE_FLAG_VERTICAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FSTYPE_BITMAP_EMBEDDING_ONLY
enum FT_FSTYPE_BITMAP_EMBEDDING_ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FSTYPE_EDITABLE_EMBEDDING
enum FT_FSTYPE_EDITABLE_EMBEDDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FSTYPE_INSTALLABLE_EMBEDDING
enum FT_FSTYPE_INSTALLABLE_EMBEDDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FSTYPE_NO_SUBSETTING
enum FT_FSTYPE_NO_SUBSETTING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDING
enum FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING
enum FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_KERNING_DEFAULT
enum FT_KERNING_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_KERNING_UNFITTED
enum FT_KERNING_UNFITTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_KERNING_UNSCALED
enum FT_KERNING_UNSCALED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_ADVANCE_ONLY
enum FT_LOAD_ADVANCE_ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_BITMAP_METRICS_ONLY
enum FT_LOAD_BITMAP_METRICS_ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_COLOR
enum FT_LOAD_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_COMPUTE_METRICS
enum FT_LOAD_COMPUTE_METRICS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_CROP_BITMAP
enum FT_LOAD_CROP_BITMAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_DEFAULT
enum FT_LOAD_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_FORCE_AUTOHINT
enum FT_LOAD_FORCE_AUTOHINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
enum FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_IGNORE_TRANSFORM
enum FT_LOAD_IGNORE_TRANSFORM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_LINEAR_DESIGN
enum FT_LOAD_LINEAR_DESIGN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_MONOCHROME
enum FT_LOAD_MONOCHROME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_NO_AUTOHINT
enum FT_LOAD_NO_AUTOHINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_NO_BITMAP
enum FT_LOAD_NO_BITMAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_NO_HINTING
enum FT_LOAD_NO_HINTING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_NO_RECURSE
enum FT_LOAD_NO_RECURSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_NO_SCALE
enum FT_LOAD_NO_SCALE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_PEDANTIC
enum FT_LOAD_PEDANTIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_RENDER
enum FT_LOAD_RENDER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_SBITS_ONLY
enum FT_LOAD_SBITS_ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_TARGET_LCD
enum FT_LOAD_TARGET_LCD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_TARGET_LCD_V
enum FT_LOAD_TARGET_LCD_V;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_TARGET_LIGHT
enum FT_LOAD_TARGET_LIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_TARGET_MONO
enum FT_LOAD_TARGET_MONO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_TARGET_NORMAL
enum FT_LOAD_TARGET_NORMAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LOAD_VERTICAL_LAYOUT
enum FT_LOAD_VERTICAL_LAYOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OPEN_DRIVER
enum FT_OPEN_DRIVER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OPEN_MEMORY
enum FT_OPEN_MEMORY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OPEN_PARAMS
enum FT_OPEN_PARAMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OPEN_PATHNAME
enum FT_OPEN_PATHNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OPEN_STREAM
enum FT_OPEN_STREAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RENDER_MODE_LCD
enum FT_RENDER_MODE_LCD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RENDER_MODE_LCD_V
enum FT_RENDER_MODE_LCD_V;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RENDER_MODE_LIGHT
enum FT_RENDER_MODE_LIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RENDER_MODE_MONO
enum FT_RENDER_MODE_MONO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RENDER_MODE_NORMAL
enum FT_RENDER_MODE_NORMAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_STYLE_FLAG_BOLD
enum FT_STYLE_FLAG_BOLD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_STYLE_FLAG_ITALIC
enum FT_STYLE_FLAG_ITALIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SUBGLYPH_FLAG_2X2
enum FT_SUBGLYPH_FLAG_2X2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS
enum FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES
enum FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SUBGLYPH_FLAG_ROUND_XY_TO_GRID
enum FT_SUBGLYPH_FLAG_ROUND_XY_TO_GRID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SUBGLYPH_FLAG_SCALE
enum FT_SUBGLYPH_FLAG_SCALE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SUBGLYPH_FLAG_USE_MY_METRICS
enum FT_SUBGLYPH_FLAG_USE_MY_METRICS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SUBGLYPH_FLAG_XY_SCALE
enum FT_SUBGLYPH_FLAG_XY_SCALE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ft_open_driver
enum ft_open_driver;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ft_open_memory
enum ft_open_memory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ft_open_params
enum ft_open_params;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ft_open_pathname
enum ft_open_pathname;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ft_open_stream
enum ft_open_stream;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

FT_Bitmap_Size
struct FT_Bitmap_Size
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_CharMapRec
struct FT_CharMapRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_DriverRec
struct FT_DriverRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_FaceRec
struct FT_FaceRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Face_InternalRec
struct FT_Face_InternalRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_GlyphSlotRec
struct FT_GlyphSlotRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Glyph_Metrics
struct FT_Glyph_Metrics
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_LibraryRec
struct FT_LibraryRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ModuleRec
struct FT_ModuleRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Open_Args
struct FT_Open_Args
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Parameter
struct FT_Parameter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RendererRec
struct FT_RendererRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SizeRec
struct FT_SizeRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Size_InternalRec
struct FT_Size_InternalRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Size_Metrics
struct FT_Size_Metrics
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Size_RequestRec
struct FT_Size_RequestRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Slot_InternalRec
struct FT_Slot_InternalRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SubGlyphRec
struct FT_SubGlyphRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta