IFont.Item[Char] Property

Definition

Returns a list of bytes for a given character to be written to a matrix.

public System.Collections.Generic.IReadOnlyList<byte> this[char chr] { get; }
member this.Item(char) : System.Collections.Generic.IReadOnlyList<byte>
Default Public ReadOnly Property Item(chr As Char) As IReadOnlyList(Of Byte)

Parameters

chr
Char

Property Value

Applies to