PDA

View Full Version : Die total font definition?



Hornet
July 17th, 2012, 01:06
With the option 'Chat: Show roll totals' there is a number that is added to the right of dice rolls inside the oval frame along with the die icon and die roll number. (and question mark if you have hide GM rolls on)

Where do I find where this font is defined? I have looked in graphics_fonts.xml, but I can't find any grey font definitions there. it looks like the font may be dnd35e-bold-11.fgf but I have changed the color value for all of these in the xml file and none have changed the color of the die roll total font.

Moon Wizard
July 17th, 2012, 18:51
"diemod" is the font for the modifier and total text.
"dieresult" is the font for drawing the number on the dice icons.

Cheers,
JPG

Hornet
July 17th, 2012, 20:17
This is the code for diemod in my graphics_fonts.xml file...



<font name="diemod">
<fgffile name="graphics/fonts/diemod.fgf" />
<color value="#000000" />
</font>


Yet in the program it's still appearing as grey. Shouldn't it be black?

Moon Wizard
July 17th, 2012, 20:49
At this time, the color for the total is hard-coded.
JPG