openshot-audio
0.1.2
|
Public Member Functions | |
SharedFontInternal () noexcept | |
SharedFontInternal (int styleFlags, float fontHeight) noexcept | |
SharedFontInternal (const String &name, int styleFlags, float fontHeight) noexcept | |
SharedFontInternal (const String &name, const String &style, float fontHeight) noexcept | |
SharedFontInternal (const Typeface::Ptr &face) noexcept | |
SharedFontInternal (const SharedFontInternal &other) noexcept | |
bool | operator== (const SharedFontInternal &other) const noexcept |
![]() | |
void | incReferenceCount () noexcept |
void | decReferenceCount () noexcept |
bool | decReferenceCountWithoutDeleting () noexcept |
int | getReferenceCount () const noexcept |
Public Attributes | |
Typeface::Ptr | typeface |
String | typefaceName |
String | typefaceStyle |
float | height |
float | horizontalScale |
float | kerning |
float | ascent |
bool | underline |
Additional Inherited Members | |
![]() | |
ReferenceCountedObject () | |
virtual | ~ReferenceCountedObject () |
void | resetReferenceCount () noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
float Font::SharedFontInternal::ascent |
float Font::SharedFontInternal::height |
float Font::SharedFontInternal::horizontalScale |
float Font::SharedFontInternal::kerning |
Typeface::Ptr Font::SharedFontInternal::typeface |
String Font::SharedFontInternal::typefaceName |
String Font::SharedFontInternal::typefaceStyle |
bool Font::SharedFontInternal::underline |