PDA

View Full Version : Ruleset fonts



Casimir
June 18th, 2011, 18:50
I'm in the middle of beginning a ruleset project, and am at a point where I want to start manipulating the fonts in the character sheet. I have a couple of windows that I want a heading to appear above the form text that the player types in, and I want that heading to have the same font as the initial character logo and portrait section - but I can't seem to find what that font is (I've tried almost all of the fonts in the Base ruleset font directory, which is the ruleset I'm basing this off).

For reference, here's an image - the font under the character name, player fields, etc. is the one I want for the Appearance heading:

https://www.singularitycollective.org/images/font1.png

Sorcerer
June 18th, 2011, 19:54
The string field and the label are generated using the labeledstring template
(should be in the common_templates.xml)

The stringfiled uses "sheettext", but the label is generated by overlaying a text widget, it uses sheetlabelinline, which is actually sheetlabelsmall with a different color (you can find it specified in the fonts.xml)

Casimir
June 19th, 2011, 04:12
Ok, great - thanks. I found what I needed... and also found that trying to do what I wanted isn't going to work the way I'd planned it to work without some tweaking.