PisiLinux-default-font.patch 583 B

123456789101112
  1. --- scribus/prefsmanager.cpp 2006-07-29 02:29:59.000000000 +0300
  2. +++ scribus/prefsmanager.cpp.new 2006-10-07 22:25:58.000000000 +0300
  3. @@ -117,7 +117,7 @@
  4. bool goodFont = false;
  5. for ( SCFontsIterator itf(appPrefs.AvailFonts); itf.current(); ++itf)
  6. {
  7. - if ((itf.currentKey() == "Arial Regular") || (itf.currentKey() == "Times New Roman Regular"))
  8. + if ((itf.currentKey() == "Arial Regular") || (itf.currentKey() == "Times New Roman Regular") || (itf.currentKey() == "Nimbus Roman No9 L Regular"))
  9. {
  10. appPrefs.toolSettings.defFont = itf.currentKey();
  11. goodFont = true;