Hello I have a question about `TextUnit` and iOS. ...
# compose-ios
k
Hello I have a question about
TextUnit
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?