ryanmcgrath / cacao

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
MIT License
1.8k stars 65 forks source link

feat: support for monospace system font #56

Closed EstebanBorai closed 1 year ago

EstebanBorai commented 1 year ago

Provides support for the monospacedSystemFontOfSize method from NSFont.

Refer: https://developer.apple.com/documentation/appkit/nsfont/3042659-monospacedsystemfontofsize?language=objc

EstebanBorai commented 1 year ago

A comment from Owner: https://github.com/ryanmcgrath/cacao/pull/54#issuecomment-1276591572

ryanmcgrath commented 1 year ago

Thanks!