Tuesday, March 4, 2014

XNU kernel built-in ISO font

After reading Ka-Ping Yee ISO Latin-1 Font in linux kernel, I converted the font to BDF for use.

But instead of using the patch he provided, I did conversion in my usual way:
- Add stub in iso_font.c so it writes font data binary array to binary file when runs.
- Use my raw2bdf-c_flip.php php CLI script from font2bdf-tools to convert raw binary font to BDF (The font data stored in iso_font.c is in flipped form)
- ???
- profit!

Download: xnu_iso_font.7z

And there is other converted font in BDF or TrueType form in my Font Drop.

No comments:

Post a Comment