Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
FT_LibraryRec_ Struct Reference

#include <ftobjs.h>

Public Attributes

FT_Memory memory
 
FT_Int version_major
 
FT_Int version_minor
 
FT_Int version_patch
 
FT_UInt num_modules
 
FT_Module modules [FT_MAX_MODULES]
 
FT_ListRec renderers
 
FT_Renderer cur_renderer
 
FT_Module auto_hinter
 
FT_Byteraster_pool
 
FT_ULong raster_pool_size
 
FT_DebugHook_Func debug_hooks [4]
 
FT_UInt refcount
 

Detailed Description

Definition at line 858 of file ftobjs.h.

Member Data Documentation

◆ auto_hinter

FT_Module FT_LibraryRec_::auto_hinter

Definition at line 871 of file ftobjs.h.

◆ cur_renderer

FT_Renderer FT_LibraryRec_::cur_renderer

Definition at line 870 of file ftobjs.h.

Referenced by FT_Outline_Render(), FT_Render_Glyph_Internal(), and FT_Set_Renderer().

◆ debug_hooks

FT_DebugHook_Func FT_LibraryRec_::debug_hooks[4]

Definition at line 877 of file ftobjs.h.

Referenced by FT_Set_Debug_Hook(), and tt_face_done().

◆ memory

FT_Memory FT_LibraryRec_::memory

◆ modules

FT_Module FT_LibraryRec_::modules[FT_MAX_MODULES]

◆ num_modules

FT_UInt FT_LibraryRec_::num_modules

◆ raster_pool

FT_Byte* FT_LibraryRec_::raster_pool

Definition at line 873 of file ftobjs.h.

Referenced by FT_New_Library().

◆ raster_pool_size

FT_ULong FT_LibraryRec_::raster_pool_size

Definition at line 875 of file ftobjs.h.

Referenced by FT_New_Library().

◆ refcount

FT_UInt FT_LibraryRec_::refcount

Definition at line 890 of file ftobjs.h.

Referenced by FT_Done_Library(), FT_New_Library(), and FT_Reference_Library().

◆ renderers

FT_ListRec FT_LibraryRec_::renderers

◆ version_major

FT_Int FT_LibraryRec_::version_major

Definition at line 862 of file ftobjs.h.

Referenced by FT_Library_Version(), and FT_New_Library().

◆ version_minor

FT_Int FT_LibraryRec_::version_minor

Definition at line 863 of file ftobjs.h.

Referenced by FT_Library_Version(), and FT_New_Library().

◆ version_patch

FT_Int FT_LibraryRec_::version_patch

Definition at line 864 of file ftobjs.h.

Referenced by FT_Library_Version(), and FT_New_Library().


The documentation for this struct was generated from the following file: