ezLCD SDK Documentation

EZLCDBase. 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]
Overridable Public Sub ( _ 
   ByVal Byte As Byte _ 
) _
    Implements IEZLCDNative.
[C#]
public virtual void (
   byte Byte
);
[C++]
public: virtual void (
   char Byte
);
[JScript]
public virtual function (
   Byte Byte
);

Parameters

fontID
The numeric ID of font to select.

Implements

IEZLCDNative.

See Also

EZLCDBase Class | EZLCD.SDK Namespace