Package ilcd
Class Attribute

Public Method setSymbolFontEnabled

static void setSymbolFontEnabled(boolean enabled)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
enabled false ... true determines whether the currently selected font is a symbol font or not

Sets the current font to a symbol font, meaning that there will be no blank pixels between consecutive characters and lines. This is especially useful when using fonts which contain border characters.

Note

Example

Attribute.setSymbolFontEnabled(true);

Causes every subsequent text to be outputted with no blank pixels similar to a symbol font, until the method is repeated and the parameter enabled is set to false again.

See also:

Attribute.setFont(int)
Draw.writeText(String)