1. 48faf7b Improve typeface test assert information. by Ben Wagner · 3 years, 4 months ago
  2. f73a029 Make onCreateScalerContext return unique_ptr. by Ben Wagner · 3 years, 8 months ago
  3. 59637dd Add SkTypeface::getPostScriptName. by Ben Wagner · 3 years, 11 months ago
  4. a913895 Check for invalid unicode in fallback. by Ben Wagner · 4 years, 6 months ago
  5. 660317f Move scaler context fallback to GDI by herb · 4 years, 6 months ago
  6. 22e04c6 Tweak css3 weight score, prevent ties. by Ben Wagner · 5 years ago
  7. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  8. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  9. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 5 years ago
  10. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  11. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 5 years ago
  12. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 5 years ago
  13. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  14. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 5 years ago
  15. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  16. 4212a7d SkTypeface::onOpenStream to return unique_ptr. by Ben Wagner · 5 years ago
  17. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 6 years ago
  18. d5cdc2c paint is losing its text-related fields by Mike Reed · 6 years ago
  19. d839cfa make ctor and setter consistent -- just take the typeface param as is by Mike Reed · 6 years ago
  20. 5f50f57 New plan -- aa and lcd DO belong on SkFont by Mike Reed · 6 years ago
  21. d6db27c Observe SkFont::textToGlyphs() maxGlyphCount by Florin Malita · 6 years ago
  22. fe4fc14 Change SkFont to match needs of textblob by Mike Reed · 6 years ago
  23. 536ad2c Implement onMakeClone function on all subclasses of SkTypeface except on mac. by Bruce Wang · 6 years ago
  24. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 6 years ago
  25. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 6 years ago
  26. a8dacf3 Remove unused variables from test by Benjamin Kramer · 7 years ago
  27. 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 7 years ago
  28. 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 7 years ago
  29. cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 7 years ago
  30. 7575bb1 SkFontMgr::matchFamily should not crash on nullptr. by bungeman · 7 years ago
  31. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  32. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  33. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  34. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  35. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  36. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  37. 6ad9909 Turn on -Wrange-loop-analysis. by Mike Klein · 8 years ago
  38. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  39. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  40. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  41. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  42. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  43. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  44. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  45. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  46. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  47. c791728 Pass effects directly to fontcache by reed · 8 years ago
  48. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  49. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  50. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  51. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  52. 43c2758 WIP -- SkFont by reed@google.com · 10 years ago
  53. 0b98f67 Fix FontMgrTest to allow for unnamed fonts. by commit-bot@chromium.org · 10 years ago
  54. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  55. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  56. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  57. f91e3d4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. c1a81eb expand alias fontname test by reed@google.com · 11 years ago
  59. e2fd2d2 fix build warning for unused function by djsollen@google.com · 11 years ago
  60. 2397c06 Disable broken test on Android by djsollen@google.com · 11 years ago
  61. 2262c58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. d44d988 fix fontconfig backend to only cache new fonts if their outName was unique by reed@google.com · 11 years ago
  63. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 11 years ago
  64. eb02957 disable checking the style name from fontmgr (not impl on some backends, by reed@google.com · 11 years ago
  65. c1ccda3 return empty fontstyleset instead of null by reed@google.com · 11 years ago
  66. 66c9f99 short names should be ... short, in commandlineflags by reed@google.com · 11 years ago
  67. 83165a5 add fontmgr tests, and optional --verboseFontMgr flag (or -vfm) for more output by reed@google.com · 11 years ago