We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b61778 commit a99ed62Copy full SHA for a99ed62
core/jni/android/graphics/TextLayoutCache.cpp
@@ -534,7 +534,7 @@ void TextLayoutCacheValue::computeRunValuesWithHarfbuzz(HB_ShaperItem& shaperIte
534
#if DEBUG_GLYPHS
535
LOGD("HARFBUZZ -- num_glypth=%d - kerning_applied=%d", shaperItem.num_glyphs,
536
shaperItem.kerning_applied);
537
- LOGD(" -- string= '%s'", String8(chars + start, count).string());
+ LOGD(" -- string= '%s'", String8(shaperItem.string + start, count).string());
538
LOGD(" -- isDevKernText=%d", paint->isDevKernText());
539
540
logGlyphs(shaperItem);
0 commit comments