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_Face_InternalRec_ Struct Reference

#include <ftobjs.h>

Public Attributes

FT_Matrix transform_matrix
 
FT_Vector transform_delta
 
FT_Int transform_flags
 
FT_ServiceCacheRec services
 
FT_Bool ignore_unpatented_hinter
 
FT_UInt refcount
 

Detailed Description

Definition at line 353 of file ftobjs.h.

Member Data Documentation

◆ ignore_unpatented_hinter

FT_Bool FT_Face_InternalRec_::ignore_unpatented_hinter

Definition at line 369 of file ftobjs.h.

◆ refcount

FT_UInt FT_Face_InternalRec_::refcount

Definition at line 370 of file ftobjs.h.

Referenced by FT_Done_Face(), and FT_Reference_Face().

◆ services

FT_ServiceCacheRec FT_Face_InternalRec_::services

Definition at line 363 of file ftobjs.h.

◆ transform_delta

FT_Vector FT_Face_InternalRec_::transform_delta

Definition at line 360 of file ftobjs.h.

◆ transform_flags

FT_Int FT_Face_InternalRec_::transform_flags

Definition at line 361 of file ftobjs.h.

Referenced by FT_Set_Transform().

◆ transform_matrix

FT_Matrix FT_Face_InternalRec_::transform_matrix

Definition at line 359 of file ftobjs.h.


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