- cae60da Add aliases mapping Windows CJ fonts to Noto Serif CJK by Jungshik Shin · 7 years ago
- 9adfef8 Remove public APIs that use SkDataTable. by Herb Derby · 8 years ago
- 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
- c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
- a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
- 1c7805b Remove restrictive format pattern for Fontconfig matching by drott · 8 years ago
- 875b8f6 Sane use of FcPatternGetXXX in SkFontConfigInterface. by bungeman · 8 years ago
- f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
- 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
- d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
- 358f93d Restrict supported font formats in Chrome context by drott · 8 years ago
- feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
- d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
- 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
- 6d195b2 Use nullptr instead of 0 in call to FontConfig. by bungeman · 9 years ago
- 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 9 years ago
- 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 9 years ago
- 0265707 Clean up SkFontConfigInterface implementation. by bungeman · 9 years ago
- b4bb7d8 Add oblique as a slant. by bungeman · 9 years ago
- ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 9 years ago
- 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 9 years ago
- bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
- 2211a7b Fix Google3 fonts. Use fontconfig rather than custom_directory_factory. Add Google3 font caching. by benjaminwagner · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
- 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
- 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
- c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
- dd4e568 Make Noto Sans Mono CJK JP an alias to MS Gothic by jshin · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 7476cf5 Update the alias mapping for Noto Sans CJK. by jshin · 10 years ago
- ad77e55 Add alias mapping for Noto Sans CJK for ja/hans by jshin · 10 years ago
- ba59a67 Remove dependency on std::string by mtklein · 10 years ago
- e438ddb Uses optional mutex to guard construction of the singleton, which by tomhudson · 10 years ago
- e41f388 Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by mtklein · 10 years ago
- 60b08a0 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
- 50a7b0e Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by reed · 10 years ago
- df022f5 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
- 6059f16 SkNEW as default Create() for SkLazyPtr macros. by mtklein · 10 years ago
- 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
- f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
- 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
- f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
- 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
- cf800e0 Initialize the SkFontConfigInterface singleton with SkOnce. by bungeman@google.com · 11 years ago
- c9a8a7e improve bitmap font support (FreeType only) by bungeman@google.com · 11 years ago
- 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
- c526c71 Map Calibri to Carlito by bungeman@google.com · 11 years ago
- 02dd688 Make the copy of fontconfig font names before freeing their memory. by bungeman@google.com · 11 years ago
- ab79282 its ok if there is no family name in the pattern for fontconfig, for fc will interpret by reed@google.com · 12 years ago
- e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f55061f check-point for linux fontmgr impl by reed@google.com · 12 years ago
- 750a24b fix refcnts for singleton fontconfig-direct by reed@google.com · 12 years ago
- e49d67e start cleanup, in prep for new fontmgr impl by reed@google.com · 12 years ago
- 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- df798b3 can't return false for a ptr (unless you're in gcc) by reed@google.com · 12 years ago
- 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 12 years ago
- 21db1db Temporary patch to get Chrome Windows compiling by robertphillips@google.com · 12 years ago
- 54c6914 extend FontConfigInterface to start to match new fontmgr design by reed@google.com · 12 years ago
- c4de776 Add an entry for Cambria-Caladea to the list of metric compatible fonts. by commit-bot@chromium.org · 12 years ago
- 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8c3f84d use SkStream::NewFromFile() by reed@google.com · 12 years ago
- 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 12 years ago
- 66a58ac Fixed a few warnings by sugoi@google.com · 12 years ago
- d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 12 years ago
- 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f71a233 use fontconfig fonthost for skia (in prep for using in chrome) by reed@google.com · 12 years ago
- 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ee619a0 fix getFamilyName by calling FcFreeTypeQuery by reed@google.com · 12 years ago
- b1c65b6 by reed@google.com · 12 years ago