![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfde_textout.h>
Public Member Functions | |
| CFDE_TextOut () | |
| ~CFDE_TextOut () | |
| void | SetFont (RetainPtr< CFGAS_GEFont > pFont) |
| void | SetFontSize (float fFontSize) |
| void | SetTextColor (FX_ARGB color) |
| void | SetStyles (const FDE_TextStyle &dwStyles) |
| void | SetAlignment (FDE_TextAlignment iAlignment) |
| void | SetLineSpace (float fLineSpace) |
| void | SetMatrix (const CFX_Matrix &matrix) |
| void | SetLineBreakTolerance (float fTolerance) |
| void | CalcLogicSize (WideStringView str, CFX_SizeF *pSize) |
| void | CalcLogicSize (WideStringView str, CFX_RectF *pRect) |
| void | DrawLogicText (CFX_RenderDevice *device, const WideString &str, const CFX_RectF &rect) |
| int32_t | GetTotalLines () const |
Static Public Member Functions | |
| static bool | DrawString (CFX_RenderDevice *device, FX_ARGB color, const RetainPtr< CFGAS_GEFont > &pFont, span< TextCharPos > pCharPos, float fFontSize, const CFX_Matrix &matrix) |
Definition at line 29 of file cfde_textout.h.
| pdfium::CFDE_TextOut::CFDE_TextOut | ( | ) |
Definition at line 130 of file cfde_textout.cpp.
|
default |
| void pdfium::CFDE_TextOut::CalcLogicSize | ( | WideStringView | str, |
| CFX_RectF * | pRect ) |
Definition at line 191 of file cfde_textout.cpp.
| void pdfium::CFDE_TextOut::CalcLogicSize | ( | WideStringView | str, |
| CFX_SizeF * | pSize ) |
Definition at line 185 of file cfde_textout.cpp.
| void pdfium::CFDE_TextOut::DrawLogicText | ( | CFX_RenderDevice * | device, |
| const WideString & | str, | ||
| const CFX_RectF & | rect ) |
Definition at line 272 of file cfde_textout.cpp.
|
static |
Definition at line 48 of file cfde_textout.cpp.
|
inline |
Definition at line 55 of file cfde_textout.h.
| void pdfium::CFDE_TextOut::SetAlignment | ( | FDE_TextAlignment | iAlignment | ) |
Definition at line 156 of file cfde_textout.cpp.
| void pdfium::CFDE_TextOut::SetFont | ( | RetainPtr< CFGAS_GEFont > | pFont | ) |
Definition at line 135 of file cfde_textout.cpp.
| void pdfium::CFDE_TextOut::SetFontSize | ( | float | fFontSize | ) |
Definition at line 141 of file cfde_textout.cpp.
| void pdfium::CFDE_TextOut::SetLineBreakTolerance | ( | float | fTolerance | ) |
Definition at line 180 of file cfde_textout.cpp.
| void pdfium::CFDE_TextOut::SetLineSpace | ( | float | fLineSpace | ) |
Definition at line 175 of file cfde_textout.cpp.
|
inline |
Definition at line 47 of file cfde_textout.h.
| void pdfium::CFDE_TextOut::SetStyles | ( | const FDE_TextStyle & | dwStyles | ) |
Definition at line 147 of file cfde_textout.cpp.
Definition at line 43 of file cfde_textout.h.