HP ThinPro - Login Screen Customization
7
Use: Specifies a text string to be used, if no localized text is specified.
Note
The text rendering engine does not support HTML-style markup. It does support using \n to display multiple lines of text
in one element. See Dynamic text elements (Background Sysinfo).
• font-locale
Parameter: locale-specific fontName
Example: font-ja_JP: kochi-gothic;
Use: Specifies a font to be used when the string is rendered in the specified locale. The supported locales are the same as
those supported by HP ThinPro: de_DE (German), en_US (English), es_ES (Spanish), fr_FR (French), ja_JP (Japanese),
ko_KR (Korean), ru_RU (Russian), zh_CN (Simplified Chinese), and zh_TW (Traditional Chinese). The name must match
one of the fonts available in the folder /usr/share/fonts/truetype. For Japanese text, it might be necessary to
specify kochi-gothic; for Simplified Chinese text, uming.
• font
Parameter: fontName
Example: font: DejaVuSerif-Bold;
Default: DejaVuSerif
Use: Specifies a font to be used, if no localized font is specified. The name must match one of the fonts available in the
folder /usr/share/fonts/truetype.
• font-size
Parameter: A pixel value (for example, 20) or percentage of screen height (for example, 5%) or a point size (for example,
12pt)
Example: font-size: 12pt;
Example: font-size: 100;
Example: font-size: 5%;
Use: Specifies the default size of the font. The text can be further scaled, if size, max-width, and/or max-height are
specified.
• max-width
Parameter: A size in pixels or in percentage of screen width
Example: max-width: 90%;
Example: max-width: 500;
Use: Specifies that the string is scaled down to fit within the width, if the string is wider than the width.
• max-height
Parameter: A size in pixels or in percentage of screen height
Example: max-height: 64;
Example: max-height: 200;
Use: Specifies that the string is scaled down to fit within the height, if the string is taller than the height.
• shadow-color
Note
Available in HP ThinPro 6.0 or later.
Parameter: RRGGBB 6-digit hex value or rrr,ggg,bbb 0–255,0–255,0–255 form
Example: shadow-color: ff8800;
Example: shadow-color: 255,204,192;










