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