1. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  2. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  3. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  4. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  5. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  6. d71b757 Serialize the font index. by bungeman · 10 years ago
  7. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  8. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  9. f47dfed Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code. by bungeman · 10 years ago
  10. 3a21d61 Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. by bungeman · 10 years ago
  11. e438ddb Uses optional mutex to guard construction of the singleton, which by tomhudson · 10 years ago
  12. e41f388 Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by mtklein · 10 years ago
  13. 60b08a0 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  14. 50a7b0e Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by reed · 10 years ago
  15. df022f5 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  16. c4df655 Factory methods for heap-allocated SkTypeface objects. by commit-bot@chromium.org · 10 years ago
  17. 451b596 Android FontHost cannot use FontMgr yet. by bungeman@google.com · 11 years ago
  18. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  19. d44d988 fix fontconfig backend to only cache new fonts if their outName was unique by reed@google.com · 11 years ago
  20. 6d2fef9 Update the freetype backed fonthost to keep the style and fixed width attributes for a font stream. by djsollen@google.com · 11 years ago
  21. ddc218e Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  22. 5d4b773 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  23. e027a6e adapt FontConfig to use SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  24. 88605bb Fix leak in SkFontHost_fontconfig temporary code. by bungeman@google.com · 11 years ago
  25. 4fa748d Fix issues related to resolving fonts based on name. by djsollen@google.com · 11 years ago
  26. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  27. 6930b57 Move the FontConfigTypeface class into private header. by djsollen@google.com · 11 years ago
  28. 0431b87 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  29. 381bb43 add separate impl file for SkFontMgr_fontconfig, so we don't polute by reed@google.com · 11 years ago
  30. da2cd7b Add missing unistd.h include after r8765. by commit-bot@chromium.org · 11 years ago
  31. 750a24b fix refcnts for singleton fontconfig-direct by reed@google.com · 11 years ago
  32. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  33. 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 11 years ago
  34. 4ca890e check-point for new fontmgr on linux by reed@google.com · 11 years ago
  35. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 11 years ago
  36. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  37. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  38. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 11 years ago
  39. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  40. 3ddb793 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  42. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
  43. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 12 years ago
  44. 9dcf465 When we read from a RemoteFontStream (might happen maybe with other streams), stream's data might be partially consumed. If so, when we try to read the whole content of the font, we fail, because we read only part of the content. by edisonn@google.com · 12 years ago
  45. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  46. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
  47. 0b8a2fe comment out debugging printfs by reed@google.com · 12 years ago
  48. 1a64a54 add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow by reed@google.com · 12 years ago
  49. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  50. 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 12 years ago
  51. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. 5bfc839 start to plumb ttcIndex into fonthost. For now just add to SkFontStream and its callers. by reed@google.com · 12 years ago
  53. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 358f8ff Rely on libfontconfig to determine our default font by reed@google.com · 12 years ago
  55. d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 12 years ago
  56. 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 12 years ago
  57. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. f71a233 use fontconfig fonthost for skia (in prep for using in chrome) by reed@google.com · 12 years ago
  59. ee619a0 fix getFamilyName by calling FcFreeTypeQuery by reed@google.com · 12 years ago
  60. 8d33a24 implement CreateTypefaceFromFile by reed@google.com · 12 years ago
  61. b1c65b6 by reed@google.com · 12 years ago
  62. 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 80f5465 by reed@google.com · 12 years ago
  64. d71fe99 check-point: skiafy SkFontHost_fontconfig from chrome by reed@google.com · 12 years ago
  65. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. b13d63c Minimal changes to SkFontHost_fontconfig to not crash in normal use. by bungeman@google.com · 12 years ago
  67. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 12 years ago
  68. ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 13 years ago
  69. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  70. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  71. 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago
  72. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  73. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  74. 0905344 fix compile-error, mismatch between fontID and id by reed@google.com · 14 years ago
  75. 337490d Remove extra stub definition of GetAdvancedTypefaceMetrics. by vandebo@chromium.org · 14 years ago
  76. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
  77. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  78. 5f6a076 Add a SkTypeface::CreateForChars() function. by agl@chromium.org · 14 years ago
  79. ac98154 add GetFileName api to SkFontHost by reed@android.com · 15 years ago
  80. bff8e29 Fix a precedence error in an assert in the fontconfig host. by deanm@chromium.org · 15 years ago
  81. 1220e1c Some Linux / 64-bit compile fixes. by deanm@chromium.org · 15 years ago
  82. af59d51 fontconfig: allow fallback for certain magical font names. by agl@chromium.org · 15 years ago
  83. df8ecfb Add fontconfig support. by agl@chromium.org · 15 years ago