python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
coretext custom font vertical draw display not corret
When I use coretext, I find that the fonts created with systemfontofsize: and fontWithName: size: have different effects in the vertical direction. I don't know if this is normal.Thanks for any help.
...
tanquwell
Votes: 0
Answers: 1
Using Core Text options with TextKit (like CTLineBoundsOptions)
Is there a way to use advanced Core Text options with TextKit (2)?
Specifically, I’m looking to enable useHangingPunctuation for NSAttributedStrings that I draw in layers using TextKit 2.
https://deve...
Frank R
Votes: 0
Answers: 0
NSFont autoscaling via NSStringDrawingContext does not work
I'm building a small test app that draws text into rectangles on images. Said text might sometimes be too long to be drawn into said rectangles, but I thought I would simply use NSStringDrawingContext...
Peter W.
Votes: 0
Answers: 0