1. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  2. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  3. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  4. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  5. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  6. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  7. 60b6e9d Remove a pointless use of SkWeakRefCnt. by mtklein · 10 years ago
  8. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  9. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  10. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  11. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  12. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  13. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  14. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  15. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  16. 4a867a6 Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. by bungeman@google.com · 10 years ago
  17. d3031aa Stage fixes for underline position. by commit-bot@chromium.org · 10 years ago
  18. 1c26111 Fix typo in SkFontHost_win.cpp in comment. by bungeman@google.com · 10 years ago
  19. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  20. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 11 years ago
  21. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 11 years ago
  22. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  23. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  24. 4732df6 Basic support for vector FON. by bungeman@google.com · 11 years ago
  25. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  26. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  27. 00e00b0 Fix missing ; in win code. by vandebo@chromium.org · 11 years ago
  28. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  29. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  30. f7159bb De-generalize create_typeface on Windows. by bungeman@google.com · 11 years ago
  31. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  32. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  33. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  34. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  35. 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
  36. 11ba319 Snap GDI matrix when snapping height. by bungeman@google.com · 11 years ago
  37. dd88ecc Fix slight hinting with GDI. by bungeman@google.com · 11 years ago
  38. 53cbb0b Return canonical logfont size to 64. by bungeman@google.com · 11 years ago
  39. d1bcfc9 export SkFontMgr_New_... experimental functions for testing in chrome by reed@google.com · 11 years ago
  40. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  41. 3334648 Fix _GDI::generateCharToGlyph to properly handle missing glyphs. by bungeman@google.com · 11 years ago
  42. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  43. bcb88e5 Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromium XP bot failures by robertphillips@google.com · 11 years ago
  44. 0699756 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  45. 968863f Revert r10718 to unblock roll by robertphillips@google.com · 11 years ago
  46. 7d65dee allow both GDI and DW fontmgrs at the same time by reed@google.com · 11 years ago
  47. a8b20d6 remove uncalled local functions by reed@google.com · 11 years ago
  48. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  49. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  50. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  51. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  52. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  53. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  54. b10b51f Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  55. 30ddd61 refactoring for SK_FONTHOST_USES_FONTMGR option by reed@google.com · 11 years ago
  56. 6a774a1 Fix subpixel metrics with GDI. by bungeman@google.com · 11 years ago
  57. 27e21fe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. 7c86d8e Disable GDI slight hinting. by bungeman@google.com · 11 years ago
  59. 0abbff9 Fix metrics on Windows. by bungeman@google.com · 11 years ago
  60. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 11 years ago
  61. 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 11 years ago
  62. 84e22d8 allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to create the necessary GDI resources by reed@google.com · 11 years ago
  63. 4fe0699 Fix for crbug/253460 (generatePath crashing on Windows). by bungeman@google.com · 11 years ago
  64. e9d8319 Add maxCharWidth and a compile flag to use old metrics (needed by Blink). by bungeman@google.com · 11 years ago
  65. 05a729f Fix limit on size of glyph paths. by bungeman@google.com · 11 years ago
  66. 94b366a negate FontBox.bottom, since it is negative, but we want it positive (doh) by reed@google.com · 11 years ago
  67. 60af92c Use more fields from OutlineFontMEtrics: linegap, bbox. by reed@google.com · 11 years ago
  68. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
  69. a65a681 Cast our LOGFONTs in our enumerator callbacks to ENUMLOGFONTEX, so we by reed@google.com · 11 years ago
  70. 437eea1 impl onCreateFrom... for fontmgr on windows by reed@google.com · 11 years ago
  71. 484f5bc first impl of fontmgr for gdi by reed@google.com · 11 years ago
  72. 390c6d7 Fix font handles leak. We return without freeing resources. by edisonn@google.com · 11 years ago
  73. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 11 years ago
  74. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  75. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago
  76. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 11 years ago
  77. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 11 years ago
  78. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  79. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  80. 0042b9c override SkTypeface::onOpenStream() by reed@google.com · 12 years ago
  81. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 12 years ago
  82. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 12 years ago
  83. f210f50 add new API for gdi fonts (not hooked up yet) by reed@google.com · 12 years ago
  84. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  85. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
  86. 0e8eee7 add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated) by reed@google.com · 12 years ago
  87. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 12 years ago
  88. d1c7f71 Use correct metrics for GDI glyphs. https://codereview.appspot.com/7635045/ by bungeman@google.com · 12 years ago
  89. 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 12 years ago
  90. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  91. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
  92. 515899e CreateTypefaceFromFile for GDI. https://codereview.appspot.com/6658045/ by bungeman@google.com · 12 years ago
  93. 1bfe01d When creating gray from lcd, use luminance instead of coverage. by bungeman@google.com · 12 years ago
  94. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  95. 1bd2d67 Correctly linearize Windows AA from ClearType. by bungeman@google.com · 12 years ago
  96. 2788987 must include SkPath.h after restructure by reed@google.com · 12 years ago
  97. 6385314 Handle rgb_to_a8 when kGenA8FromLCD_Flag is set. by bungeman@google.com · 12 years ago
  98. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  99. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago
  100. 8127539 add MS UI GOTHIC to list of bad fonts. by reed@google.com · 12 years ago