Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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, };

About

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

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.