PDFix SDK  9.0.0
Loading...
Searching...
No Matches
_PdfFontState Struct Reference

PdfFontState. More...

#include <pdfix.h>

Public Member Functions

 _PdfFontState ()

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.

Constructor & Destructor Documentation

◆ _PdfFontState()

_PdfFontState::_PdfFontState ( )
inline

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.