aboutsummaryrefslogtreecommitdiff
path: root/tests/FontMgrTest.cpp
AgeCommit message (Expand)Author
2023-12-11Reland "Remove SkFontPriv functions related to "default" Typeface"Kevin Lubick
2023-12-11Revert "Remove SkFontPriv functions related to "default" Typeface"Kevin Lubick
2023-12-11Remove SkFontPriv functions related to "default" TypefaceKevin Lubick
2023-11-11Reland "Reland "Migrate many direct and indirect uses of SkFontMgr to use Tes...Kevin Lubick
2023-11-10Revert "Reland "Migrate many direct and indirect uses of SkFontMgr to use Tes...Kevin Lubick
2023-11-10Reland "Migrate many direct and indirect uses of SkFontMgr to use TestFontMgr"Kevin Lubick
2023-11-07Revert "Migrate many direct and indirect uses of SkFontMgr to use TestFontMgr"Nolan Scobie
2023-11-07Migrate many direct and indirect uses of SkFontMgr to use TestFontMgrKevin Lubick
2023-10-30Make default typeface return emptyKevin Lubick
2023-10-19Remove refTypefaceOrDefault and getTypefaceOrDefault from SkFont APIKevin Lubick
2023-03-24SkFontMgr to use smart pointersBen Wagner
2023-03-17Add tests for SkFontMgr::matchFamilyStyleBen Wagner
2023-03-02Run rewrite_includes to fix some ordering issuesBrian Osman
2023-02-01[modules] Sketch out out bare-bones core and functional pathops targetKevin Lubick
2023-01-05[base] Move some files from include/private to include/private/baseKevin Lubick
2022-11-16Remove stray ';'Robert Phillips
2022-10-17[includes] Fix includes on tests/Kevin Lubick
2022-10-04[bazel] Fix test files so they compile individuallyKevin Lubick
2022-06-27Replace SK_ARRAY_COUNT with std::size() for skia/testsHerb Derby
2021-11-03Serialize foreground color caching requirement specialisationDominik Röttsches
2021-05-04Improve typeface test assert information.Ben Wagner
2020-12-28Make onCreateScalerContext return unique_ptr.Ben Wagner
2020-10-06Add SkTypeface::getPostScriptName.Ben Wagner
2020-03-03Check for invalid unicode in fallback.Ben Wagner
2020-02-11Move scaler context fallback to GDIherb
2019-08-02Tweak css3 weight score, prevent ties.Ben Wagner
2019-05-07Use SkTextEncoding enum instead of macros.Ben Wagner
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-04-18Make more SkTypeface virtuals pure.Ben Wagner
2019-04-17Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"Mike Reed
2019-04-17Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""Robert Phillips
2019-04-17Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""Mike Reed
2019-04-17Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"Mike Reed
2019-04-16Simplify SkTypeface::charsToGlyphs API to require UTF32 inputMike Reed
2019-03-20remove Sk prefix from CommandLineFlagsMike Klein
2019-02-25SkTypeface::onOpenStream to return unique_ptr.Ben Wagner
2019-01-23Add getTypefaceOrDefault and refTypefaceOrDefaultHerb Derby
2019-01-04paint is losing its text-related fieldsMike Reed
2018-12-13make ctor and setter consistent -- just take the typeface param as isMike Reed
2018-11-12New plan -- aa and lcd DO belong on SkFontMike Reed
2018-11-02Observe SkFont::textToGlyphs() maxGlyphCountFlorin Malita
2018-10-22Change SkFont to match needs of textblobMike Reed
2018-06-25Implement onMakeClone function on all subclasses of SkTypeface exceptBruce Wang
2018-05-09Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"Greg Daniel
2018-05-09SkAdvancedTypefaceMetrics: factor out GlyphToUnicodeHal Canary
2017-10-19Remove unused variables from testBenjamin Kramer
2017-05-05Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup""Hal Canary
2017-05-04Revert "SkTypeface::getAdvancedMetrics(): cleanup"Hal Canary
2017-05-04SkTypeface::getAdvancedMetrics(): cleanupHal Canary
2017-05-01SkFontMgr::matchFamily should not crash on nullptr.bungeman