aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_win.cpp
Commit message (Expand)AuthorAge
* 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
* Fix gdi assert that the font is not a vector FON font.Gravatar bungeman@google.com2012-04-20
* Basic support for bitmap fonts on Windows.Gravatar bungeman@google.com2012-04-18
* [PDF] Treat TTF Fonts that report zero glyphs as other font type.Gravatar vandebo@chromium.org2012-03-08
* Fix TypefaceCache races. Gravatar bungeman@google.com2012-02-16
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCDGravatar reed@google.com2012-01-18
* Remove attempt at subpixel handling from GDI font host.Gravatar bungeman@google.com2012-01-05
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* move variable declarations above goto lines, to fix warning/error aboutGravatar reed@google.com2011-11-28