threedeyes / qthaikuplugins

Qt5 plugins for haiku platform
GNU General Public License v3.0
13 stars 4 forks source link

Support OpenType font #3

Closed hanya closed 6 years ago

hanya commented 6 years ago

Currently only TrueType font is supported. But some CJK fonts are provided as OpenType font such as NotoSansCJKjp-STYLE.otf under /boot/system/data/fonts/otfonts directory.

In QHaikuPlatformFontDatabase::populateFontDatabase function, please add ".otf" to the file filter to make the otf files detected from the sub directories. Only ".ttf" is added to the file filter on the current implementation.

diversys commented 6 years ago

Could you please create a PR.

diversys commented 6 years ago

Closed via 12b60ca7f246e0d55d6c2bcac983c74737366e5a.