Hello everyone,
I have donwloaded the great skin of HELLENIC 2006, and it so nice that I can't bear any other skins.
But when I bought a new screen and play the game under 1280x1024(windows model), I feel the fonts are too small. So I have rewrited the HELLENIC2006.XML as follow:
<flags id="hnfn" value="fonts/text" comment="hint font"/>
<integer id="hnst" value="0"/><!-- Style -->
<integer id="hnss" value="12"/><!-- Font size -->
<!-- TITLE PROPERTIES -->
<flags id="tlfn" value="fonts/title" comment=" title font "/>
<integer id="tlss" value="22"/><!-- Large font size -->
<integer id="tlsn" value="10"/><!-- Normal font size -->
<integer id="tlsl" value="18"/><!-- Small font size -->
<!-- MENU PROPERTIES -->
<flags id="mnfn" value="fonts/text" comment=" popup menu font "/>
<integer id="mnss" value="12"/><!-- Small font size -->
<integer id="mnsn" value="14"/><!-- Normal font size -->
<integer id="mnsl" value="16"/><!-- Large font size -->
<!-- BUTTON PROPERTIES -->
<flags id="cnfn" value="fonts/text" comment=" Button Font "/>
<integer id="cnss" value="12"/><!-- Small font size -->
<integer id="cnsn" value="14"/><!-- Normal font size -->
<integer id="cnsl" value="16"/><!-- Large font size -->
<!-- TEXT PROPERTIES -->
<flags id="txfn" value="fonts/text" comment=" Text font "/>
<integer id="txss" value="12" /><!-- text size small -->
<integer id="txsn" value="14" /><!-- text size normal -->
<integer id="txsl" value="16" /><!-- text size large -->
<integer id="txst" value="shadowed" />
Then I feel I have a nice fonted skin again, the only problem left is: now the buttons in game are too small, it can't display whole letter.
I have tried to modify the \graphics\button\button.xml and button clicked.xml, but I just don't understand it meaning.
And sometimes the Dialog Box also too small, where can I find a full manual of how to make a new skin?
Thanks