PDFix SDK  6.5.0
_PdfFontState Struct Reference

PdfFontState. More...

Public Attributes

PdfFontType type
 
PdfFontFlags flags
 
PdfRect bbox
 
int ascent
 
int descent
 
int italic
 
int bold
 
int fixed_width
 
int vertical
 
int embedded
 
int height
 

Detailed Description

PdfFontState.

Font state.

Member Data Documentation

◆ ascent

int _PdfFontState::ascent

Ascent.

◆ bbox

PdfRect _PdfFontState::bbox

Font bounding box.

◆ bold

int _PdfFontState::bold

1 - true, 0 - false.

◆ descent

int _PdfFontState::descent

Descent.

◆ embedded

int _PdfFontState::embedded

1 - true, 0 - false.

◆ fixed_width

int _PdfFontState::fixed_width

1 - true, 0 - false.

◆ flags

PdfFontFlags _PdfFontState::flags

Font flags.

◆ height

int _PdfFontState::height

Font height.

◆ italic

int _PdfFontState::italic

Italic angle, 0 if horizontal.

◆ type

PdfFontType _PdfFontState::type

Font type.

◆ vertical

int _PdfFontState::vertical

1 - true, 0 - false.