aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_mac_coretext.cpp
Commit message (Expand)AuthorAge
* fix memory leaksGravatar reed@google.com2012-04-18
* Add cast to support 64 bit.Gravatar caryclark@google.com2012-04-16
* Some fonts do not measure correctly in Mountain Lion,Gravatar caryclark@google.com2012-04-13
* On Mac, also check for a loca table before calling a font true type.Gravatar vandebo@chromium.org2012-03-02
* Check to see if font is TrueType before making TrueType specific calls.Gravatar caryclark@google.com2012-03-02
* Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...Gravatar bungeman@google.com2012-02-24
* add SkCreateDataProviderFromStream to SkCGUtilsGravatar reed@google.com2012-02-24
* Fix memory leak in GetTableData() and add unittests for itGravatar reed@google.com2012-02-23
* Provide fallbacks for web fonts.Gravatar caryclark@google.com2012-02-23
* Fix TypefaceCache races. Gravatar bungeman@google.com2012-02-16
* suport A8 grayscale text with COLOR_LUMINANCE build optionGravatar reed@google.com2012-02-15
* if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each componentGravatar reed@google.com2012-02-13
* enable color-luminance in font cache (disabled by default)Gravatar reed@google.com2012-02-10
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* fix vertical bold text on macGravatar caryclark@google.com2012-01-25
* Mac generateFontMetrics not converting to scalar.Gravatar bungeman@google.com2012-01-05
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* support vertical text and typeface-by-name on LeopardGravatar caryclark@google.com2011-12-21
* fix vertical text on LionGravatar caryclark@google.com2011-12-20
* partial fix for vertical text on LionGravatar caryclark@google.com2011-12-19
* store 3 bits of luminance, but (for now) discretize that in fonthost::filterecGravatar reed@google.com2011-11-22
* remove GetGammaFlag from SkFontHostGravatar reed@google.com2011-11-22
* pass font size explicitly for leopardGravatar caryclark@google.com2011-11-16
* suppress warnings on clangGravatar caryclark@google.com2011-11-14
* check for null on LionGravatar caryclark@google.com2011-11-14
* add vertical text support in mac portGravatar caryclark@google.com2011-11-10
* remove common fields from Offscreen utility classGravatar caryclark@google.com2011-11-10
* change m to fGravatar caryclark@google.com2011-11-09
* add api to SkGraphics to get/set font cache limitGravatar reed@google.com2011-11-08
* revert accidental change to lcd format prefGravatar reed@google.com2011-11-03
* create inline versions of common CGRect functions, since they appeared onGravatar reed@google.com2011-11-03
* custom memset32 to speed up erasing the offscreen when its width is small.Gravatar reed@google.com2011-11-03
* speed up font cache creation (20x using FontScalerBench)Gravatar reed@google.com2011-11-02
* fix font id calculationGravatar caryclark@google.com2011-11-02
* fix monospace glyph bounds on LionGravatar caryclark@google.com2011-11-01
* Don't use LCD on grayscale devices.Gravatar caryclark@google.com2011-10-25
* fix Leopard glyph boundsGravatar caryclark@google.com2011-10-25
* add support for local fontsGravatar caryclark@google.com2011-10-25
* use ATSFontRef for our unique ID. Much more stable than using the ptr itself ...Gravatar reed@google.com2011-10-11
* bug fix for character 0x200B : zero-advance-spaceGravatar reed@google.com2011-10-06
* change gamma for white and neutral textGravatar reed@google.com2011-10-06
* fix text for Lion, Leopard, Skia on MacGravatar caryclark@google.com2011-10-05
* move specialization of 16 -vs- 32 lcd format to the fonthostGravatar reed@google.com2011-09-28
* support gamma correction for lcd textGravatar reed@google.com2011-09-28
* Fix realloc->reset rename missed in mac fileGravatar bsalomon@google.com2011-09-02
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* respect subpixel positioningGravatar reed@google.com2011-08-23
* [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