summaryrefslogtreecommitdiff
path: root/platform/darwin/src/local_glyph_rasterizer.mm
Commit message (Expand)AuthorAgeFilesLines
* Implement font stack-based heuristics for font loading.Chris Loer2017-11-291-1/+31
* Load fonts per-fontstack (but still no heuristics for choosing font weight)Chris Loer2017-11-291-36/+64
* Document CFHandleChris Loer2017-11-291-0/+5
* Fix unit tests.Chris Loer2017-11-281-7/+12
* Change LocalGlyphRasterizer configuration to just a plain "font family" strin...Chris Loer2017-11-281-4/+6
* LocalGlyphRasterizer takes a void* configuration input. If nothing is set, it...Chris Loer2017-11-281-8/+14
* Share CFHandle code between image.mm and local_glyph_rasterizer.mmChris Loer2017-11-281-23/+5
* Moving towards configurable darwin implementation of LocalGlyphRasterizer.Chris Loer2017-11-281-67/+90
* Reduce padding on CJK glyphs (should make rendering slightly faster)Chris Loer2017-11-281-3/+3
* Adjust drawing positions and glyph metrics to fit entire glyph within drawn a...Chris Loer2017-11-271-8/+29
* Fix build for iOS.Chris Loer2017-11-271-0/+2
* POC implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-11-271-0/+129