ezLCD SDK Documentation

EZLCDBase.ActiveFontIndex Property

 [This is preliminary documentation and subject to change.]

Sets the active font index.

[Visual Basic]
Public Property WriteOnly Byte As  _
    Implements IEZLCDAdvanced.
[C#]
public byte Byte { set; }
[C++]
public: __property void set_Byte(char );
[JScript]
public function set Byte(Byte);

Implements

IEZLCDAdvanced.

See Also

EZLCDBase Class | EZLCD.SDK Namespace