|
| | curve_tag |
| | A list of constants used to describe curve tags.
|
| |
| | encoding |
| | An enumeration used to specify character sets supported by charmaps. Used in the FT_Select_Charmap API function.
|
| |
| | faceflag |
| | A list of bit flags used in the ‘face_flags’ field of the FT_FaceRec structure. They inform client applications of properties of the corresponding face.
|
| |
| | fstype |
| | A list of bit flags used in the ‘fsType’ field of the OS/2 table in a TrueType or OpenType font and the ‘FSType’ entry in a PostScript font.
|
| |
| | glyphformat |
| | namespace wrapper for GlyphFormat enumeration
|
| |
| | kerning_mode |
| | An enumeration used to specify which kerning values to return in FT_Get_Kerning.
|
| |
| | load |
| | A list of bit-field constants used with FT_Load_Glyph to indicate what kind of operations to perform during glyph loading.
|
| |
| | load_target |
| | A list of values that are used to select a specific hinting algorithm to use by the hinter. You should OR one of these values to your ‘load_flags’ when calling FT_Load_Glyph.
|
| |
| | pixelmode |
| | namespace wrapper for PixelMode enumeration
|
| |
| | render_mode |
| | An enumeration type that lists the render modes supported by FreeType 2.
|
| |
| | size_request_type |
| | namespace wrapper for SizeRequestType
|
| |
| | styleflag |
| | A list of bit-flags used to indicate the style of a given face. These are used in the ‘style_flags’ field of FT_FaceRec.
|
| |
| | subglyph_flag |
| | A list of constants used to describe subglyphs. Please refer to the TrueType specification for the meaning of the various flags.
|
| |
|
| class | ConstCPtr |
| | acts like a const c-pointer by overloading the ->() operator, but is not copyable and doesn't allow the underlying c-pointer to be copied More...
|
| |
| struct | ContourIterator |
| |
| struct | ContourReference |
| |
| class | CPtr |
| | acts like a c-pointer by overloading the ->() operator, but is not copyable and doesn't allow the underlying c-pointer to be copied More...
|
| |
| struct | EncTag |
| | template used to replace the FT_ENC_TAG macro: converts four-letter tags into an unsigned long type More...
|
| |
| struct | Face |
| | traits class for a Face, a Freetype face instance. A face object models a given typeface, in a given style. More...
|
| |
| class | FaceDelegate |
| | c++ interface on top of c-object pointer More...
|
| |
| struct | GlyphSlot |
| | traits class for a GlyphSlot, a face's storage location for storing a glyph image More...
|
| |
| class | GlyphSlotDelegate |
| |
| struct | ImageTag |
| | template used to replace the FT_IMAGE_TAG macro: converts four-letter tags into an unsigned long type More...
|
| |
| struct | Library |
| | traits class for Library, a FreeType library instance More...
|
| |
| class | LibraryDelegate |
| | c++ interface on top of c-object pointer More...
|
| |
| struct | LValuePair |
| | allows an error to be returned with a result in a single expression More...
|
| |
| class | Memory |
| | A handle to a given memory manager object, defined with an FT_MemoryRec structure. More...
|
| |
| class | Module |
| |
| class | ModuleClass |
| |
| class | OpenArgs |
| | A structure used to indicate how to open a new font file or stream. A pointer to such a structure can be used as a parameter for the functions Open_Face_t& and Attach_Stream_t&. More...
|
| |
| struct | Outline |
| |
| class | OutlineDelegate |
| |
| struct | PointIterator |
| |
| struct | PointReference |
| |
| class | RefPtr |
| | pointer to a reference counted object, auto destruct when reference count is zero More...
|
| |
| struct | RValuePair |
| | allows an error to be returned with a result in a single expression More...
|
| |
| class | Untag |
| |
|
| typedef sigc::slot< void *, long > | AllocFunc_t |
| | a function used to allocate bytes from memory More...
|
| |
| typedef FT_Bool | Bool |
| | used for simple booleans, 1=true, 0=false More...
|
| |
| typedef FT_Bool | Bool_t |
| | used for simple booleans, 1=true, 0=false More...
|
| |
| typedef FT_Byte | Byte |
| | simple typedef unsigned char More...
|
| |
| typedef FT_Byte | Byte_t |
| | simple typedef unsigned char More...
|
| |
| typedef FT_Bytes | Bytes |
| | a typedef for constant memory area More...
|
| |
| typedef FT_Bytes | Bytes_t |
| | a typedef for constant memory area More...
|
| |
| typedef FT_Char | Char |
| | simple typedef for signed char More...
|
| |
| typedef FT_Char | Char_t |
| | simple typedef for signed char More...
|
| |
| typedef encoding::Encoding | Encoding |
| |
| typedef FT_Error | Error |
| | FreeType error code, a value of 0 is always interpreted as a successful operation. More...
|
| |
| typedef FT_Error | Error_t |
| | FreeType error code, a value of 0 is always interpreted as a successful operation. More...
|
| |
| typedef FT_F26Dot6 | F26Dot6 |
| | signed 26.6 fixed float type used for vectoral pixel coordinates More...
|
| |
| typedef FT_F26Dot6 | F26Dot6_t |
| | signed 26.6 fixed float type used for vectoral pixel coordinates More...
|
| |
| typedef FT_F2Dot14 | F2Dot14 |
| | signed 2.14 fixed float type used for unit vectors More...
|
| |
| typedef FT_F2Dot14 | F2Dot14_t |
| | signed 2.14 fixed float type used for unit vectors More...
|
| |
| typedef FT_Fixed | Fixed |
| | Used to store 16.16 fixed float values, like scaling values or matrix coefficients. More...
|
| |
| typedef FT_Fixed | Fixed_t |
| | Used to store 16.16 fixed float values, like scaling values or matrix coefficients. More...
|
| |
| typedef sigc::slot< void, void * > | FreeFunc_t |
| | a function used to release a given block of memory More...
|
| |
| typedef FT_FWord | FWord |
| | signed 16bit integer used to store distance in original font units More...
|
| |
| typedef FT_FWord | FWord_t |
| | signed 16bit integer used to store distance in original font units More...
|
| |
| typedef sigc::slot< void, void * > | GenericFinalizer_t |
| | Describe a function used to destroy the ‘client’ data of any FreeType object. See the description of the FT_Generic type for details of usage. More...
|
| |
| typedef glyphformat::GlyphFormat | GlyphFormat |
| |
| typedef FT_Int | Int |
| | typedef for int More...
|
| |
| typedef FT_Int16 | Int16 |
| | typedef for 16bit integer More...
|
| |
| typedef FT_Int16 | Int16_t |
| | typedef for 16bit integer More...
|
| |
| typedef FT_Int32 | Int32 |
| | typedef for 32bit signed int More...
|
| |
| typedef FT_Int32 | Int32_t |
| | typedef for 32bit signed int More...
|
| |
| typedef FT_Int | Int_t |
| | typedef for int More...
|
| |
| typedef FT_Long | Long |
| | simple typedef for signed long More...
|
| |
| typedef FT_Long | Long_t |
| | simple typedef for signed long More...
|
| |
| typedef FT_Offset | Offset |
| | the largest unsigned integer type used to express a file size or position or a memory block size More...
|
| |
| typedef FT_Offset | Offset_t |
| | the largest unsigned integer type used to express a file size or position or a memory block size More...
|
| |
| typedef FT_Pointer | Pointer |
| | simple typedef for typeless ptr More...
|
| |
| typedef FT_Pointer | Pointer_t |
| | simple typedef for typeless ptr More...
|
| |
| typedef FT_Pos | Pos |
| | used to store vectoral coordinates. depending on the context these represent distances in integer font units, or 16.16, or 26.6 fixed float pixel coords More...
|
| |
| typedef FT_Pos | Pos_t |
| | used to store vectoral coordinates. depending on the context these represent distances in integer font units, or 16.16, or 26.6 fixed float pixel coords More...
|
| |
| typedef FT_PtrDist | PtrDist |
| | the largest signed integer type used to express a distance between two pointers More...
|
| |
| typedef FT_PtrDist | PtrDist_t |
| | the largest signed integer type used to express a distance between two pointers More...
|
| |
typedef sigc::slot< void
*, long, long, void * > | ReallocFunc_t |
| | a function used to re-allocate a given block of memory More...
|
| |
| typedef FT_Short | Short |
| | simlpe typedef for signed short More...
|
| |
| typedef FT_Short | Short_t |
| | simlpe typedef for signed short More...
|
| |
typedef
size_request_type::SizeRequestType | SizeRequestType |
| |
| typedef FT_String | String |
| | simple typedef for char More...
|
| |
| typedef FT_String | String_t |
| | simple typedef for char More...
|
| |
| typedef FT_Tag | Tag |
| | typedef for 32bit tags (as used in the SFNT format) More...
|
| |
| typedef FT_Tag | Tag_t |
| | typedef for 32bit tags (as used in the SFNT format) More...
|
| |
| typedef FT_UFWord | UFWord |
| | unsigned 16bit integer used to store distance in original font units More...
|
| |
| typedef FT_UFWord | UFWord_t |
| | unsigned 16bit integer used to store distance in original font units More...
|
| |
| typedef FT_UInt | UInt |
| | typedef for unsigned int More...
|
| |
| typedef FT_UInt16 | UInt16 |
| | typedef for 16bit unsigned int More...
|
| |
| typedef FT_UInt16 | UInt16_t |
| | typedef for 16bit unsigned int More...
|
| |
| typedef FT_UInt32 | UInt32 |
| | typedef for 32bit unsigned int More...
|
| |
| typedef FT_UInt32 | UInt32_t |
| | typedef for 32bit unsigned int More...
|
| |
| typedef FT_UInt | UInt_t |
| | typedef for unsigned int More...
|
| |
| typedef FT_ULong | ULong |
| | simple typedef for unsigned long More...
|
| |
| typedef FT_ULong | ULong_t |
| | simple typedef for unsigned long More...
|
| |
| typedef FT_UShort | UShort |
| | simple typedef for unsigned short More...
|
| |
| typedef FT_UShort | UShort_t |
| | simple typedef for unsigned short More...
|
| |
root namespace for freetype