My feature request would be to remove those resources and instead include them in a properly defined format - a ".fontdef" file, which is parsed by the resource and font manager, unlike the ".font" files.
Here's the easy fix:
Code: Select all
StarWars
{
// Now this one I agree with ;)
// A Star Wars font :)
type truetype
source solo5.ttf
size 16
resolution 96
}
BlueHighway-8
{
type truetype
source bluehigh.ttf
size 8
resolution 96
}
BlueHighway-16
{
type truetype
source bluehigh.ttf
size 16
resolution 96
}
BlueHighway-12
{
type truetype
source bluehigh.ttf
size 12
resolution 96
}