Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CPDF_TextState Class Reference

#include <cpdf_textstate.h>

+ Collaboration diagram for CPDF_TextState:

Public Member Functions

 CPDF_TextState ()
 
 CPDF_TextState (const CPDF_TextState &that)
 
CPDF_TextStateoperator= (const CPDF_TextState &that)
 
 ~CPDF_TextState ()
 
void Emplace ()
 
RetainPtr< CPDF_FontGetFont () 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 ()
 

Detailed Description

Definition at line 32 of file cpdf_textstate.h.

Constructor & Destructor Documentation

◆ CPDF_TextState() [1/2]

CPDF_TextState::CPDF_TextState ( )
default

◆ CPDF_TextState() [2/2]

CPDF_TextState::CPDF_TextState ( const CPDF_TextState & that)
default

◆ ~CPDF_TextState()

CPDF_TextState::~CPDF_TextState ( )
default

Member Function Documentation

◆ Emplace()

void CPDF_TextState::Emplace ( )

Definition at line 24 of file cpdf_textstate.cpp.

Referenced by CPDF_TilingPattern::Load().

+ Here is the caller graph for this function:

◆ GetCharSpace()

float CPDF_TextState::GetCharSpace ( ) const

Definition at line 54 of file cpdf_textstate.cpp.

◆ GetCTM()

pdfium::span< const float > CPDF_TextState::GetCTM ( ) const

Definition at line 88 of file cpdf_textstate.cpp.

◆ GetFont()

RetainPtr< CPDF_Font > CPDF_TextState::GetFont ( ) const

Definition at line 28 of file cpdf_textstate.cpp.

◆ GetFontSize()

float CPDF_TextState::GetFontSize ( ) const

Definition at line 36 of file cpdf_textstate.cpp.

◆ GetFontSizeH()

float CPDF_TextState::GetFontSizeH ( ) const

Definition at line 74 of file cpdf_textstate.cpp.

◆ GetMatrix()

pdfium::span< const float > CPDF_TextState::GetMatrix ( ) const

Definition at line 46 of file cpdf_textstate.cpp.

◆ GetMutableCTM()

pdfium::span< float > CPDF_TextState::GetMutableCTM ( )

Definition at line 92 of file cpdf_textstate.cpp.

◆ GetMutableMatrix()

pdfium::span< float > CPDF_TextState::GetMutableMatrix ( )

Definition at line 50 of file cpdf_textstate.cpp.

◆ GetTextMode()

TextRenderingMode CPDF_TextState::GetTextMode ( ) const

Definition at line 78 of file cpdf_textstate.cpp.

◆ GetWordSpace()

float CPDF_TextState::GetWordSpace ( ) const

Definition at line 64 of file cpdf_textstate.cpp.

◆ operator=()

CPDF_TextState & CPDF_TextState::operator= ( const CPDF_TextState & that)
default

◆ SetCharSpace()

void CPDF_TextState::SetCharSpace ( float sp)

Definition at line 58 of file cpdf_textstate.cpp.

◆ SetFont()

void CPDF_TextState::SetFont ( RetainPtr< CPDF_Font > pFont)

Definition at line 32 of file cpdf_textstate.cpp.

◆ SetFontSize()

void CPDF_TextState::SetFontSize ( float size)

Definition at line 40 of file cpdf_textstate.cpp.

◆ SetTextMode()

void CPDF_TextState::SetTextMode ( TextRenderingMode mode)

Definition at line 82 of file cpdf_textstate.cpp.

◆ SetWordSpace()

void CPDF_TextState::SetWordSpace ( float sp)

Definition at line 68 of file cpdf_textstate.cpp.


The documentation for this class was generated from the following files: