DescriptionAdd "Dotum" to the noSubpixelForSmallSizeFont black list
This patch disables kSubpixelPositioning_Flag for "Dotum" in small
sizes.
The embedded bitmap of "Dotum" font looks poorly positioned when linear
metrics is used. This patch improves the positioning of the font by
disabling linear metrics.
Skia disables linear metrics and use DWRITE_MEASURING_MODE_GDI_CLASSIC
when kEmbeddedBitmapText_Flag & the font has 'eblc' OpenType table for
the specified size & !kSubpixelPositioning_Flag. The first two
conditions are already true, this patch turns the last condition to
true.
BUG=394585
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201515
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (2 generated)
|