Standard GUI Font Names: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
GUI fonts that the player may use.
These are the standard CEGUI fonts that are used in Multi Theft Auto and can be accessed with the GUI scripting functions [[guiGetFont]] and [[guiSetFont]].


<div style="border: 3px solid grey;padding:10px;"><strong>TODO</strong>
This page needs image previews of all the fonts that can be used.
</div>


<gallery heights="48" widths="236" perrow="3" caption="Available font properties and previews">
Image:mta-font_default-normal.gif|<div style="font-weight: bold">default-normal</div>Tahoma regular, 9px
Image:mta-font_default-small.gif|<div style="font-weight: bold">default-small</div>Tahoma regular, 7px
Image:mta-font_default-bold-small.gif|<div style="font-weight: bold">default-bold-small</div>Tahoma bold, 8px
Image:mta-font_clear-normal.gif|<div style="font-weight: bold">clear-normal</div>Verdana regular, 9px
Image:mta-font_sa-header.gif|<div style="font-weight: bold">sa-header</div>Diploma regular, 26px auto-scaled
Image:mta-font_sa-gothic.gif|<div style="font-weight: bold">sa-gothic</div>Beckett regular, 47px auto-scaled
</gallery>
[[Category:Scripting Concepts]]


* ''default-normal'': Tahoma, 9px, regular
[[pl:Standard GUI Font Names]]
* ''default-small'': Tahoma, 7px, regular
[[ru:GUI Fonts]]
* ''default-bold-small'': Tahoma, 8px, bold
* ''clear-normal'': Verdana, 9px, regular
* ''sa-header'': Diploma (San Andreas - Header), 26px, regular, auto-scaled
* ''sa-gothic'': Beckett (San Andreas - Gothic), 47px, regular, auto-scaled

Latest revision as of 15:54, 10 October 2016

These are the standard CEGUI fonts that are used in Multi Theft Auto and can be accessed with the GUI scripting functions guiGetFont and guiSetFont.