aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_win.cpp
Commit message (Expand)AuthorAge
* Add oblique as a slant.Gravatar bungeman2016-04-27
* Remove requestedStyle from SkTypefaceCache.Gravatar bungeman2016-04-14
* Remove SK_VERY_LEGACY_CREATE_TYPEFACE.Gravatar bungeman2016-04-13
* Begin switch to SkFontStyle for legacy calls.Gravatar bungeman2016-04-12
* Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 o...Gravatar reed2016-04-12
* Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...Gravatar borenet2016-04-11
* Pass effects directly to fontcacheGravatar reed2016-04-11
* Change type of SkGlyph::fAdvance[XY] to float.Gravatar benjaminwagner2016-03-24
* Correctly handle lfWidth in GDI.Gravatar bungeman2016-03-22
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-29
* Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800...Gravatar djsollen2016-01-22
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-22
* Factor CSS3 matching rules.Gravatar bungeman2015-11-12
* Start making all .cpp files compile-able on all platforms.Gravatar mtklein2015-11-02
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Remove an unused function.Gravatar thakis2015-08-10
* SkAdvancedTypefaceMetrics zeroing constructorGravatar halcanary2015-07-08
* Remove another assertion that a reference is non-null.Gravatar dcheng2015-07-08
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Make SkAdvancedTypefaceMetrics private.Gravatar reed2015-05-12
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Restore GDI text size rounding.Gravatar bungeman2015-03-18
* BUG=skia:Gravatar herb2015-02-25
* Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...Gravatar scroggo2015-02-24
* BUG=skia:Gravatar herb2015-02-24
* Remove SkFontHost includes and friends.Gravatar bungeman2015-02-23
* SkTypeface to use SkStreamAsset.Gravatar bungeman2015-01-27
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* remove dead SkPersp macrosGravatar reed2015-01-20
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Factor text size device mapping in SkScalerContext.Gravatar bungeman2014-12-05
* change roundOut() to take a dst, so we can use that signature to return IRectGravatar reed2014-11-18
* Enforce pure virtual behavior for onMatchFamilyStyleCharacterGravatar djsollen2014-11-14
* remove unused kLCD_MaskFormatGravatar reed2014-11-13
* Remove a pointless use of SkWeakRefCnt.Gravatar mtklein2014-10-24
* Replace SkTypeface::Style with SkFontStyle.Gravatar bungeman2014-10-20
* Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 ...Gravatar mtklein2014-10-20
* Replace SkTypeface::Style with SkFontStyle.Gravatar bungeman2014-10-20
* 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