RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
718 stars 114 forks source link

Line height setting is missing in typography.xml export #223

Open lostcart opened 8 months ago

lostcart commented 8 months ago

When doing an Android export of typography styles, the lineheight settings are missing, they appear in the compose version but not in the typography.xml file lineHeight is also only available after api level 28 - but lineSpacingExtra is available much further back, it requires some maths to figure out that value though