openshot-audio
0.1.7
|
Classes | |
struct | KnownTypeface |
Public Member Functions | |
FTTypefaceList () | |
~FTTypefaceList () | |
FTFaceWrapper::Ptr | createFace (const void *data, size_t dataSize, int index) |
FTFaceWrapper::Ptr | createFace (const File &file, int index) |
FTFaceWrapper::Ptr | createFace (const String &fontName, const String &fontStyle) |
StringArray | findAllFamilyNames () const |
StringArray | findAllTypefaceStyles (const String &family) const |
void | scanFontPaths (const StringArray &paths) |
void | getMonospacedNames (StringArray &monoSpaced) const |
void | getSerifNames (StringArray &serif) const |
void | getSansSerifNames (StringArray &sansSerif) const |
void | scanFont (const File &file) |
const KnownTypeface * | matchTypeface (const String &familyName, const String &style) const noexcept |
Static Public Member Functions | |
static FTFaceWrapper::Ptr | selectUnicodeCharmap (FTFaceWrapper *face) |
static int | indexOfRegularStyle (const StringArray &styles) |
static StringArray | getDefaultFontDirectories () |
static bool | isFaceSansSerif (const String &family) |
Public Attributes | |
juce_DeclareSingleton_SingleThreaded_Minimal(FTTypefaceList) private OwnedArray < KnownTypeface > | faces |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinenoexcept |
|
inline |
|
inlinestatic |
juce_DeclareSingleton_SingleThreaded_Minimal (FTTypefaceList) private OwnedArray<KnownTypeface> FTTypefaceList::faces |