TrueType fonts editor. Allows for editing vector-based glyphs
License
GNU General Public License version 2.0 (GPLv2)Follow TTFEdit
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Thank you very much for the free open source program!
-
Sondermüll, nur welche Tonne?
-
seems like it works, but the only reason i wanted to use this was to modify logic symbols in consolas to be monospaced. unfortunately, logic symbols are not listed when i open consolas.ttf. i'm assuming this is an easy fix, consider this a notice
-
I finally found a decent replacement for the now defunct "Font Forge" project. ("Source Code ONLY" projects -- that assume all end users are proficient in compiling binaries for themselves -- are less than useless to me.) This project works quite well on a Mac Pro with Mac OS X 10.9.1 under Java 7U51 and I am delighted to be able to pursue typography as a hobby IF I can get my head around it! GREAT Work! Thank You!
-
It works ok on 32bit, however on 64 bit system, you need to modify the run.cmd file :: Check Windows Version if exist "%WINDIR%\SysWOW64\%JAVA_EXE%" ( :: Vista 64 set JAVA_CMD="%WINDIR%\SysWOW64\JAVAW.EXE" ) else ( :: Anything else set JAVA_CMD="JAVAW.EXE" ) then replace java.exe by %JAVA_CMD%