Kaydet (Commit) 92f4c741 authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: fdo#82259 BiauKai makes some crazy claims

Change-Id: I002dd4834e0813b81548d6f275e261b37859f646
üst 0e076a0a
...@@ -26,6 +26,12 @@ static UScriptCode lcl_getHardCodedScriptNameForFont (const OutputDevice &rDevic ...@@ -26,6 +26,12 @@ static UScriptCode lcl_getHardCodedScriptNameForFont (const OutputDevice &rDevic
// that it only covers "Phoenician" when in fact it's a Chinese font. // that it only covers "Phoenician" when in fact it's a Chinese font.
return USCRIPT_HAN; return USCRIPT_HAN;
} }
else if (rName == "BiauKai")
{
// "BiauKai" makes crazy claims to cover BUGINESE, SUNDANESE, etc
// but in fact it's a Traditional Chinese font.
return USCRIPT_TRADITIONAL_HAN;
}
else if (rName.startsWith("Bangla ")) else if (rName.startsWith("Bangla "))
{ {
// "Bangla Sangam MN" claims it supports MALAYALAM, but it doesn't // "Bangla Sangam MN" claims it supports MALAYALAM, but it doesn't
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment