Writing the font support procedures and functions into Prometheus_Vid unit now. Just wondering whether people would prefer:
Code:
Load Font -> variable
Drawtext (x,y, font, text)
or
Code:
Loadfont(fontname, source)
DrawText(x,y, fontname, text)
They're similar, but one uses a library and the other uses a specific font variable... Any thoughts? At this point I'm leaning towards the former option, but
...