About 51 results
Open links in new tab
  1. How to convert TTF to FNT with Fontforge - Stack Overflow

    Jul 2, 2014 · FNT is a bitmap format while TTF is an outline/vector format. To get FNT output, you'll first need to create a bitmap strike or strikes. Fontforge can do this if it has been built with Freetype …

  2. FontForge - Add stroke to font with fill color and generate font

    Jul 7, 2022 · I need to apply a black outline to a font but maintain the white fill color. Expanding the stroke or adding an outline style applies the outline, but when I generate the .ttf or the .otf, the fill ...

  3. Can't get FontForge to import as a module in a custom Python script

    Aug 26, 2022 · There is a batch file that comes with FontForge located at C:\Program Files (x86)\FontForgeBuilds\fontforge-console.bat. If I run this batch file, it sets some variables and then …

  4. Delete all unused characters from a TTF-font with Fontforge

    Feb 22, 2016 · 15 How can I delete all characters from a TTF font file that are not used in a given text sample with Fontforge? In other words I want to create a subset from an existing font which contains …

  5. How to create own font with emojis included (Maybe with Fontforge ...

    Dec 13, 2020 · How to create own font with emojis included (Maybe with Fontforge, Python)? Ask Question Asked 5 years, 2 months ago Modified 5 years, 2 months ago

  6. Creating icon fonts with vector software (i.e. inkscape) and fontforge?

    73 I've successfully created a few icon fonts for my websites and the Inkscape FontForge approach as outlined in this how-to is pretty solid, and if you're used to using software such as Inkscape, it's also …

  7. Fontforge: Export a glyph to SVG with fontforge command line

    Dec 20, 2017 · How to export a glyph (from its unicode) to SVG with Fontforge command line ? I also need to specify the font size and keep the original margins it has in the font.

  8. Where/how does fontforge get a 'fontid'/filename value?

    Aug 28, 2024 · Does anyone know how fontforge comes up with it's suggestion for filename/fontid? Looked in ttf headers, fontforge 'elements' tabs, dumped meta details with more than one php ttf …

  9. Fontforge: How to "remove overlaps" making work - Stack Overflow

    Jun 26, 2020 · Then I import my output.svg into FontForge and choose there Element --> Overlap --> remove. Finally I put the character \symbol{65} into a tex-document, but I have still these 'overlaps' in …

  10. truetype - FontForge: Count of Defined Glyphs - Stack Overflow

    Dec 20, 2018 · I'm fairly new to FontForge, and I just want to merge two fonts for my specific usage. I know how to merge two fonts from this question and I'm aware of TTF, ... 65535 lookup limits, so I'm …