Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_textrenderoptions.h>
Public Types | |
enum | AliasingType { kAliasing , kAntiAliasing , kLcd } |
Public Member Functions | |
constexpr | CFX_TextRenderOptions ()=default |
constexpr | CFX_TextRenderOptions (AliasingType type) |
constexpr | CFX_TextRenderOptions (const CFX_TextRenderOptions &other)=default |
CFX_TextRenderOptions & | operator= (const CFX_TextRenderOptions &other)=default |
bool | IsSmooth () const |
Public Attributes | |
AliasingType | aliasing_type = kAntiAliasing |
bool | font_is_cid = false |
bool | native_text = true |
Definition at line 8 of file cfx_textrenderoptions.h.
Enumerator | |
---|---|
kAliasing | |
kAntiAliasing | |
kLcd |
Definition at line 12 of file cfx_textrenderoptions.h.
|
constexprdefault |
|
inlineexplicitconstexpr |
Definition at line 24 of file cfx_textrenderoptions.h.
References aliasing_type.
Referenced by CFDE_TextOut::DrawString(), and CBC_OneDimWriter::GetTextRenderOptions().
|
constexprdefault |
|
inline |
Definition at line 31 of file cfx_textrenderoptions.h.
References aliasing_type, kAntiAliasing, and kLcd.
Referenced by CFX_RenderDevice::DrawNormalText().
|
default |
AliasingType CFX_TextRenderOptions::aliasing_type = kAntiAliasing |
Definition at line 36 of file cfx_textrenderoptions.h.
Referenced by CFX_TextRenderOptions(), CFX_RenderDevice::DrawNormalText(), IsSmooth(), and operator==().
bool CFX_TextRenderOptions::font_is_cid = false |
Definition at line 39 of file cfx_textrenderoptions.h.
Referenced by operator==().
bool CFX_TextRenderOptions::native_text = true |
Definition at line 42 of file cfx_textrenderoptions.h.
Referenced by CFX_RenderDevice::DrawNormalText(), and operator==().