Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_textstate.h>
Public Member Functions | |
CPDF_TextState () | |
CPDF_TextState (const CPDF_TextState &that) | |
CPDF_TextState & | operator= (const CPDF_TextState &that) |
~CPDF_TextState () | |
void | Emplace () |
RetainPtr< CPDF_Font > | GetFont () const |
void | SetFont (RetainPtr< CPDF_Font > pFont) |
float | GetFontSize () const |
void | SetFontSize (float size) |
pdfium::span< const float > | GetMatrix () const |
pdfium::span< float > | GetMutableMatrix () |
float | GetCharSpace () const |
void | SetCharSpace (float sp) |
float | GetWordSpace () const |
void | SetWordSpace (float sp) |
float | GetFontSizeH () const |
TextRenderingMode | GetTextMode () const |
void | SetTextMode (TextRenderingMode mode) |
pdfium::span< const float > | GetCTM () const |
pdfium::span< float > | GetMutableCTM () |
Definition at line 32 of file cpdf_textstate.h.
|
default |
|
default |
|
default |
void CPDF_TextState::Emplace | ( | ) |
Definition at line 24 of file cpdf_textstate.cpp.
Referenced by CPDF_TilingPattern::Load().
float CPDF_TextState::GetCharSpace | ( | ) | const |
Definition at line 54 of file cpdf_textstate.cpp.
pdfium::span< const float > CPDF_TextState::GetCTM | ( | ) | const |
Definition at line 88 of file cpdf_textstate.cpp.
Definition at line 28 of file cpdf_textstate.cpp.
float CPDF_TextState::GetFontSize | ( | ) | const |
Definition at line 36 of file cpdf_textstate.cpp.
float CPDF_TextState::GetFontSizeH | ( | ) | const |
Definition at line 74 of file cpdf_textstate.cpp.
pdfium::span< const float > CPDF_TextState::GetMatrix | ( | ) | const |
Definition at line 46 of file cpdf_textstate.cpp.
pdfium::span< float > CPDF_TextState::GetMutableCTM | ( | ) |
Definition at line 92 of file cpdf_textstate.cpp.
pdfium::span< float > CPDF_TextState::GetMutableMatrix | ( | ) |
Definition at line 50 of file cpdf_textstate.cpp.
TextRenderingMode CPDF_TextState::GetTextMode | ( | ) | const |
Definition at line 78 of file cpdf_textstate.cpp.
float CPDF_TextState::GetWordSpace | ( | ) | const |
Definition at line 64 of file cpdf_textstate.cpp.
|
default |
void CPDF_TextState::SetCharSpace | ( | float | sp | ) |
Definition at line 58 of file cpdf_textstate.cpp.
Definition at line 32 of file cpdf_textstate.cpp.
void CPDF_TextState::SetFontSize | ( | float | size | ) |
Definition at line 40 of file cpdf_textstate.cpp.
void CPDF_TextState::SetTextMode | ( | TextRenderingMode | mode | ) |
Definition at line 82 of file cpdf_textstate.cpp.
void CPDF_TextState::SetWordSpace | ( | float | sp | ) |
Definition at line 68 of file cpdf_textstate.cpp.