* reenabled implementation of "false bold width" font feature
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22037 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -241,6 +241,7 @@ FontCacheEntry::_RenderTypeFor(const ServerFont& font)
|
|||||||
{
|
{
|
||||||
glyph_rendering renderingType = glyph_ren_native_gray8;
|
glyph_rendering renderingType = glyph_ren_native_gray8;
|
||||||
if (font.Rotation() != 0.0 || font.Shear() != 90.0
|
if (font.Rotation() != 0.0 || font.Shear() != 90.0
|
||||||
|
|| font.FalseBoldWidth() != 0.0
|
||||||
|| font.Flags() & B_DISABLE_ANTIALIASING
|
|| font.Flags() & B_DISABLE_ANTIALIASING
|
||||||
|| font.Size() > 30) {
|
|| font.Size() > 30) {
|
||||||
renderingType = glyph_ren_outline;
|
renderingType = glyph_ren_outline;
|
||||||
|
|||||||
Reference in New Issue
Block a user