Can you turn an Adobe font into a TTF File?
Copy link to clipboard
Copied
I'm trying to work in another app (namely RPG Maker.) To use fonts in there, you need to have them as TTF or OTF Files. Is there any way to download Adobe fonts into these file formats?
Copy link to clipboard
Copied
Adobe discontinued support of the Postscript Type 1 format in its Creative Cloud applications. I think it's pretty safe to assume the data in fonts synced via the Adobe Fonts service is either TrueType or OpenType. Some fonts are available in OpenType Variable and OpenType SVG format.
Does your RPG Maker app see TTF and OTF fonts installed in the computer system? If so then it should be possible for the app to "see" fonts and type families from Adobe Fonts. But in order for all apps on the computer to see fonts added from the Adobe Fonts web site they must be installed by using the Creative Cloud Desktop App.
Copy link to clipboard
Copied
It doesn't see all fonts. It only sees fonts that are downloaded specifically into its folder in either a TTF or an OTF file format. If a font file isn't specifically in its folder, it won't show up.
This Youtube video is showing what I'm trying to do. https://www.youtube.com/watch?v=7DMy8a1VXbE
Copy link to clipboard
Copied
If you're having to copy font files into game project folders then any fonts added/installed via Adobe Fonts won't work. The synced font data from Adobe Fonts isn't readily visible as font files in applications like Windows File Explorer.
Copy link to clipboard
Copied
Alright, I guess it isn't possible then. Thank you for your help.
Copy link to clipboard
Copied
Check out this great little CLI program that someone made here (I forked and added a few small improvements): Adobe Font Extractor
Should let you snag the fonts, convert them back to their proper .otf or .ttf, and export them to a folder of your choice.
Just make sure you're allowed to use those files and you'll be good to go (😉).
Because of the aforementioned dynamic loading, you might need to try to get Creative Cloud to load the raw font files (in their own obfuscated format) in by having an Adobe application open that's accessing or previewing the fonts in question
If that also doesn't work, try to use "install to device" in the Creative Cloud application on top of the previous steps.
Copy link to clipboard
Copied
If that program works at extracting Adobe Font file data I strongly doubt it would be legal to use.

