[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:
parent
62c44d7e93
commit
fdf8628521
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user