Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Swift,是否可以在 True Type Font (TTF) 文件中获取字形的 Unicode 代码点?
CGFont似乎没有包含对将 Unicode 代码点映射到字形所需的cmap表的引用。
CTGlyphInfo类很接近,但它不提供逆向,即给定字形的 Unicode 代码点。