Click or drag to resize

FlexPendant Fonts

Overview

On the FlexPendant, TpsFont is used instead of standard Windows fonts. By using TpsFont you save limited device memory, as static references instead of new font instances will be used.

TpsFont

Tahoma is the default font of the FlexPendant. It is also the font usually used internally by TpsFont. A number of different font sizes are pre-allocated and can be reused. You are recommended to use TpsFont instead of creating new font instances for both ABB and .NET UI controls.

Note Note

To use Chinese or another language with non-western characters, you must use the FlexPendant font, TpsFont, for any UI controls. It internally checks what language is currently active on the FlexPendant and uses the correct font for that language.

Note Note

If you use other fonts than available on the FlexPendant, that is, Tahoma and Courier New, the application will use Tahoma instead of the intended one.