Domanda

Esiste un editor gratuito o economico per Windows, che consentirebbe di modificare i file con estensione .Woff (ho controllato in CSS che il file del carattere ha un'estensione woff).Questi sono caratteri offerti da Google WebFonts e sono liberi di incorporare, modificare, ecc. Vorrei aggiungere solo accenti diacritici ad alcune lettere per una lingua specifica e incorpora il carattere su un sito web.

È stato utile?

Soluzione

Convert the 'woff' webfont to a regular font (e.g. TTF) using a service such as Online Font Converter. Then edit the converted file with your favorite font editing software.

Specific 'woff' Editor:

http://www.high-logic.com/font-editor/fontcreator.html

Programming Tools:

http://www.freetype.org/

Altri suggerimenti

There's a free tool called FontForge, which can be used to create, edit, and view a wide array of font types. And it is available on almost any platform.

It used to be available here: http://fontforge.org/

But you can now get the source code and installer from the GitHub project here:

http://fontforge.github.io/en-US/

Here are some screenshots of it in action:

Charcter Map

Editing Icons

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top