PDFix SDK  7.2.0
Loading...
Searching...
No Matches
_PdfTextState Struct Reference

PdfTextState. More...

#include <pdfix.h>

Public Attributes

PdfColorState color_state
 
PdfFontfont
 
float font_size
 
float char_spacing
 
float word_spacing
 
PdfTextStateFlag flags
 

Detailed Description

PdfTextState.

PdfTextState structure containing the text state information.

Member Data Documentation

◆ char_spacing

float _PdfTextState::char_spacing

Character spacing.

◆ color_state

PdfColorState _PdfTextState::color_state

Fill and stroke color properties.

◆ flags

PdfTextStateFlag _PdfTextState::flags

Test state flag.

◆ font

PdfFont* _PdfTextState::font

Text font.

◆ font_size

float _PdfTextState::font_size

Text font size.

◆ word_spacing

float _PdfTextState::word_spacing

Word spacing.