Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 529 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 529 Bytes

FontHelper

(Work in progress).

A small utility (providing an OS X framework and an iOS library) for obtaining system font data on OS X and iOS devices. Will provide methods to obtain a dictionary of font tables (i.e., for truetype fonts). Will cache contents of (large) table of glyphs to the filesystem and indicate the cache filename in the returned dictionary.

Purpose: access (non-embedded) system font data on iOS for use with non-Apple graphics libraries needing direct access to font data (e.g., zpb-ttf).