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

#include <cf2font.h>

Public Attributes

FT_Memory memory
 
FT_Error error
 
CF2_RenderingFlags renderingFlags
 
CF2_Matrix currentTransform
 
CF2_Matrix innerTransform
 
CF2_Matrix outerTransform
 
CF2_Fixed ppem
 
CF2_Int unitsPerEm
 
CF2_Fixed syntheticEmboldeningAmountX
 
CF2_Fixed syntheticEmboldeningAmountY
 
CF2_OutlineRec outline
 
CFF_Decoderdecoder
 
CFF_SubFont lastSubfont
 
FT_Bool hinted
 
FT_Bool darkened
 
FT_Bool stemDarkened
 
CF2_Fixed stdVW
 
CF2_Fixed stdHW
 
CF2_Fixed darkenX
 
CF2_Fixed darkenY
 
FT_Bool reverseWinding
 
CF2_BluesRec blues
 

Detailed Description

Definition at line 55 of file cf2font.h.

Member Data Documentation

◆ blues

CF2_BluesRec CF2_FontRec_::blues

Definition at line 97 of file cf2font.h.

◆ currentTransform

CF2_Matrix CF2_FontRec_::currentTransform

Definition at line 66 of file cf2font.h.

◆ darkened

FT_Bool CF2_FontRec_::darkened

Definition at line 84 of file cf2font.h.

Referenced by cf2_glyphpath_init().

◆ darkenX

CF2_Fixed CF2_FontRec_::darkenX

Definition at line 91 of file cf2font.h.

Referenced by cf2_glyphpath_init().

◆ darkenY

CF2_Fixed CF2_FontRec_::darkenY

Definition at line 92 of file cf2font.h.

Referenced by cf2_glyphpath_init().

◆ decoder

CFF_Decoder* CF2_FontRec_::decoder

Definition at line 78 of file cf2font.h.

◆ error

FT_Error CF2_FontRec_::error

Definition at line 58 of file cf2font.h.

Referenced by cf2_glyphpath_init().

◆ hinted

FT_Bool CF2_FontRec_::hinted

Definition at line 83 of file cf2font.h.

Referenced by cf2_hintmap_init().

◆ innerTransform

CF2_Matrix CF2_FontRec_::innerTransform

Definition at line 67 of file cf2font.h.

Referenced by cf2_glyphpath_init().

◆ lastSubfont

CFF_SubFont CF2_FontRec_::lastSubfont

Definition at line 79 of file cf2font.h.

◆ memory

FT_Memory CF2_FontRec_::memory

Definition at line 57 of file cf2font.h.

Referenced by cf2_glyphpath_init().

◆ outerTransform

CF2_Matrix CF2_FontRec_::outerTransform

Definition at line 68 of file cf2font.h.

◆ outline

CF2_OutlineRec CF2_FontRec_::outline

Definition at line 77 of file cf2font.h.

◆ ppem

CF2_Fixed CF2_FontRec_::ppem

Definition at line 69 of file cf2font.h.

◆ renderingFlags

CF2_RenderingFlags CF2_FontRec_::renderingFlags

Definition at line 60 of file cf2font.h.

◆ reverseWinding

FT_Bool CF2_FontRec_::reverseWinding

Definition at line 94 of file cf2font.h.

◆ stdHW

CF2_Fixed CF2_FontRec_::stdHW

Definition at line 90 of file cf2font.h.

◆ stdVW

CF2_Fixed CF2_FontRec_::stdVW

Definition at line 89 of file cf2font.h.

◆ stemDarkened

FT_Bool CF2_FontRec_::stemDarkened

Definition at line 86 of file cf2font.h.

◆ syntheticEmboldeningAmountX

CF2_Fixed CF2_FontRec_::syntheticEmboldeningAmountX

Definition at line 73 of file cf2font.h.

◆ syntheticEmboldeningAmountY

CF2_Fixed CF2_FontRec_::syntheticEmboldeningAmountY

Definition at line 74 of file cf2font.h.

◆ unitsPerEm

CF2_Int CF2_FontRec_::unitsPerEm

Definition at line 71 of file cf2font.h.


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