I’m working on a Design System for a company that has a complete UI for both mobile and web apps. I need a plugin to help me analyze the pages (or ideally the whole file) and extract font weights and sizes together to create typography styles based on the existing design.
So far, the plugins I’ve found only provide font weights and sizes separately, which isn’t very efficient for such a large design. I understand the list might be long, but this would save a lot of time compared to manually going through everything.
If there isn’t a plugin that does this, do you have any recommendations on how to approach this problem?
Plugins I’ve tried that almost solved the problem: FontScanner, Design Lint, TextManager
Custom Script: If existing plugins don’t meet your needs, consider using the Figma API to create a custom script or tool. This script can iterate through your design file, extract font weights and sizes, and compile them into a format suitable for creating typography styles.
4. Manual Approach:
Text Styles Panel: If all else fails, you might need to manually extract typography styles from the Text Styles panel in Figma. Although time-consuming, this ensures accuracy.
5. Community and Support:
Figma Community: Post your requirement in the Figma Community to see if anyone has developed or knows of a plugin that fits your needs.
Figma Support: Reach out to Figma Support for advice or feature requests that could help in your case.
These approaches should help you gather the necessary typography data more efficiently. If you need more details on any specific plugin or approach, let me know!