![]() |
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_txtbreak.h>
Public Member Functions | |
| Run () | |
| Run (const Run &other) | |
| ~Run () | |
Public Attributes | |
| UnownedPtr< CFGAS_TxtBreak::Engine > | pEdtEngine |
| WideString | wsStr |
| pdfium::span< int32_t > | pWidths |
| int32_t | iStart = 0 |
| int32_t | iLength = 0 |
| RetainPtr< CFGAS_GEFont > | pFont |
| float | fFontSize = 12.0f |
| Mask< LayoutStyle > | dwStyles = LayoutStyle::kNone |
| int32_t | iHorizontalScale = 100 |
| int32_t | iVerticalScale = 100 |
| uint32_t | dwCharStyles = 0 |
| UnownedPtr< const CFX_RectF > | pRect |
| bool | bSkipSpace = true |
Definition at line 49 of file cfgas_txtbreak.h.
|
default |
|
default |
|
default |
| bool CFGAS_TxtBreak::Run::bSkipSpace = true |
Definition at line 67 of file cfgas_txtbreak.h.
Referenced by CFGAS_TxtBreak::GetDisplayPos().
| uint32_t CFGAS_TxtBreak::Run::dwCharStyles = 0 |
Definition at line 65 of file cfgas_txtbreak.h.
Referenced by CFGAS_TxtBreak::GetCharRects(), CFGAS_TxtBreak::GetDisplayPos(), and pdfium::CFDE_TextEditEngine::GetDisplayPos().
| Mask<LayoutStyle> CFGAS_TxtBreak::Run::dwStyles = LayoutStyle::kNone |
Definition at line 62 of file cfgas_txtbreak.h.
| float CFGAS_TxtBreak::Run::fFontSize = 12.0f |
Definition at line 61 of file cfgas_txtbreak.h.
Referenced by CFGAS_TxtBreak::GetCharRects(), CFGAS_TxtBreak::GetDisplayPos(), and pdfium::CFDE_TextEditEngine::GetDisplayPos().
| int32_t CFGAS_TxtBreak::Run::iHorizontalScale = 100 |
Definition at line 63 of file cfgas_txtbreak.h.
Referenced by CFGAS_TxtBreak::GetDisplayPos().
| int32_t CFGAS_TxtBreak::Run::iLength = 0 |
Definition at line 59 of file cfgas_txtbreak.h.
Referenced by CFGAS_TxtBreak::GetCharRects(), CFGAS_TxtBreak::GetDisplayPos(), and pdfium::CFDE_TextEditEngine::GetDisplayPos().
| int32_t CFGAS_TxtBreak::Run::iStart = 0 |
Definition at line 58 of file cfgas_txtbreak.h.
Referenced by CFGAS_TxtBreak::GetCharRects(), CFGAS_TxtBreak::GetDisplayPos(), and pdfium::CFDE_TextEditEngine::GetDisplayPos().
| int32_t CFGAS_TxtBreak::Run::iVerticalScale = 100 |
Definition at line 64 of file cfgas_txtbreak.h.
Referenced by CFGAS_TxtBreak::GetDisplayPos().
| UnownedPtr<CFGAS_TxtBreak::Engine> CFGAS_TxtBreak::Run::pEdtEngine |
Definition at line 54 of file cfgas_txtbreak.h.
| RetainPtr<CFGAS_GEFont> CFGAS_TxtBreak::Run::pFont |
Definition at line 60 of file cfgas_txtbreak.h.
| UnownedPtr<const CFX_RectF> CFGAS_TxtBreak::Run::pRect |
Definition at line 66 of file cfgas_txtbreak.h.
| pdfium::span<int32_t> CFGAS_TxtBreak::Run::pWidths |
Definition at line 56 of file cfgas_txtbreak.h.
| WideString CFGAS_TxtBreak::Run::wsStr |
Definition at line 55 of file cfgas_txtbreak.h.