summaryrefslogtreecommitdiff
path: root/ports/SkFontHost_win_dw.cpp
AgeCommit message (Expand)Author
2014-05-01Add support for kEmbeddedBitmapText_Flag to DirectWrite.bungeman@google.com
2014-04-09Measure DirectWrite BW consistently with rendering.bungeman@google.com
2014-03-31Pass the IDWriteFactory instead of relying on a global creator.bungeman@google.com
2014-03-27Add a default-default font for DirectWrite.bungeman@google.com
2014-03-21A remotable font management interface and DirectWrite implementation.bungeman@google.com
2014-03-17SkFontStyleSet_DirectWrite::getStyle to properly handle NULL out params.bungeman@google.com
2014-03-01Adding code to calculate Underline Thickness from Font Metrics, this will be ...commit-bot@chromium.org
2014-02-04Make SkFontMgr interface const.commit-bot@chromium.org
2014-01-23Clarify kAutohinting is kForceAutohinting.bungeman@google.com
2014-01-08Improve 'stretch' in legacy create typeface for DirectWrite.bungeman@google.com
2014-01-08Work around SkString::gEmptyRec->writable_str() is unwritable.bungeman@google.com
2013-12-10Revert "[PDF] Fix font embedding restrictions."vandebo@chromium.org
2013-12-10[PDF] Fix font embedding restrictions.commit-bot@chromium.org
2013-12-09Fix one too many levels of indirection introduced in 12573.bungeman@google.com
2013-12-09Fix threading issue in DirectWrite port initialization.bungeman@google.com
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-11-21Remove unwanted gFTMutex from DirectWrite port.bungeman@google.com
2013-11-20Only SkFontMgr_New_DirectWrite should call GetSystemFontCollection.bungeman@google.com
2013-11-20De-generalize create_typeface on Windows.bungeman@google.com
2013-11-11Remove SK_FONTHOST_USES_FONTMGR.bungeman@google.com
2013-10-24Add missing braces for r11955.bungeman@google.com
2013-10-24Implement charToGlyph on remaining ports.bungeman@google.com
2013-10-14Start cleaning up 64bit Win warningsrobertphillips@google.com
2013-10-04Mutex protect SkFontMgr_DirectWrite cache.bungeman@google.com
2013-08-28export SkFontMgr_New_... experimental functions for testing in chromereed@google.com
2013-08-28Fix for 10963: Use mx instead of my where mx is wanted.bungeman@google.com
2013-08-27Clear unknown DirectWrite font metrics.bungeman@google.com
2013-08-21Better error reporting when dynamic loading fails with DirectWrite.bungeman@google.com
2013-08-21allow both GDI and DW fontmgrs at the same timebungeman@google.com
2013-08-21Update DirectWrite code so that it is loadable on XP.bungeman@google.com
2013-08-20Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromi...robertphillips@google.com
2013-08-17Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-08-16allow both GDI and DW fontmgrs at the same timebungeman@google.com
2013-08-15Revert r10718 to unblock rollrobertphillips@google.com
2013-08-15Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-08-14allow both GDI and DW fontmgrs at the same timereed@google.com
2013-08-13remove uncalled local functionsreed@google.com
2013-08-07Add getFamilyNames to SkTypeface.bungeman@google.com
2013-08-07Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failuresrobertphillips@google.com
2013-08-07Add getFamilyNames to SkTypeface.bungeman@google.com
2013-08-07Add getFamilyNames to SkTypeface.bungeman@google.com
2013-08-06Reverting r10589: Add getFamilyNames to SkTypefacejvanverth@google.com
2013-08-06Add getFamilyNames to SkTypeface.bungeman@google.com
2013-08-01Implement onGetTableTags and onGetTableData on Windows.bungeman@google.com
2013-07-30refactoring for SK_FONTHOST_USES_FONTMGR optionreed@google.com
2013-07-15Implement onCountGlyphs and onGetUPEM on Windows.bungeman@google.com
2013-05-06Mask orientation and layout correctly.commit-bot@chromium.org
2013-05-02TTC support for DirectWrite.bungeman@google.com
2013-05-01Add FontMgr to DirectWrite.bungeman@google.com
2013-03-27add dummpy SkFontMgr::Factory() impl to font backends, so we can start testin...reed@google.com