Localizing themes for fonts

Fonts have specific themes and they can be localized to suit your locale.

Theme entries for the Font theme are specified in the Font, ForegroundColor, and BackgroundColor elements under the ThemeEntry element. There are three types of theme entries for the Font theme:

  • Font—The Font element contains data pertaining to the font's height, name, and style.
    Table 1. Font element attribute list
    Attribute Description
    Height Enter the height of the font.
    Name Enter the font name, for example, Tahoma, Arial, and so on.
    Style Enter the font style, for example, NORMAL, BOLD, and so on.
  • ForegroundColor and BackgroundColor—The ForegroundColor element describes the color of the text that is displayed. The BackgroundColor element describes the background on which the text is displayed. Available attributes for both elements are red, blue, and green. These standard RGB values must be entered in the decimal color code (0-255).