ReactOS 0.4.15-dev-7958-gcd0bb1a
AFM_FontInfoRec_ Struct Reference

#include <t1types.h>

Collaboration diagram for AFM_FontInfoRec_:

Public Attributes

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

Detailed Description

Definition at line 169 of file t1types.h.

Member Data Documentation

◆ Ascender

FT_Fixed AFM_FontInfoRec_::Ascender

Definition at line 173 of file t1types.h.

Referenced by afm_parser_parse(), dump_fontinfo(), and T1_Read_Metrics().

◆ Descender

FT_Fixed AFM_FontInfoRec_::Descender

Definition at line 174 of file t1types.h.

Referenced by afm_parser_parse(), dump_fontinfo(), and T1_Read_Metrics().

◆ FontBBox

FT_BBox AFM_FontInfoRec_::FontBBox

Definition at line 172 of file t1types.h.

Referenced by afm_parser_parse(), dump_fontinfo(), and T1_Read_Metrics().

◆ IsCIDFont

FT_Bool AFM_FontInfoRec_::IsCIDFont

Definition at line 171 of file t1types.h.

Referenced by afm_parser_parse(), and dump_fontinfo().

◆ KernPairs

AFM_KernPair AFM_FontInfoRec_::KernPairs

Definition at line 177 of file t1types.h.

Referenced by afm_parse_kern_pairs(), afm_parser_parse(), dump_fontinfo(), main(), and T1_Read_PFM().

◆ NumKernPair

FT_UInt AFM_FontInfoRec_::NumKernPair

◆ NumTrackKern

FT_UInt AFM_FontInfoRec_::NumTrackKern

◆ TrackKerns

AFM_TrackKern AFM_FontInfoRec_::TrackKerns

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