aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_mac.cpp
Commit message (Expand)AuthorAge
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-30
* add matcher to fontstylesetGravatar reed@google.com2013-03-29
* Fix minor cppcheck-found issuesGravatar robertphillips@google.com2013-03-29
* add caching to fontmgr for macGravatar reed@google.com2013-03-28
* CTFontManagerCopyAvailableFontFamilyNames is not always available (on iOS)Gravatar reed@google.com2013-03-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-27
* store real fontstyle on mac fontsGravatar reed@google.com2013-03-26
* impl part of SKFontMgr for macGravatar reed@google.com2013-03-26
* remove SkFontHost::NextLogicalFont, and add android-specific functionGravatar reed@google.com2013-03-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-26
* check-point (early) for fontmgr stuff, not called.Gravatar reed@google.com2013-03-25
* 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
* remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable*Gravatar reed@google.com2013-03-21
* override onGetTableTags() and onGetTableData() in SkTypeface, in preparation forGravatar reed@google.com2013-03-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-21
* move impl of AdvancedTypefaceMetrics into typeface (3)Gravatar reed@google.com2013-03-20
* remove SkFontHost::CreateScalerContextGravatar reed@google.com2013-03-19
* move most of SkFontHost to private (preceeding making it all private)Gravatar reed@google.com2013-03-14
* [PDF] Always set the symbolic Flag for Fonts.Gravatar vandebo@chromium.org2013-03-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-03
* eliminate atsuii/coretext distinction, and rename to just _macGravatar mike@reedtribe.org2013-03-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Add support for 8 bits/component glyphs, toGravatar caryclark@google.com2011-06-22
* separate mac fonthost into atsui (32bit, pre-10.6) and coretext (64bit, 10.6)Gravatar reed@android.com2010-05-19
* Add a SkTypeface::CreateForChars() function.Gravatar agl@chromium.org2010-04-20
* fix build for SK_SCALAR_IS_FIXEDGravatar reed@android.com2010-04-13
* Add SkFontHost::FilterRect() which allows the font host to filter our requestGravatar reed@android.com2009-07-22
* Mac: fix SkFontHost_mac.cpp to work with the new hinting interface.Gravatar agl@chromium.org2009-07-21
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* fix mac buildGravatar reed@android.com2009-04-23
* Sync with Chromium's forkGravatar agl@chromium.org2009-04-22
* implement generateCountGlyphs using new font table apisGravatar reed@android.com2009-04-08
* add Table apis to SkFontHostGravatar reed@android.com2009-04-08
* build with -WallGravatar reed@android.com2009-03-20
* fix capitalization for system includesGravatar reed@android.com2009-03-18
* Simplify font-chaining (fallbacks) to have fonthost just return the nextGravatar reed@android.com2009-03-17
* remember to specify the bloody font tag in the constructor!Gravatar reed@android.com2009-03-10
* mac fonts sort of work nowGravatar reed@android.com2009-03-09
* implement fontmetricsGravatar reed@android.com2009-03-09
* check-point (2) on mac fontsGravatar reed@android.com2009-03-09
* minor check-point for switching to glyphsGravatar reed@android.com2009-03-09
* Significant cleanup in api, and more importantly in sementics, of SkFontHostGravatar reed@android.com2009-03-04
* Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.hGravatar reed@android.com2009-01-19
* update more sample code to new compose shader headerGravatar reed@android.com2008-12-23
* add text to hostapp sampleGravatar reed@android.com2008-12-23
* don't promote top/left to a fixed, when what we want is just an intGravatar reed@android.com2008-12-22