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

#include <t1types.h>

Public Attributes

FT_Bool IsCIDFont
 
FT_BBox FontBBox
 
FT_Fixed Ascender
 
FT_Fixed Descender
 
AFM_TrackKern TrackKerns
 
FT_Int NumTrackKern
 
AFM_KernPair KernPairs
 
FT_Int NumKernPair
 

Detailed Description

Definition at line 167 of file t1types.h.

Member Data Documentation

◆ Ascender

FT_Fixed AFM_FontInfoRec_::Ascender

Definition at line 171 of file t1types.h.

Referenced by dump_fontinfo(), and T1_Read_Metrics().

◆ Descender

FT_Fixed AFM_FontInfoRec_::Descender

Definition at line 172 of file t1types.h.

Referenced by dump_fontinfo(), and T1_Read_Metrics().

◆ FontBBox

FT_BBox AFM_FontInfoRec_::FontBBox

Definition at line 170 of file t1types.h.

Referenced by dump_fontinfo(), and T1_Read_Metrics().

◆ IsCIDFont

FT_Bool AFM_FontInfoRec_::IsCIDFont

Definition at line 169 of file t1types.h.

Referenced by dump_fontinfo().

◆ KernPairs

AFM_KernPair AFM_FontInfoRec_::KernPairs

Definition at line 175 of file t1types.h.

Referenced by dump_fontinfo(), main(), and T1_Get_Kerning().

◆ NumKernPair

FT_Int AFM_FontInfoRec_::NumKernPair

Definition at line 176 of file t1types.h.

Referenced by dump_fontinfo(), and T1_Get_Kerning().

◆ NumTrackKern

FT_Int AFM_FontInfoRec_::NumTrackKern

Definition at line 174 of file t1types.h.

Referenced by dump_fontinfo(), and T1_Get_Track_Kerning().

◆ TrackKerns

AFM_TrackKern AFM_FontInfoRec_::TrackKerns

Definition at line 173 of file t1types.h.

Referenced by dump_fontinfo(), main(), and T1_Get_Track_Kerning().


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