object model for musx file (enigmaxml)
Definition BaseClasses.h:38
Document-independent snapshot of a #FontInfo. (See FontInfo::resolve.)
Definition ResolvedFontInfo.h:36
bool isSmufl
true when this is a SMuFL font (see FontInfo::calcIsSMuFL)
Definition ResolvedFontInfo.h:47
bool bold
bold effect
Definition ResolvedFontInfo.h:40
bool underline
underline effect
Definition ResolvedFontInfo.h:42
std::string name
the font name (see FontInfo::getName)
Definition ResolvedFontInfo.h:37
bool sizeIsPercent
true when size is a percentage (see FontInfo::getSizeIsPercent)
Definition ResolvedFontInfo.h:39
int size
the font size, or a percent of the preceding size when sizeIsPercent is true
Definition ResolvedFontInfo.h:38
bool absolute
fixed-size effect
Definition ResolvedFontInfo.h:44
bool strikeout
strikeout effect
Definition ResolvedFontInfo.h:43
bool italic
italic effect
Definition ResolvedFontInfo.h:41
bool hidden
hidden effect
Definition ResolvedFontInfo.h:45
bool isSymbolFont
true when each code point of text in this font is a raw glyph index (see FontInfo::calcIsSymbolFont)
Definition ResolvedFontInfo.h:46