PDA

View Full Version : Font Problem



sondermann
November 4th, 2008, 18:33
I'm trying to replace some fonts and I've got a problem. Using the FGFontGenerator I converted an Adobe .otf font to .fgf. But the result looks rather disgusting. I've attached an image of the new font in use and an image of how the font's supposed to look.

Could someone explain to me what I'm doing wrong?

sondermann
November 5th, 2008, 13:10
I fiddled a bit with the font and it seems it was just the point size I choose that distorted the font.

So far, so good.

Oberoten
November 5th, 2008, 13:39
This with the fonts not being defineable on the fly so to say is one of the major problems with the whole bitmapped fonts aproach.

sondermann
November 5th, 2008, 14:51
Is there a way to realize a smallcaps effect?

Sigurd
November 6th, 2008, 01:36
Where do you get FGFontGenerator?


Sigurd

sondermann
November 6th, 2008, 02:22
Here. (https://www.fantasygrounds.com/modguide/resources.xcp) Scroll down until you reach "Fonts".

Oberoten
November 6th, 2008, 07:32
Is there a way to realize a smallcaps effect?

Easiest would probably be finding a smallcaps font?
Othewise I suppose you COULD share the text into two different strings and use two versions of the font making sure to write in ALLCAPS. :)

- Obe

Sigurd
November 7th, 2008, 01:31
Thanks Sondermann