Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 598 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 598 Bytes

IMGUI-Memory-Font-Loader

Convert TTF Font Files To RAW BYTES Using The Font To Memory Executable.

Use The Following Shell Command To Convert The TTF File To RAW BYTE

./FONT-MEM.exe [-base85] [-nocompress]

EXAMPLE OUTPUT BYTES:

unsigned char fontAwesomeRawData[165548] = { 0x00, 0x01, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x80, 0x00, 0x03, 0x00, 0x50, 0x46, 0x46, 0x54, 0x4D, 0x6B, 0xBE, 0x47, 0xB9, 0x00, 0x02, 0x86, 0x90, 0x00, 0x00, 0x00, 0x1C, 0x47, 0x44, 0x45, 0x46, 0x02, 0xF0, 0x00, 0x04, 0x00, 0x02, 0x86, 0x70, 0x00, 0x00, 0x00, 0x20, 0x4F, 0x53, 0x2F, 0x32, };