summaryrefslogtreecommitdiff
path: root/platform/darwin/src/local_glyph_rasterizer.mm
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
| | | | As reported by clang-tidy-8.
* [ios,macos] Remove dead/non-functioning font-weight and glyph metric code.Chris Loer2017-12-111-79/+21
| | | | Add local font family to default iosapp configuration.
* [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-111-0/+233
- Changing font weight does not currently appear to be working. - Glyph metric extraction code not working; currently unused.