change default fall-back font lists for Thai locale in vcl.xcu
I've done a small research on preferred fonts for Thai in Windows/Linux/MacOSX by consulting several communities, font developers and authority. Here is the modification that the Thai community decide that best for Thai locale. It will help users when exchanging documents between these platforms with different installed fonts and also promote the use of the new government sponsored free fonts (TH_Sarabun) as the standard cross-platform fonts. Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
This commit is contained in:
parent
c66d62a644
commit
520a933254
1 changed files with 6 additions and 6 deletions
|
@ -500,22 +500,22 @@
|
|||
</node>
|
||||
<node oor:name="th" oor:op="replace">
|
||||
<prop oor:name="UI_SANS" oor:op="replace" oor:type="xs:string">
|
||||
<value>Angsana New;OONaksit;Tahoma;Lucidasans;Arial Unicode MS;clearlyU</value>
|
||||
<value>Tahoma;Arial Unicode MS;Waree;Loma;Thonburi;Lucidasans;Lucida Sans;clearlyU</value>
|
||||
</prop>
|
||||
<prop oor:name="CTL_DISPLAY" oor:type="xs:string" oor:op="replace">
|
||||
<value>Angsana New;OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
|
||||
<value>Tahoma;Arial Unicode MS;Waree;Loma;Thonburi;Lucidasans;Lucida Sans;Angsana New</value>
|
||||
</prop>
|
||||
<prop oor:name="CTL_HEADING" oor:type="xs:string" oor:op="replace">
|
||||
<value>Angsana New;OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
|
||||
<value>Cordia New;CordiaUPC;Browallia New;BrowalliaUPC;Bromlila;Corada;Umpush;Thonburi;TH SarabunPSK;TH SarabunNew;Angsana New;AngsanaUPC;Tahoma;Arial Unicode MS;Lucidasans;Lucida Sans</value>
|
||||
</prop>
|
||||
<prop oor:name="CTL_PRESENTATION" oor:type="xs:string" oor:op="replace">
|
||||
<value>Cordia New;CordiaUPC;Angsana New;OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
|
||||
<value>Cordia New;CordiaUPC;Browallia New;BrowalliaUPC;Bromlila;Corada;Umpush;Thonburi;TH SarabunPSK;TH SarabunNew;Angsana New;AngsanaUPC;Tahoma;Arial Unicode MS;Lucidasans;Lucida Sans</value>
|
||||
</prop>
|
||||
<prop oor:name="CTL_SPREADSHEET" oor:type="xs:string" oor:op="replace">
|
||||
<value>Tahoma;Angsana New;OONaksit;Lucidasans;Lucida Sans;Arial Unicode MS</value>
|
||||
<value>Tahoma;Arial Unicode MS;Waree;Loma;Thonburi;TH SarabunPSK;TH SarabunNew;Angsana New;AngsanaUPC;Lucidasans;Lucida Sans</value>
|
||||
</prop>
|
||||
<prop oor:name="CTL_TEXT" oor:type="xs:string" oor:op="replace">
|
||||
<value>Angsana New;OONaksit;Tahoma;Lucidasans;Lucida Sans;Arial Unicode MS</value>
|
||||
<value>Angsana New;AngsanaUPC;Angsima;Kinnari;Norasi;Thonburi;TH SarabunPSK;TH SarabunNew;Tahoma;Arial Unicode MS;Lucidasans;Lucida Sans</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="ja" oor:op="replace">
|
||||
|
|
Loading…
Reference in a new issue