• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Font development

New Here ,
Apr 15, 2020 Apr 15, 2020

Copy link to clipboard

Copied

I am a graphic design student currently developing my own original font. I exclusively use adobe products for all of my work for school and professionally. I finished the rough of my typeface and thought it would be incredible to make my typeface completley active. Possible having my font featured on adobe fonts for use and purchase. How would I go about having my font developed so that other designers can use my original typeface?

Views

306

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 16, 2020 Apr 16, 2020

Copy link to clipboard

Copied

The font creation tool provided by Adobe is the open source "Adobe Font Development Kit fot OpenType (AFDKO)".
However, this is a command line tool that uses Python, and requires knowledge of font development.
https://github.com/adobe-type-tools/afdko

 

Therefore, normally, we use Glyphs for macOS and High-Logic Font Creator for Windows to create fonts, but these are charged.
You can use FontForge if it is free, but this also requires know-how in font development.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 16, 2020 Apr 16, 2020

Copy link to clipboard

Copied

I've alreaady have all of my characters created, I have some experience with the designing. I'm working on my third degree and wanted to see if I could make some active fonts as a challenge for my growth as a designer. I needed to know where I could take it to make mine active. Thanks for your help!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 18, 2020 Apr 18, 2020

Copy link to clipboard

Copied

LATEST

In current font development, incorporating that design and font format can be different.
This is because the OpenType format is very complicated and when it comes to various features, it's not just about characters.
It's not that hard to follow a simple ASCII format, but users may not be happy with it alone.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines