[graphite] Re-enable text as paths.

Mistakenly changed this with the last CL.

Bug: skia:13118
Change-Id: Iadf39a8dc37a7d6bc5ffcc15031ba8c4d8ffec27
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/554340
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Auto-Submit: Jim Van Verth <jvanverth@google.com>
This commit is contained in:
Jim Van Verth 2022-06-29 16:06:49 -04:00 committed by SkCQ
parent 62c44d7e93
commit fdf8628521

View File

@ -68,7 +68,7 @@ sktext::gpu::SDFTControl RecorderPriv::getSDFTControl(bool useSDFTForSmallText)
useSDFTForSmallText,
this->caps()->minDistanceFieldFontSize(),
this->caps()->glyphsAsPathsFontSize(),
false /*forcePaths*/};
true /*forcePaths*/};
}
void RecorderPriv::add(sk_sp<Task> task) {