aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypeface.h
Commit message (Expand)AuthorAge
* move getAdvancedTypefaceMetrics into private, as only skia internals call itGravatar reed@google.com2014-01-27
* Fix race on creating the default typeface.Gravatar bungeman@google.com2014-01-09
* Remove SK_FONTHOST_USES_FONTMGR.Gravatar bungeman@google.com2013-11-11
* prototype for kerning apiGravatar reed@google.com2013-10-30
* Implement charToGlyph on remaining ports.Gravatar bungeman@google.com2013-10-24
* 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
* Reintroduce default impls removed in 10495.Gravatar bungeman@google.com2013-08-01
* Implement onGetTableTags and onGetTableData on Windows.Gravatar bungeman@google.com2013-08-01
* Alter assert that is causing Chromium compilation failureGravatar robertphillips@google.com2013-07-31
* refactoring for SK_FONTHOST_USES_FONTMGR optionGravatar reed@google.com2013-07-30
* expose getFamilyName to public SkTypefaceGravatar reed@google.com2013-07-29
* 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
* add charsToGlyphs to SkTypefaceGravatar reed@google.com2013-07-02
* Fix issues related to resolving fonts based on name.Gravatar djsollen@google.com2013-06-05
* start a wrapper for color fontsGravatar reed@google.com2013-05-31
* 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
* add virtual SkTypeface::onOpenStream and override that for fontconfigGravatar 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
* Add SkTypeface* parameter to SkScalerContext (and its callers)Gravatar reed@google.com2013-03-19
* move most of SkFontHost to private (preceeding making it all private)Gravatar reed@google.com2013-03-14
* move some of the impl in fonthost into typeface virtualsGravatar mike@reedtribe.org2013-03-03
* Fonts with cubic outlines are rendered without ClearType by GDI.Gravatar bungeman@google.com2012-10-12
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* add getUnitsPerEm() to SkTypefaceGravatar reed@google.com2012-07-31
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* WeakRefCntGravatar bungeman@google.com2012-05-16
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* expose font-table APIs to SkTypefaceGravatar reed@google.com2012-04-17
* [PDF] Subset font advance data (W array).Gravatar vandebo@chromium.org2011-08-18
* Revert "Improve generation of glyph advance array." This reverts commit r2126Gravatar vandebo@chromium.org2011-08-16
* Improve generation of glyph advance array.Gravatar vandebo@chromium.org2011-08-16
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add typefacecacheGravatar reed@google.com2011-05-02
* Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been ...Gravatar vandebo@chromium.org2011-04-06
* Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.Gravatar vandebo@chromium.org2011-03-30
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add isFixedWidth() to expose the newly added attributeGravatar reed@google.com2011-02-24
* add fixed-width attribute to typefaceGravatar reed@google.com2011-02-23
* Cleanup SkPDFTypfaceInfo and make it more generic.Gravatar vandebo@chromium.org2011-02-02