aboutsummaryrefslogtreecommitdiffstats
path: root/src/ports/SkFontHost_none.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove SK_FONTHOST_USES_FONTMGR.bungeman@google.com2013-11-111-24/+2
* add dummpy SkFontMgr::Factory() impl to font backends, so we can start testin...reed@google.com2013-03-271-0/+9
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-03-271-1/+0
* remove SkFontHost::NextLogicalFont, and add android-specific functionreed@google.com2013-03-261-4/+0
* land https://codereview.chromium.org/12676024reed@google.com2013-03-251-13/+0
* remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream()reed@google.com2013-03-221-7/+0
* remove SkFontHost::GetFileNamemike@reedtribe.org2013-03-221-6/+0
* move impl of AdvancedTypefaceMetrics into typeface (3)reed@google.com2013-03-201-10/+0
* remove SkFontHost::CreateScalerContextreed@google.com2013-03-191-9/+2
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-2/+0
* Fonts with cubic outlines are rendered without ClearType by GDI.bungeman@google.com2012-10-121-1/+1
* Fix compile error in SkFontHost_none.cppborenet@google.com2012-09-041-0/+1
* remove unused ptr/len parameters from CreateTypefacereed@google.com2012-05-071-1/+0
* Update GetAdvancedTypefaceMetrics API in usually-unbuilt files.tomhudson@google.com2012-03-231-1/+3
* Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...bungeman@google.com2012-02-241-5/+0
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");tomhudson@google.com2011-12-281-9/+9
* remove GetGammaFlag from SkFontHostreed@google.com2011-11-221-11/+0
* add api to SkGraphics to get/set font cache limitreed@google.com2011-11-081-4/+0
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-14/+8
* add 2nd parameter to SkFontHost::NextLogicalFont()reed@google.com2011-06-131-1/+1
* Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.vandebo@chromium.org2011-03-301-1/+2
* Cleanup SkPDFTypfaceInfo and make it more generic.vandebo@chromium.org2011-02-021-2/+3
* Add Truetype and Type 1 font embedding supportvandebo@chromium.org2011-01-251-0/+6
* Add a SkTypeface::CreateForChars() function.agl@chromium.org2010-04-201-0/+1
* add FilterRec() so it links againreed@android.com2009-09-271-0/+3
* add GetFileName api to SkFontHostreed@android.com2009-07-311-0/+6
* Simplify font-chaining (fallbacks) to have fonthost just return the nextreed@android.com2009-03-171-4/+2
* Significant cleanup in api, and more importantly in sementics, of SkFontHostreed@android.com2009-03-041-13/+11
* Initial automake and autoconf files to build core into libskia.a.joe.gregorio2009-01-061-0/+6
* grab from latest androidreed@android.com2008-12-171-0/+82