Hey.
Is it possible to use a different font than the default one, on a Screen or windowed screen? I tried using DrawingFont(FontID(myfont)) or something like that, but it wouldn't change the font. Is it an SDL limitation?
Thanks
PS the code in question works fine in Windows Vista
using fonts on a screen or windowed screen
-
ProphetOfDoom
- User

- Posts: 84
- Joined: Mon Jun 30, 2008 4:36 pm
- Location: UK
-
ProphetOfDoom
- User

- Posts: 84
- Joined: Mon Jun 30, 2008 4:36 pm
- Location: UK
Once again:
SDL can do it. But it seems to be a little Bug in PB.
1) Loading Fonts in PB for usage on Screens (SDL calls) do not work.
2) Some drawing functiosn in PB for usage on Screens (SDL calls) do not work.
They have been reported before 4.20 Final and I hope they'll be fixed soon.
Try the same (loading Fonts,...) and draw onto a GTK window - this should work. And make sure, that the fontname in OO.org is the "real Fontname". On Windows, as we all know, the need not to be the same....
SDL can do it. But it seems to be a little Bug in PB.
1) Loading Fonts in PB for usage on Screens (SDL calls) do not work.
2) Some drawing functiosn in PB for usage on Screens (SDL calls) do not work.
They have been reported before 4.20 Final and I hope they'll be fixed soon.
Try the same (loading Fonts,...) and draw onto a GTK window - this should work. And make sure, that the fontname in OO.org is the "real Fontname". On Windows, as we all know, the need not to be the same....
cheers,
bembulak
bembulak
-
ProphetOfDoom
- User

- Posts: 84
- Joined: Mon Jun 30, 2008 4:36 pm
- Location: UK
