I’m a chinese developer, I want to display chinese. when I set font size less than 18, it won’t display.Only font size greater than 18 display. How can i display chinese with font size less than 18?
Does the font support such sizes in the first place? Could it be DPI-related in that low-DPI doesn’t support the detail needed for characters at that size (sorry, not very well-versed in such glyphs in practice)?
Maybe showing that freetype can do such font sizes at all (outside of VTK) would be useful. This library seems useful for that: freetype-py · PyPI