SkPDF: vector canvases can't hint!
BUG=637571 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2273073002 Review-Url: https://codereview.chromium.org/2273073002
This commit is contained in:
parent
6321381d18
commit
9df5a4c354
@ -1131,6 +1131,7 @@ void SkPDFDevice::internalDrawText(
|
||||
}
|
||||
|
||||
bool defaultPositioning = (positioning == SkTextBlob::kDefault_Positioning);
|
||||
paint.setHinting(SkPaint::kNo_Hinting);
|
||||
SkAutoGlyphCache glyphCache(paint, nullptr, nullptr);
|
||||
|
||||
SkPaint::Align alignment = paint.getTextAlign();
|
||||
|
Loading…
Reference in New Issue
Block a user