Issue and workaround about vertical typesetting (informational)
MihailJP <[email protected]> Wed, 06 May 2015 13:44:07 +0900
| Newsgroups | gmane.comp.fonts.fontforge.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Under FontForge default configuration, generated fonts don't work with
vertical typesetting as in Japanese and Chinese. In this case,
horizontal forms of punctuations rather than vertical forms, or even
causes mojibake.
According to Mplus font forum, this issue can be solved by setting
CoverageFormatsAllowed in ~/.FontForge/prefs 1 instead of 3 (default).
See http://sourceforge.jp/projects/mplus-fonts/forums/3403/34824/.
After preference is set, add LoadPrefs() to your FontForge native
scripts, or fontfotge.loadPrefs() to Python scripts in order to load
CoverageFormatsAllowed preference.
Alternatively, in FontForge scripts, add
SetPref("CoverageFormatsAllowed", 1) for native scripts, and
fontforge.setPrefs('CoverageFormatsAllowed', 1) for Python scripts.
For your information,
MihailJP
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
fontforge-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fontforge-devel
http://fontforge.10959.n7.nabble.com/Developer-f3.html