admin管理员组文章数量:1300022
I installed the Menlo font on Windows 11 and I'm using it in Visual Studio, however, when using the font in size 9 or smaller, the parentheses are disproportionate, and this ends up bothering me, when I use it in a size greater than or equal to 11, the parentheses are proportional, but then the font ends up being too big for my monitor
An example print in size 9 or smaller:
An example print in size 11 or larger:
How can I fix this? I know about FontFe, but I've never used it, I looked for tutorials to help me with this but they weren't very direct
I installed the Menlo font on Windows 11 and I'm using it in Visual Studio, however, when using the font in size 9 or smaller, the parentheses are disproportionate, and this ends up bothering me, when I use it in a size greater than or equal to 11, the parentheses are proportional, but then the font ends up being too big for my monitor
An example print in size 9 or smaller:
An example print in size 11 or larger:
How can I fix this? I know about FontFe, but I've never used it, I looked for tutorials to help me with this but they weren't very direct
Share Improve this question asked Feb 11 at 15:28 LuizLuiz 1611 gold badge3 silver badges9 bronze badges1 Answer
Reset to default 1At smaller sizes, this kind of effect can result from the rasterization process that converts the interior of Bezier contours into a bitmap on a fixed size grid. That grid size is determined by the selected text size, any software scaling (e.g., zoom) and the DPI of the raster image device (e.g., the LCD display). A font can include hinting data, added by the font designer, which guides the rasterization process to control how certain details appear at small sizes, such as ensuring that the vertical placement of the parentheses is always aligned.
So, to fix this, hinting should be added/improved in the font.
版权声明:本文标题:truetype - How can I fix a font that is disproportionate in some characters when it is small? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741652870a2390585.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论