Kevin S
05/30/2025, 5:52 PMTextUnit
and iOS. I want to have a TextUnit
defined in common and convert that into iOS and use that in a Font.custom(fontName, fixedSize: fontSize)
. Can I just convert that to a CGFloat
using CoreGraphics.CGFloat(token.fontSize)
and it should be accurate? Or is there a special conversion that's needed?