https://github.com/es-collection/idfm
InDesign Font Manager
https://github.com/es-collection/idfm
Last synced: 11 months ago
JSON representation
InDesign Font Manager
- Host: GitHub
- URL: https://github.com/es-collection/idfm
- Owner: ES-Collection
- License: mit
- Created: 2017-05-12T05:37:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T22:28:03.000Z (over 8 years ago)
- Last Synced: 2025-01-25T07:27:54.342Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IDFM
====
InDesign Font Manager (IDFM) makes it easy to load and save Indesign Outline Fonts (IOF) to be used later (by a script) without having the font loaded into InDesign.
Theoretically you could save a font to `/Library/Application Support/Adobe/Fonts/` to have the font instantly loaded. Practically this does not work consistently as font conflicts are easily created and hard to troubleshoot.
This font manager draws character outlines inside a textframe so shapes are still composed using Adobe's parapgraph composer. This means we have the ability to resize the textbox and use justification settings to align the text.
Hyphenation is not supported (yet) but it does apply a non-breaking style to keep words together.
Review the Wiki for [API overview](https://github.com/GitBruno/IDFM/wiki/API).
Future Development
------------------
- generate (and use) the kern table
- create recompose functionality
Dependencies
------------
- [ExtendScript Preset Manager (ESPM)](https://github.com/GitBruno/ESPM)
Requests
--------
Bugs and feature requests are tracked with [the github issue tracker](https://github.com/GitBruno/IDFM/issues).
Licence
---------
MIT license (MIT)