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_substfont.h>
Public Member Functions | |
CFX_SubstFont () | |
~CFX_SubstFont () | |
void | UseChromeSerif () |
void | SetIsBuiltInGenericFont () |
bool | IsBuiltInGenericFont () const |
Public Attributes | |
ByteString | m_Family |
FX_Charset | m_Charset = FX_Charset::kANSI |
int | m_Weight = 0 |
int | m_ItalicAngle = 0 |
int | m_WeightCJK = 0 |
bool | m_bSubstCJK = false |
bool | m_bItalicCJK = false |
Definition at line 13 of file cfx_substfont.h.
|
default |
|
default |
|
inline |
Definition at line 24 of file cfx_substfont.h.
Referenced by CFX_Face::GetGlyphWidth(), CFX_Face::LoadGlyphPath(), and CFX_Face::RenderGlyph().
|
inline |
Definition at line 23 of file cfx_substfont.h.
void CFX_SubstFont::UseChromeSerif | ( | ) |
Definition at line 25 of file cfx_substfont.cpp.
References m_Weight.
bool CFX_SubstFont::m_bItalicCJK = false |
Definition at line 33 of file cfx_substfont.h.
Referenced by CFX_FontMapper::FindSubstFont(), and CFX_Face::RenderGlyph().
bool CFX_SubstFont::m_bSubstCJK = false |
Definition at line 32 of file cfx_substfont.h.
Referenced by CFX_FontMapper::FindSubstFont(), and CFX_Face::RenderGlyph().
FX_Charset CFX_SubstFont::m_Charset = FX_Charset::kANSI |
Definition at line 27 of file cfx_substfont.h.
Referenced by CFX_FontMapper::FindSubstFont(), CPDF_Font::GetSubstFontCharset(), and CFX_Face::LoadGlyphPath().
ByteString CFX_SubstFont::m_Family |
Definition at line 26 of file cfx_substfont.h.
int CFX_SubstFont::m_ItalicAngle = 0 |
Definition at line 29 of file cfx_substfont.h.
Referenced by CFX_Font::GetSubstFontItalicAngle(), CFX_Face::LoadGlyphPath(), CFX_GlyphCache::LoadGlyphPath(), and CFX_Face::RenderGlyph().
int CFX_SubstFont::m_Weight = 0 |
Definition at line 28 of file cfx_substfont.h.
Referenced by CFX_Face::LoadGlyphPath(), CFX_GlyphCache::LoadGlyphPath(), CFX_Face::RenderGlyph(), and UseChromeSerif().
int CFX_SubstFont::m_WeightCJK = 0 |
Definition at line 30 of file cfx_substfont.h.
Referenced by CFX_FontMapper::FindSubstFont(), and CFX_Face::RenderGlyph().