|
| FontMetric () |
|
| FontMetric (const FontMetric &) |
|
| FontMetric (vcl::font::PhysicalFontFace const &rFace) |
|
| ~FontMetric () override |
|
tools::Long | GetAscent () const |
|
tools::Long | GetDescent () const |
|
tools::Long | GetInternalLeading () const |
|
tools::Long | GetExternalLeading () const |
|
tools::Long | GetLineHeight () const |
|
tools::Long | GetSlant () const |
|
tools::Long | GetBulletOffset () const |
|
tools::Long | GetHangingBaseline () const |
|
void | SetAscent (tools::Long nAscent) |
|
void | SetDescent (tools::Long nDescent) |
|
void | SetExternalLeading (tools::Long nExtLeading) |
|
void | SetInternalLeading (tools::Long nIntLeading) |
|
void | SetLineHeight (tools::Long nHeight) |
|
void | SetSlant (tools::Long nSlant) |
|
void | SetBulletOffset (tools::Long nOffset) |
|
void | SetHangingBaseline (tools::Long nBaseline) |
|
bool | IsFullstopCentered () const |
|
void | SetFullstopCenteredFlag (bool bCentered) |
|
FontMetric & | operator= (const FontMetric &rMetric) |
|
FontMetric & | operator= (FontMetric &&rMetric) |
|
bool | operator== (const FontMetric &rMetric) const |
|
bool | operator!= (const FontMetric &rMetric) const |
|
bool | EqualIgnoreColor (const FontMetric &) const |
|
size_t | GetHashValueIgnoreColor () const |
|
| Font () |
|
| Font (const Font &) |
|
| Font (Font &&) noexcept |
|
| Font (const OUString &rFamilyName, const Size &) |
|
| Font (const OUString &rFamilyName, const OUString &rStyleName, const Size &) |
|
| Font (FontFamily eFamily, const Size &) |
|
virtual | ~Font () |
|
const OUString & | GetFamilyName () const |
|
FontFamily | GetFamilyType () |
|
FontFamily | GetFamilyType () const |
|
const OUString & | GetStyleName () const |
|
FontWeight | GetWeight () |
|
FontWeight | GetWeight () const |
|
FontItalic | GetItalic () |
|
FontItalic | GetItalic () const |
|
FontPitch | GetPitch () |
|
FontPitch | GetPitch () const |
|
FontWidth | GetWidthType () |
|
FontWidth | GetWidthType () const |
|
TextAlign | GetAlignment () const |
|
rtl_TextEncoding | GetCharSet () const |
|
FontEmphasisMark | GetEmphasisMarkStyle () const |
|
void | SetFamilyName (const OUString &rFamilyName) |
|
void | SetStyleName (const OUString &rStyleName) |
|
void | SetFamily (FontFamily) |
|
void | SetPitch (FontPitch ePitch) |
|
void | SetItalic (FontItalic) |
|
void | SetWeight (FontWeight) |
|
void | SetWidthType (FontWidth) |
|
void | SetAlignment (TextAlign) |
|
void | SetCharSet (rtl_TextEncoding) |
|
int | GetQuality () const |
|
void | SetQuality (int) |
|
void | IncreaseQualityBy (int) |
|
void | DecreaseQualityBy (int) |
|
const Color & | GetColor () const |
|
const Color & | GetFillColor () const |
|
bool | IsTransparent () const |
|
void | SetColor (const Color &) |
|
void | SetFillColor (const Color &) |
|
void | SetTransparent (bool bTransparent) |
|
void | SetFontSize (const Size &) |
|
const Size & | GetFontSize () const |
|
void | SetFontHeight (tools::Long nHeight) |
|
tools::Long | GetFontHeight () const |
|
void | SetAverageFontWidth (tools::Long nWidth) |
|
tools::Long | GetAverageFontWidth () const |
|
tools::Long | GetOrCalculateAverageFontWidth () const |
|
void | SetLanguageTag (const LanguageTag &) |
|
const LanguageTag & | GetLanguageTag () const |
|
void | SetCJKContextLanguageTag (const LanguageTag &) |
|
const LanguageTag & | GetCJKContextLanguageTag () const |
|
void | SetLanguage (LanguageType) |
|
LanguageType | GetLanguage () const |
|
void | SetCJKContextLanguage (LanguageType) |
|
LanguageType | GetCJKContextLanguage () const |
|
void | SetOrientation (Degree10 nLineOrientation) |
|
Degree10 | GetOrientation () const |
|
void | SetVertical (bool bVertical) |
|
bool | IsVertical () const |
|
void | SetKerning (FontKerning nKerning) |
|
FontKerning | GetKerning () const |
|
bool | IsKerning () const |
|
void | SetFixKerning (const short nSpacing) |
|
short | GetFixKerning () const |
|
bool | IsFixKerning () const |
|
void | SetOutline (bool bOutline) |
|
bool | IsOutline () const |
|
void | SetShadow (bool bShadow) |
|
bool | IsShadow () const |
|
void | SetRelief (FontRelief) |
|
FontRelief | GetRelief () const |
|
void | SetUnderline (FontLineStyle) |
|
FontLineStyle | GetUnderline () const |
|
void | SetOverline (FontLineStyle) |
|
FontLineStyle | GetOverline () const |
|
void | SetStrikeout (FontStrikeout) |
|
FontStrikeout | GetStrikeout () const |
|
void | SetEmphasisMark (FontEmphasisMark) |
|
FontEmphasisMark | GetEmphasisMark () const |
|
void | SetWordLineMode (bool bWordLine) |
|
bool | IsWordLineMode () const |
|
void | Merge (const Font &rFont) |
|
void | GetFontAttributes (FontAttributes &rAttrs) const |
|
Font & | operator= (const Font &) |
|
Font & | operator= (Font &&) noexcept |
|
bool | operator== (const Font &) const |
|
bool | operator!= (const Font &rFont) const |
|
bool | IsSameInstance (const Font &) const |
|
bool | EqualIgnoreColor (const Font &) const |
|
size_t | GetHashValueIgnoreColor () const |
|
bool | IsUnderlineAbove () const |
|