User`s guide
mlreportgen.dom.FontFamily class
12-123
mlreportgen.dom.FontFamily class
Package: mlreportgen.dom
Font family
Description
Properties of font family to be used to format document text.
Construction
fontFamilyObj = FontFamily() creates a Times New Roman font family.
fontFamilyObj = FontFamily(fontStr) creates the specified font family.
Input Arguments
fontStr — Font family
string
Font family, specified as a string.
Output Arguments
fontFamilyObj — Font family
mlreportgen.dom.FontFamily object
Font family, represented by an mlreportgen.dom.FontFamily object.
Properties
BackupFamilyNames — Backup font families
cell array
For HTML documents only. Cell array of strings specifying font families that a browser
can use if the font family specified in FamilyName is not available on a system.