Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 472 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 472 Bytes

ScaleNSTextField

Scaling an NSTextField according to the pixel size of the screen thats going to full screen mode.

it gets the size and poison of the NsTextField in % of the NSView it´s in, and scales the NSTextFiled with that giving % of the full screen view.

The view dos not use autolayout, it just didn't scale the NSTextField the way i wanted.

i made a simpel demo that uses a NSTextField to show the current time.

feel free to use it in your projects.