i need a little help.
I want to use a fixed Font for a LINUX Program.
Because the "Multiline" isn´t possible for Linux, it is necessary to use a fixed Font to get
good fixed outputs.
In Windows i use for example:
Code: Select all
If LoadFont(10,"courier",16)
SetGadgetFont(#PB_Default,FontID())
EndIf
It is only possible to change the size of the font in Text or Button Gadgets but not the font itself.
Now my Questions:
1. What is to do, to change the Font.
2. Is it possible to "include" a font into the Program like IncludeBinary?