skia2/tools/fonts
Ben Wagner dde503476e Correct TestTypeface::onCharsToGlyphs signature.
This is a trivial change which makes no practical difference except for
removing the green squiggle from Visual Studio and allow it to
understand that this is actually a real implementation of the
declaration.

Change-Id: I7b8542e801ee1cfd8a1698d5bf4adc092640dae1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/290828
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2020-05-19 19:55:25 +00:00
..
create_test_font_color.cpp Add SkMakeSpan and helpful conversion 2019-07-02 21:49:09 +00:00
create_test_font.cpp Remove SkPath::RawIter from tests/tools/samplecode 2020-05-06 16:31:53 +00:00
generate_fir_coeff.py [minor] mark scripts as executable 2019-11-21 17:06:27 +00:00
RandomScalerContext.cpp use std::make_unique 2019-12-12 22:32:45 +00:00
RandomScalerContext.h
test_font_index.inc
test_font_monospace.inc
test_font_sans_serif.inc
test_font_serif.inc
TestEmptyTypeface.h Move scaler context fallback to GDI 2020-02-11 19:50:27 +00:00
TestFontMgr.cpp
TestFontMgr.h
TestSVGTypeface.cpp Update internal skia uses to use flushAndSubmit and submit calls. 2020-05-14 20:26:44 +00:00
TestSVGTypeface.h
TestTypeface.cpp Correct TestTypeface::onCharsToGlyphs signature. 2020-05-19 19:55:25 +00:00
TestTypeface.h
ToolUtilsFont.cpp