Standard GUI Font Names: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
These are the available CGUI fonts that are used in Multi Theft Auto and can be accessed with the GUI scripting functions [[guiGetFont]] and [[guiSetFont]].
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]].




<gallery heights="48" widths="236" perrow="3" caption="Available CGUI fonts">
<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-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-small.gif|<div style="font-weight: bold">default-small</div>Tahoma regular, 7px
Line 10: Line 10:
Image:mta-font_sa-gothic.gif|<div style="font-weight: bold">sa-gothic</div>Beckett regular, 47px auto-scaled
Image:mta-font_sa-gothic.gif|<div style="font-weight: bold">sa-gothic</div>Beckett regular, 47px auto-scaled
</gallery>
</gallery>
[[Category:Scripting Concepts]]
[[pl:Standard GUI Font Names]]
[[ru:GUI Fonts]]

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.