mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 12:42:11 +00:00
ac9b1715d5
Added new command line option: "encoding" which allow to change font encoding used in game messages. Currently there are three evailable encodings: win1250 - Central and Eastern European (languages that use Latin script, such as Polish, Czech, Slovak, Hungarian, Slovene, Bosnian, Croatian, Serbian (Latin script), Romanian and Albanian) win1251 - languages that use the Cyrillic alphabet such as Russian, Bulgarian, Serbian Cyrillic and others win1252 - Western European (Latin) - default Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
96 lines
3.7 KiB
XML
96 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Font">
|
|
|
|
<Font name="MyGUI_CoreFont.18" source="Comic.TTF" size="18" resolution="72" antialias_colour="false" space_width="4" tab_count="4" spacer="5" distance="10">
|
|
<Code range="33 126"/>
|
|
<Code range="192 382"/><!-- Central and Eastern European languages glyphs -->
|
|
<Code range="1025 1105"/>
|
|
<Code range="8470 8470" help="№"/>
|
|
<Code hide="128"/>
|
|
<Code hide="1026 1039"/>
|
|
<Code hide="1104"/>
|
|
</Font>
|
|
|
|
<Font name="MonoFont" default_height="17" source="VeraMono.ttf" size="18" resolution="50" antialias_colour="false" space_width="4" tab_width="8" cursor_width="2" distance="10" offset_height="0">
|
|
<Code range="33 126"/>
|
|
<Code range="192 382"/><!-- Central and Eastern European glyphs -->
|
|
<Code range="1025 1105"/>
|
|
</Font>
|
|
|
|
<!-- Useful for youtube videos :) -->
|
|
<Font name="youtube" default_height="34" source="VeraMono.ttf" size="36" resolution="50" antialias_colour="false" space_width="8" tab_width="16" cursor_width="4" distance="15" offset_height="0">
|
|
<Code range="33 126"/>
|
|
<Code range="192 382"/><!-- Central and Eastern European languages glyphs -->
|
|
<Code range="1025 1105"/>
|
|
</Font>
|
|
|
|
<!--
|
|
<Font name="gothic" source="gothic.ttf" size="18" resolution="72" antialias_colour="false" space_width="4" tab_count="4" spacer="5">
|
|
<Code range="33 126"/>
|
|
<Code range="1025 1105"/>
|
|
<Code range="8470 8470" help="№"/>
|
|
<Code hide="128"/>
|
|
<Code hide="1026 1039"/>
|
|
<Code hide="1104"/>
|
|
</Font>
|
|
|
|
<Font name="daedric" source="daedric.ttf" size="18" resolution="72" antialias_colour="false" space_width="4" tab_count="4" spacer="5">
|
|
<Code range="33 98"/>
|
|
<Code hide="128"/>
|
|
<Code hide="1026 1039"/>
|
|
<Code hide="1104"/>
|
|
</Font>
|
|
|
|
<Font name="daedric_orig" source="daedric_orig.ttf" size="18" resolution="72" antialias_colour="false" space_width="4" tab_count="4" spacer="5">
|
|
<Code range="33 98"/>
|
|
<Code hide="128"/>
|
|
<Code hide="1026 1039"/>
|
|
<Code hide="1104"/>
|
|
</Font>
|
|
|
|
<Font name="daedric36" source="daedric.ttf" size="36" resolution="72" antialias_colour="false" space_width="4" tab_count="4" spacer="5">
|
|
<Code range="33 98"/>
|
|
</Font>
|
|
|
|
<Font name="daedric_orig36" source="daedric_orig.ttf" size="36" resolution="72" antialias_colour="false" space_width="4" tab_count="4" spacer="5">
|
|
<Code range="33 98"/>
|
|
</Font>
|
|
|
|
<Font name="cards" default_height="17" source="magiccards.ttf" size="18" resolution="50" antialias_colour="false" space_width="4" tab_width="8" cursor_width="2" distance="5" offset_height="0">
|
|
<Code range="33 98"/>
|
|
</Font>
|
|
|
|
<Font name="cards2" default_height="17" source="magiccards2.ttf" size="18" resolution="50" antialias_colour="false" space_width="4" tab_width="8" cursor_width="2" distance="5" offset_height="0">
|
|
<Code range="33 98"/>
|
|
</Font>
|
|
|
|
<Font name="dorcla" source="dorcla.ttf" size="20" resolution="72" antialias_colour="false" space_width="5" tab_count="4" spacer="5">
|
|
<Code range="33 126"/>
|
|
<Code range="1025 1105"/>
|
|
<Code range="8470 8470" help="№"/>
|
|
<Code hide="128"/>
|
|
<Code hide="1026 1039"/>
|
|
<Code hide="1104"/>
|
|
</Font>
|
|
|
|
<Font name="perrygot" source="perrygot.ttf" size="16" resolution="72" antialias_colour="false" space_width="4" tab_count="4" spacer="5">
|
|
<Code range="33 126"/>
|
|
<Code range="1025 1105"/>
|
|
<Code range="8470 8470" help="№"/>
|
|
<Code hide="128"/>
|
|
<Code hide="1026 1039"/>
|
|
<Code hide="1104"/>
|
|
</Font>
|
|
<Font name="albertis" source="AlbertisADF.otf" size="18" resolution="50" antialias_colour="false" space_width="4" tab_count="4" spacer="5">
|
|
<Code range="33 126"/>
|
|
<Code range="1025 1105"/>
|
|
<Code range="8470 8470" help="№"/>
|
|
<Code hide="128"/>
|
|
<Code hide="1026 1039"/>
|
|
<Code hide="1104"/>
|
|
</Font>
|
|
-->
|
|
|
|
</MyGUI>
|