aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_win.cpp
Commit message (Expand)AuthorAge
...
* 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
* GDI fonthost to serialize using correct font name.Gravatar bungeman@google.com2012-10-31
* Clean up usage of mask gamma.Gravatar bungeman@google.com2012-10-26
* Fonts with cubic outlines are rendered without ClearType by GDI.Gravatar bungeman@google.com2012-10-12
* CreateTypefaceFromFile for GDI.Gravatar bungeman@google.com2012-10-11
* When creating gray from lcd, use luminance instead of coverage.Gravatar bungeman@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Correctly linearize Windows AA from ClearType.Gravatar bungeman@google.com2012-08-13
* must include SkPath.h after restructureGravatar reed@google.com2012-08-07
* Handle rgb_to_a8 when kGenA8FromLCD_Flag is set.Gravatar bungeman@google.com2012-08-01
* Gamma correcting masks.Gravatar bungeman@google.com2012-07-30
* Split SkGlyph into its own header.Gravatar bungeman@google.com2012-07-24
* add MS UI GOTHIC to list of bad fonts.Gravatar reed@google.com2012-06-18
* add more font names to our extra-bottom-space hackGravatar reed@google.com2012-06-15
* http://codereview.appspot.com/6307089Gravatar reed@google.com2012-06-13
* Serialize support for GDI.Gravatar bungeman@google.com2012-06-01
* Fix assignment of non-copyable.Gravatar bungeman@google.com2012-05-21
* CreateTypefaceFromStream for GDI.Gravatar bungeman@google.com2012-05-18
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07