ezLCD SDK Documentation

IEZLCDNative. Method 

 [This is preliminary documentation and subject to change.]

Selects a font stored in the LCD's local memory as the current font.

[Visual Basic]
Sub ( _ 
   ByVal Byte As Byte _ 
)
[C#]
void (
   byte Byte
);
[C++]
void (
   char Byte
);
[JScript]
function (
   Byte Byte
);

Parameters

fontID
The numeric ID of font to select.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace