1. 6f72d1e Provide windows font host implementation needed to support TrueType text in pdf backend. by vandebo@chromium.org · 13 years ago
  2. c3a2ae5 Improve usability of SkAdvancedTypefaceMetrics for non PDF cases. by vandebo@chromium.org · 13 years ago
  3. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
  4. 16be6b8 [PDF] Add replacement implementations for functions missing in older freetype libs. by vandebo@chromium.org · 14 years ago
  5. 618ef5e conditionalize impl on SK_SUPPORT_PDF, to help chrome build by reed@google.com · 14 years ago
  6. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  7. 61a678a Add support for TTC font files in SkFontHost_Freetype. by agl@chromium.org · 14 years ago
  8. a2c71cb Add support for forcing autohinting. by agl@chromium.org · 14 years ago
  9. 36bb697 Add include of FT_SYNTHESIS_H by agl@chromium.org · 14 years ago
  10. e76073b Add support for fake bold of bitmap fonts. by agl@chromium.org · 14 years ago
  11. 70a303f [FreeType] Always use MONO hinting when hinting in monochrome. by agl@chromium.org · 14 years ago
  12. 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 14 years ago
  13. b4234a2 skia: Always use aliased text when antialiasing is disabled. by agl@chromium.org · 15 years ago
  14. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
  15. 99e1b90 Add parens in order to make conditional correct. by agl@chromium.org · 15 years ago
  16. 13c8558 Fix r466 which was causing Chromium valgrind failures. by agl@chromium.org · 15 years ago
  17. e95c91e Add flag to enable bitmap strikes. by agl@chromium.org · 15 years ago
  18. 558434a FreeType: fix garbled bitmap glyphs. by agl@chromium.org · 15 years ago
  19. e0d0899 FreeType: don't use bitmap strikes when antialiasing by agl@chromium.org · 15 years ago
  20. 61608aa fix #endif placement so it works when LCD support is not defined by reed@android.com · 15 years ago
  21. f18d876 Add runtime detection for missing subpixel support in FreeType. by agl@chromium.org · 15 years ago
  22. e4d0bc0 add filterrec logic for subpixel and slight-hinting by reed@android.com · 15 years ago
  23. bfbd4ff fix uninitialized library variable by reed@android.com · 15 years ago
  24. 659aaf9 fix warnings (unused local var) by reed@android.com · 15 years ago
  25. 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 15 years ago
  26. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  27. 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
  28. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  29. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  30. 5c44d32 Make sure we have a non-null FreeType face before dereferencing it. by deanm@chromium.org · 15 years ago
  31. a8a8b8b check for 0 upem in freetype add 32bit-overflow check by reed@android.com · 15 years ago
  32. cc3096b Sync with Chromium's fork by agl@chromium.org · 15 years ago
  33. b1d9d2e Significant cleanup in api, and more importantly in sementics, of SkFontHost by reed@android.com · 15 years ago
  34. 62900b4 handle failure when creating a scalercontext by reed@android.com · 15 years ago
  35. 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 16 years ago
  36. 8a1c16f grab from latest android by reed@android.com · 16 years ago