![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfgas_textpiece.h>
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_GEFont > | pFont |
Definition at line 18 of file cfgas_textpiece.h.
|
default |
|
default |
| float CFGAS_TextPiece::fFontSize = 0.0f |
Definition at line 29 of file cfgas_textpiece.h.
Referenced by CFGAS_RTFBreak::GetDisplayPos().
| int32_t CFGAS_TextPiece::iBidiLevel = 0 |
Definition at line 28 of file cfgas_textpiece.h.
Referenced by CFGAS_RTFBreak::GetDisplayPos().
| int32_t CFGAS_TextPiece::iChars = 0 |
Definition at line 25 of file cfgas_textpiece.h.
Referenced by CXFA_TextLayout::DrawString(), and CFGAS_RTFBreak::GetDisplayPos().
| int32_t CFGAS_TextPiece::iHorScale = 0 |
Definition at line 26 of file cfgas_textpiece.h.
Referenced by CFGAS_RTFBreak::GetDisplayPos().
| int32_t CFGAS_TextPiece::iVerScale = 0 |
Definition at line 27 of file cfgas_textpiece.h.
Referenced by CFGAS_RTFBreak::GetDisplayPos().
| RetainPtr<CFGAS_GEFont> CFGAS_TextPiece::pFont |
Definition at line 31 of file cfgas_textpiece.h.
| CFX_RectF CFGAS_TextPiece::rtPiece |
Definition at line 30 of file cfgas_textpiece.h.
Referenced by CFGAS_RTFBreak::GetDisplayPos().
| WideString CFGAS_TextPiece::szText |
Definition at line 23 of file cfgas_textpiece.h.
| std::vector<int32_t> CFGAS_TextPiece::Widths |
Definition at line 24 of file cfgas_textpiece.h.