What is the difference between the size and impliedFontSize on a text layer? I'm confused now

impliedFontSize is the size after transformations, such as scale. This is also the value actually shown in the fontSize input in the toolbar, so if your font was 18pt and you scaled your layer by 2, it will show 36pt there. You can still read out the original size via fontSize though.

1 Like