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.
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.