chsxf / CiderKit

SpriteKit-based game engine, written in Swift, and provided with custom authoring tools
MIT License
6 stars 0 forks source link

Implement font selection for UIKit #9

Closed chsxf closed 10 months ago

chsxf commented 11 months ago

Font selection is currently handled for macOS through NSFontManager, but the same functionality needs to be handled through UIFont for other systems.