Description:
Parameter | Range | Description |
---|---|---|
suffix | up to 4 ASCII chars (0x01 .. 0xFF) | string to be suffix |
Sets a suffix of case-sensitive string characters, which will be put after any subsequently sent font name (see Attribute.setFont(int)).
Note
Attribute.setFont("font");
Extra.setFontNameSuffix("");
Example
Extra.setFontNameSuffix("_en");
Set the font name suffix to "_en" and will subsequently only set fonts that end with these characters.
See also:
Touch.setTouchFieldTextMessage(int)
Attribute.setFont(int)
Control.getTextMessageExtent(int)
Draw.writeTextMessage(int)
Extra.setFontOffset(int)
Extra.setFontNamePrefix(String)
Extra.setMessageNameSuffix(String)
Extra.setGraphicNameSuffix(String)
Copyright © demmel products gmbh. All rights reserved.