Commit 948ab3fa authored by eae's avatar eae Committed by Commit bot

Remove out of date comment in SimpleFontData

Remove an out of date comment that no longer applies in SimpleFontData.

TBR=drott@chromium.org

Review-Url: https://codereview.chromium.org/1932593002
Cr-Commit-Position: refs/heads/master@{#390294}
parent ea844189
......@@ -104,7 +104,6 @@ void SimpleFontData::platformInit()
#if OS(LINUX) || OS(ANDROID)
// Manually digging up VDMX metrics is only applicable when bytecode hinting using FreeType.
// With GDI, the metrics will already have taken this into account (as needed).
// With DirectWrite or CoreText, no bytecode hinting is ever done.
// This code should be pushed into FreeType (hinted font metrics).
static const uint32_t vdmxTag = SkSetFourByteTag('V', 'D', 'M', 'X');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment