1. 40d9c51 Fix font creation lost style on Mac by Mike Reed · 5 years ago
  2. a541db4d Add test of char to glyph round tripping. by Ben Wagner · 5 years ago
  3. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  4. 0cffcbf9 de-Sk tools/font, and git clang-format by Mike Klein · 5 years ago
  5. 68efb21 Clarify ownership of typefaces in implementation. by Ben Wagner · 5 years ago
  6. ff84d8a SkTypeface::openStream to return smart pointer. by Ben Wagner · 5 years ago
  7. 271d1d9 Change SkTypeface::MakeFromStream to take unique_ptr by Mike Reed · 6 years ago
  8. bf67741 add behavior enum to SkTypeface::serialize() by Mike Reed · 6 years ago
  9. 33ac15e Add an empty typeface for testing by Herb Derby · 6 years ago
  10. e346b1e Add SkTypeface::getVariationDesignParameters by Ben Wagner · 6 years ago
  11. 536ad2c Implement onMakeClone function on all subclasses of SkTypeface except on mac. by Bruce Wang · 6 years ago
  12. 75e6490 Implement DWriteFontTypeface::onGetVariationDesignPosition on win10. by Bruce Wang · 6 years ago
  13. 255ab8d Make SkStream readers report failure. by Ben Wagner · 8 years ago
  14. 46cc3da Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" by Hal Canary · 6 years ago
  15. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 6 years ago
  16. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 6 years ago
  17. 03cd6e6 Avoid serializing to 'typ1' on Mac. by Ben Wagner · 6 years ago
  18. 53e5e7d resources: resource identifiers don't begin with leading slash by Hal Canary · 7 years ago
  19. f1729a7 Extract Android FontMgr part of Typeface test. by Ben Wagner · 7 years ago
  20. 24e4cc7 disable Android-specific SkTypeface test by Mike Klein · 7 years ago
  21. cb6940b DM FontMgr updates by Mike Klein · 7 years ago
  22. 67ef5d7 Remove SkTypeface::Style use in API. by Ben Wagner · 7 years ago
  23. 5922739 Revert "Revert "migrate to sk_sp for SkFontMgr API"" by Mike Reed · 7 years ago
  24. f40ae1a Revert "migrate to sk_sp for SkFontMgr API" by Mike Reed · 7 years ago
  25. 4bf296b migrate to sk_sp for SkFontMgr API by Mike Reed · 7 years ago
  26. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 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. 9aec894 Use last value for axis for variation position. 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 · 7 years ago
  34. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  35. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  36. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  37. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  38. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
  39. 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
  40. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  41. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  42. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  43. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  44. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  45. a821af83 Put SkEmptyTypeface in anonymous namespace. by bungeman · 8 years ago
  46. 82a455f Remove requestedStyle from SkTypefaceCache. by bungeman · 8 years ago
  47. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  48. 085a6e4 Rename test files to end with Test.cpp. by commit-bot@chromium.org · 10 years ago[Renamed from tests/Typeface.cpp]
  49. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  50. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  51. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  52. 1f584ed Update Android's FontHost to return NULL if familyName does not match by djsollen@google.com · 11 years ago