https://bugs.documentfoundation.org/show_bug.cgi?id=158225

--- Comment #24 from osnola <[email protected]> ---
Created attachment 191199
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191199&action=edit
The result

Sorry for the delay, I obtained this result by forcing the conversion.

To force the conversion, you can use the following patch on libmwaw. I need to
install a Russian system to retrieve the numerical identifier of the supplied
Cyrillic fonts and check that other fonts don't use the same identifiers in my
base of files. I'll try to find the time to do it in December, the days are a
bit busy at the moment...
--- a/src/lib/MWAWFontConverter.cxx
+++ b/src/lib/MWAWFontConverter.cxx
@@ -1207,6 +1207,8 @@ void State::initMaps()
   m_idNameMap[64640] = "Hiragino MaruGo W3";
   m_idNameMap[64643] = "Hiragino MaruGo W6";

+  // cyrillic font (check me)
+  m_idNameMap[19540] = "Sistemnyj";
   // Windows
   m_idNameMap[101250] = "CP1250";
   m_idNameMap[101251] = "CP1251";

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to