LcdCharacterEncodingFactory.ConvertFont5to8bytes Method
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.
Convert a 5 bytes array with 8 bits vertically encoded character representation into a 8 bytes array with the lower 5 bits.
C#
public static byte[] ConvertFont5to8bytes (ReadOnlySpan<byte> font5);
static member ConvertFont5to8bytes : ReadOnlySpan<byte> -> byte[]
Public Shared Function ConvertFont5to8bytes (font5 As ReadOnlySpan(Of Byte)) As Byte()
- font5
- ReadOnlySpan<Byte>
A span of bytes, must be 5 bytes length
Byte[]
A 8 bytes array containing the character
Produkt | Versioner |
---|---|
.NET IoT Libraries | 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |