write8
Writes a 8x16 glyph to an output stream. This writes 32 bytes, where each byte is a hex digit.
Parameters
out
The output stream to write to
glyph
The glyph as an int array, where each int is a row in the glyph texture.
Writes a 8x16 glyph to an output stream. This writes 32 bytes, where each byte is a hex digit.
The output stream to write to
The glyph as an int array, where each int is a row in the glyph texture.