Skip to content

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

License

Notifications You must be signed in to change notification settings

lineCode/IMGUI-Memory-Font-Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages