Skip to main content
Version: v3

Font Element (Thmutil Extension)

Description
Defines a font including the size and color.
Windows Installer references
None
Parents
Theme
Inner Text (xs:string)
Name of the font face.
Children
None
Attributes
NameTypeDescriptionRequired
BackgroundHexBinaryHexadecimal value representing BGR background color of the font. "ffffff" is white, "ff0000" is pure blue, "00ff00" is pure green, "0000ff" is pure red and "000000" is black. If this value is absent the background will be transparent. 
ForegroundHexBinaryHexadecimal value representing BGR foreground color of the font. "ffffff" is white, "ff0000" is pure blue, "00ff00" is pure green, "0000ff" is pure red and "000000" is black. If this value is absent the foreground will be transparent. 
HeightIntFont size. Use negative numbers to specify the font in pixels. 
IdNonNegativeIntegerNumeric identifier for the font. Due to limitations in thmutil the first Font must start with "0" and each subsequent Font must increment the Id by 1. Failure to ensure the Font identifiers follow this strict ordering will create unexpected behavior or crashes. 
UnderlineYesNoTypeSpecifies whether the font is underlined. 
WeightNonNegativeIntegerFont weight. 
See Also
Thmutil Schema