A Photoshop script that automatically annotates your PSDs with font information.
- Lists font names, sizes (in pts) and hex color codes
- Ignores invisible or zero-opacity layers
- Supports @2x designs
- Run on the current document or an entire directory
All annotations are kept in a seperate top-level Font Annotations layer group and no other changes are made to the existing document.
Example created with Flat UI Kit by @designmodo.
Annotate Fonts has been developed for and tested with Adobe Photochop CS6
- Download the .zip near the top of the page
- Move annotate-fonts.jsx into /Applications/Adobe Photoshop CS6/Presets/Scripts/
- Restart Photoshop
The next time you need to annotate a PSD, go to File > Scripts > Annotate Fonts to run it.
I'm open to optimizations, fixes and improvements and would encourage opening an issue before adding new features. annotate-fonts is a small and simple script that attempts to do just one thing well.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request