PDA

View Full Version : CoreRPG default tab font



Xarxus
August 20th, 2024, 21:31
I did a search on the forum and in very old posts I read that the font used for the
tabs is probably Poor Richard or Verdana. Another one is also mentioned which I
don’t remember now.

From my tests, none of these seem to match.

Is there a post or a page where all these default elements are described? How do
I know which font was used and with which parameters?

Trenloe
August 20th, 2024, 22:11
With the recent update the tabs have been changed to be dynamic - i.e. you don't a tab graphic containing the text for each tab.

For example, the CoreRPG charsheet now has <tabres> string resources to specify the text to put within the tabs.


<tabs_charsheet name="tabs">
<tab>
<tabres>tab_main</tabres>
<subwindow>main</subwindow>
</tab>
<tab>
<tabres>tab_abilities</tabres>
<subwindow>abilities</subwindow>
</tab>
<tab>
<tabres>tab_inventory</tabres>
<subwindow>inventory</subwindow>
</tab>
<tab>
<tabres>tab_notes</tabres>
<subwindow>notes</subwindow>
</tab>
</tabs_charsheet>

Or have a look at the <tab> sections in record_item.xml for another example of using tabs and specifying the text resource.

Moon Wizard
August 20th, 2024, 23:59
As of the update today; all of the store rulesets we help support are all using text tabs only.

Regards,
JPG

Xarxus
August 21st, 2024, 09:07
I've found buttongroup_tabs.lua. Great job!

Ty both.

Xarxus
August 21st, 2024, 09:30
I think this page could be updated --> https://fantasygroundsunity.atlassian.net/wiki/spaces/FGCP/pages/996644818/widgetcontainer

It would be very useful.