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
CFGAS_TextPiece Class Reference

#include <cfgas_textpiece.h>

+ Collaboration diagram for CFGAS_TextPiece:

Public Member Functions

 CFGAS_TextPiece ()
 
 ~CFGAS_TextPiece ()
 

Public Attributes

WideString szText
 
std::vector< int32_t > Widths
 
int32_t iChars = 0
 
int32_t iHorScale = 0
 
int32_t iVerScale = 0
 
int32_t iBidiLevel = 0
 
float fFontSize = 0.0f
 
CFX_RectF rtPiece
 
RetainPtr< CFGAS_GEFontpFont
 

Detailed Description

Definition at line 18 of file cfgas_textpiece.h.

Constructor & Destructor Documentation

◆ CFGAS_TextPiece()

CFGAS_TextPiece::CFGAS_TextPiece ( )
default

◆ ~CFGAS_TextPiece()

CFGAS_TextPiece::~CFGAS_TextPiece ( )
default

Member Data Documentation

◆ fFontSize

float CFGAS_TextPiece::fFontSize = 0.0f

Definition at line 29 of file cfgas_textpiece.h.

Referenced by CFGAS_RTFBreak::GetDisplayPos().

◆ iBidiLevel

int32_t CFGAS_TextPiece::iBidiLevel = 0

Definition at line 28 of file cfgas_textpiece.h.

Referenced by CFGAS_RTFBreak::GetDisplayPos().

◆ iChars

int32_t CFGAS_TextPiece::iChars = 0

Definition at line 25 of file cfgas_textpiece.h.

Referenced by CXFA_TextLayout::DrawString(), and CFGAS_RTFBreak::GetDisplayPos().

◆ iHorScale

int32_t CFGAS_TextPiece::iHorScale = 0

Definition at line 26 of file cfgas_textpiece.h.

Referenced by CFGAS_RTFBreak::GetDisplayPos().

◆ iVerScale

int32_t CFGAS_TextPiece::iVerScale = 0

Definition at line 27 of file cfgas_textpiece.h.

Referenced by CFGAS_RTFBreak::GetDisplayPos().

◆ pFont

RetainPtr<CFGAS_GEFont> CFGAS_TextPiece::pFont

Definition at line 31 of file cfgas_textpiece.h.

◆ rtPiece

CFX_RectF CFGAS_TextPiece::rtPiece

Definition at line 30 of file cfgas_textpiece.h.

Referenced by CFGAS_RTFBreak::GetDisplayPos().

◆ szText

WideString CFGAS_TextPiece::szText

Definition at line 23 of file cfgas_textpiece.h.

◆ Widths

std::vector<int32_t> CFGAS_TextPiece::Widths

Definition at line 24 of file cfgas_textpiece.h.


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