aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_win.cpp
Commit message (Expand)AuthorAge
* 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
* Implement onCountGlyphs and onGetUPEM on Windows.Gravatar bungeman@google.com2013-07-15
* allow createScalerContext to return null, and then have the GDI backend trigg...Gravatar reed@google.com2013-07-10
* Fix for crbug/253460 (generatePath crashing on Windows).Gravatar bungeman@google.com2013-06-26
* Add maxCharWidth and a compile flag to use old metrics (needed by Blink).Gravatar bungeman@google.com2013-06-21
* Fix limit on size of glyph paths.Gravatar bungeman@google.com2013-06-20
* negate FontBox.bottom, since it is negative, but we want it positive (doh)Gravatar reed@google.com2013-05-08
* Use more fields from OutlineFontMEtrics: linegap, bbox.Gravatar reed@google.com2013-05-08
* Mask orientation and layout correctly.Gravatar commit-bot@chromium.org2013-05-06
* Cast our LOGFONTs in our enumerator callbacks to ENUMLOGFONTEX, so weGravatar reed@google.com2013-05-02
* impl onCreateFrom... for fontmgr on windowsGravatar reed@google.com2013-04-25
* first impl of fontmgr for gdiGravatar reed@google.com2013-04-24
* Fix font handles leak. We return without freeing resources.Gravatar edisonn@google.com2013-04-06
* add dummpy SkFontMgr::Factory() impl to font backends, so we can start testin...Gravatar reed@google.com2013-03-27
* remove SkFontHost::NextLogicalFont, and add android-specific functionGravatar reed@google.com2013-03-26
* Change fixedWidth to fixedPitch and implement on Windows.Gravatar bungeman@google.com2013-03-25
* land https://codereview.chromium.org/12676024Gravatar reed@google.com2013-03-25
* remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream()Gravatar reed@google.com2013-03-22
* remove SkFontHost::GetFileNameGravatar mike@reedtribe.org2013-03-22
* Enable init'ed but unused var warning on windows for closer parity with mac/l...Gravatar bsalomon@google.com2013-03-21
* override SkTypeface::onOpenStream()Gravatar reed@google.com2013-03-21
* Use function-ptr instead of SkFontHost api to allow client to handleGravatar reed@google.com2013-03-21
* move impl of AdvancedTypefaceMetrics into typeface (3)Gravatar reed@google.com2013-03-20
* add new API for gdi fonts (not hooked up yet)Gravatar reed@google.com2013-03-20
* remove SkFontHost::CreateScalerContextGravatar reed@google.com2013-03-19
* use SkStream::NewFromFile()Gravatar mike@reedtribe.org2013-03-19
* add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated)Gravatar reed@google.com2013-03-14
* [PDF] Always set the symbolic Flag for Fonts.Gravatar vandebo@chromium.org2013-03-13
* Use correct metrics for GDI glyphs.Gravatar bungeman@google.com2013-03-11