Is it possible to create a font bitmap from a TTF (via Font::LoadFromFile), export the bitmap, modify it then recreate the font from the updated bitmap?
Ideally I would like to save off the bitmap then reload the font from the bitmap without the TTF being present. This would allow me to use fonts that are royalty free but can't be redistributed as a TTF.
I can see that there's an option to get the bitmap image from a font (via GetImage) but I can't see a way to load a font from bitmap data.
I appreciate this might not be possible, if the font metadata isn't included in the bitmap.
(Hope this makes sense!)
Thanks,
Gary