Fixed settings for PROPT10 (16-bit name) font. This translates to Arial 10pt – was set to Arial 0 (zero) pt.
This commit is contained in:
parent
eba3b28c49
commit
452159bf60
@ -55,7 +55,7 @@ namespace CvtFont
|
|||||||
"SanSerif17",
|
"SanSerif17",
|
||||||
"HvlPt12",
|
"HvlPt12",
|
||||||
"Narrator",
|
"Narrator",
|
||||||
"MedUpUnivers",
|
"MedUpUnivers",/* this font is not used */
|
||||||
"LgUpMed16",
|
"LgUpMed16",
|
||||||
"Propt10",
|
"Propt10",
|
||||||
"Lg1275Hp4Si",
|
"Lg1275Hp4Si",
|
||||||
@ -87,7 +87,7 @@ namespace CvtFont
|
|||||||
"<Font Family=\"Gothic Ultra\" Size=\"12\"/>",
|
"<Font Family=\"Gothic Ultra\" Size=\"12\"/>",
|
||||||
"<Font Family=\"NA\" Size=\"na\"/>",
|
"<Font Family=\"NA\" Size=\"na\"/>",
|
||||||
"<Font Family=\"Letter Gothic Tall\" Size=\"7\"/>",
|
"<Font Family=\"Letter Gothic Tall\" Size=\"7\"/>",
|
||||||
"<Font Family=\"Arial\" Size=\"0\"/>",
|
"<Font Family=\"Arial\" Size=\"10\"/>",
|
||||||
"<Font Family=\"Letter Gothic Tall\" Size=\"10\"/>",
|
"<Font Family=\"Letter Gothic Tall\" Size=\"10\"/>",
|
||||||
"<Font Family=\"Times New Roman\" Size=\"10\"/>",
|
"<Font Family=\"Times New Roman\" Size=\"10\"/>",
|
||||||
"<Font Family=\"Times New Roman\" Size=\"8\"/>",
|
"<Font Family=\"Times New Roman\" Size=\"8\"/>",
|
||||||
@ -147,8 +147,8 @@ namespace CvtFont
|
|||||||
12,
|
12,
|
||||||
0,
|
0,
|
||||||
7,
|
7,
|
||||||
0,
|
10, /* PROPT10 - NSP & TUEC - change from 0 to 10 */
|
||||||
10,
|
//10,
|
||||||
10,
|
10,
|
||||||
8,
|
8,
|
||||||
14,
|
14,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user