Log in

View Full Version : Changing Font of "Label"



ronalmb
March 13th, 2010, 16:24
Hello,

I have figured out how to change/insert my own fonts for the ruleset I am working on, but cannot figure out where the font-type for the "label" classification is located. I wish to replace the more fantasy themed font with a more modern one.

I have included an image to illustrate which object I am having the difficulty with.

Any advice or pointers would be welcome. Thank you!

https://www.brandeberry.thinkplaystudios.com/images/example.gif

Moon Wizard
March 13th, 2010, 17:17
That font is called "sheetlabelinline" in the ruleset code. It is used by the "labeledstring" template.

Cheers,
JPG

Foen
March 14th, 2010, 07:42
Just to be a bit more precise, the sheetlabelinline font itself uses sheetlabelsmall, so if you want to replace the FGF file you should either:

Replace sheetlabelsmall.fgf - this will change the label font where you want it, but also any other font that uses sheetlabelsmall; or
Redfine sheetlabelinline to use your new font - this will only change the font used in those labels (which might be what you want).

BTW, your theme is looking really neat! I'm sure other folks would be interested in it.

Foen