aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_win.cpp
Commit message (Expand)AuthorAge
* Add onGetFamilyName to SkTypeface.Gravatar bungeman2014-09-17
* Remove ALL font fallback logic from Skia.Gravatar djsollen2014-08-06
* Remove vertical/horizontal metrics selection.Gravatar bungeman2014-07-07
* Implement text rendering with NVPRGravatar kkinnunen2014-06-24
* [PDF] Fix font embedding restrictions.Gravatar vandebo2014-06-19
* Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used.Gravatar bungeman@google.com2014-05-22
* Stage fixes for underline position.Gravatar commit-bot@chromium.org2014-05-14
* Fix typo in SkFontHost_win.cpp in comment.Gravatar bungeman@google.com2014-05-09
* Fix size of rotated text with FreeType.Gravatar bungeman@google.com2014-04-15
* A remotable font management interface and DirectWrite implementation.Gravatar bungeman@google.com2014-03-21
* Adding code to calculate Underline Thickness from Font Metrics, this will be ...Gravatar commit-bot@chromium.org2014-03-01
* Make SkFontMgr interface const.Gravatar commit-bot@chromium.org2014-02-04
* Clarify kAutohinting is kForceAutohinting.Gravatar bungeman@google.com2014-01-23
* Basic support for vector FON. Gravatar bungeman@google.com2014-01-23
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* Revert "[PDF] Fix font embedding restrictions."Gravatar vandebo@chromium.org2013-12-10
* Fix missing ; in win code.Gravatar vandebo@chromium.org2013-12-10
* [PDF] Fix font embedding restrictions.Gravatar commit-bot@chromium.org2013-12-10
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* De-generalize create_typeface on Windows.Gravatar bungeman@google.com2013-11-20
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* Remove SK_FONTHOST_USES_FONTMGR.Gravatar bungeman@google.com2013-11-11
* Implement charToGlyph on remaining ports.Gravatar bungeman@google.com2013-10-24
* Second wave of Win64 warning cleanupGravatar robertphillips@google.com2013-10-15
* Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points.Gravatar bungeman@google.com2013-10-08
* Snap GDI matrix when snapping height.Gravatar bungeman@google.com2013-10-03
* Fix slight hinting with GDI.Gravatar bungeman@google.com2013-09-20
* Return canonical logfont size to 64.Gravatar bungeman@google.com2013-09-08
* export SkFontMgr_New_... experimental functions for testing in chromeGravatar reed@google.com2013-08-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-28
* Fix _GDI::generateCharToGlyph to properly handle missing glyphs.Gravatar bungeman@google.com2013-08-27
* allow both GDI and DW fontmgrs at the same timeGravatar bungeman@google.com2013-08-21
* Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromi...Gravatar robertphillips@google.com2013-08-20
* allow both GDI and DW fontmgrs at the same timeGravatar bungeman@google.com2013-08-16
* Revert r10718 to unblock rollGravatar robertphillips@google.com2013-08-15
* allow both GDI and DW fontmgrs at the same timeGravatar reed@google.com2013-08-14
* remove uncalled local functionsGravatar reed@google.com2013-08-13
* Add getFamilyNames to SkTypeface.Gravatar bungeman@google.com2013-08-07
* Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failuresGravatar robertphillips@google.com2013-08-07
* Add getFamilyNames to SkTypeface.Gravatar bungeman@google.com2013-08-07
* Add getFamilyNames to SkTypeface.Gravatar bungeman@google.com2013-08-07
* Reverting r10589: Add getFamilyNames to SkTypefaceGravatar jvanverth@google.com2013-08-06
* Add getFamilyNames to SkTypeface.Gravatar bungeman@google.com2013-08-06
* Implement onGetTableTags and onGetTableData on Windows.Gravatar bungeman@google.com2013-08-01
* refactoring for SK_FONTHOST_USES_FONTMGR optionGravatar reed@google.com2013-07-30
* Fix subpixel metrics with GDI.Gravatar bungeman@google.com2013-07-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-28
* Disable GDI slight hinting.Gravatar bungeman@google.com2013-07-27
* Fix metrics on Windows.Gravatar bungeman@google.com2013-07-27
* Clean up a few warnings on Windows x64.Gravatar bungeman@google.com2013-07-22