LcdCharacterEncodingFactory.CreateLetterA02(Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the given letter from a pixel map for Rom Type A02 (7 or 8 Pixel high letters, bottom row filled)
protected virtual byte[]? CreateLetterA02 (char character);
abstract member CreateLetterA02 : char -> byte[]
override this.CreateLetterA02 : char -> byte[]
Protected Overridable Function CreateLetterA02 (character As Char) As Byte()
Parameters
- character
- Char
Character to create
Returns
Byte[]
An 8-Byte array of the pixel map for the created letter.
Remarks
Currently requires the characters to be hardcoded here. Would be nice if we could generate the pixel maps from an existing font, such as Consolas