Opening the attached fonts with fontforge gives me these error messages: Warning: Mac and Windows entries in the 'name' table differ for the Copyright string in the language English (US) Mac String: Typeface © The Monotype Corporation plc. Data © The Monotype Corporation plc/Type Solutions Inc. 1990-1992. All Rights Reserved Windows String: 1999 Iconian Fonts - http://members.xoom.com/iconianfonts/ Warning: Mac and Windows entries in the 'name' table differ for the Family string in the language English (US) Mac String: Arial Windows String: Year 2000 Warning: Mac and Windows entries in the 'name' table differ for the UniqueID string in the language English (US) Mac String: Monotype:Arial Regular:Version 2 (Microsoft) Windows String: Year 2000 Warning: Mac and Windows entries in the 'name' table differ for the Fullname string in the language English (US) Mac String: Arial Windows String: Year 2000 Warning: Mac and Windows entries in the 'name' table differ for the Version string in the language English (US) Mac String: MS core font:V2.00 Windows String: 1 Warning: Mac and Windows entries in the 'name' table differ for the Postscript string in the language English (US) Mac String: ArialMT Windows String: Year2000
and: Warning: Mac and Windows entries in the 'name' table differ for the Copyright string in the language English (US) Mac String: Typeface © The Monotype Corporation plc. Data © The Monotype Corporation plc/Type Solutions Inc. 1990-1992. All Rights Reserved Windows String: 1999 Iconian Fonts - http://members.xoom.com/iconianfonts/ Warning: Mac and Windows entries in the 'name' table differ for the Family string in the language English (US) Mac String: Arial Windows String: Eco-Files Warning: Mac and Windows entries in the 'name' table differ for the UniqueID string in the language English (US) Mac String: Monotype:Arial Regular:Version 2 (Microsoft) Windows String: Eco-Files Warning: Mac and Windows entries in the 'name' table differ for the Fullname string in the language English (US) Mac String: Arial Windows String: Eco-Files Warning: Mac and Windows entries in the 'name' table differ for the Version string in the language English (US) Mac String: MS core font:V2.00 Windows String: 1 Warning: Mac and Windows entries in the 'name' table differ for the Postscript string in the language English (US) Mac String: ArialMT Windows String: Eco-Files This suggests to me that the fonts are buggy. They advertise themselves as Arial. If you remove those fonts form your font directory, does it then work as expected? Also, you can add the following snippet into your ~/.fonts.conf file: <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <selectfont> <rejectfont> <pattern> <patelt name="family"><string>Year 2000</string></patelt> <patelt name="family"><string>Year2000</string></patelt> <patelt name="family"><string>Eco-Files</string></patelt> <patelt name="family"><string>Arial</string></patelt> <patelt name="family"><string>ArialMT</string></patelt> </pattern> </rejectfont> </selectfont> </fontconfig> and see if this helps. ** Changed in: fontconfig (Ubuntu) Status: New => Incomplete -- OpenOffice.org default font replaced - unable to change https://bugs.launchpad.net/bugs/228599 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
