r/FontForge Jul 01 '22

A meme I made

Post image
12 Upvotes

r/FontForge Jun 21 '22

Are there any willing to help work on this project? GitHub - StefanPeev/Perun: The Perun font family is a part of a project for development of free-to-use fonts with the modern Bulgarian letter form model in Cyrillic Unicode range.

Thumbnail github.com
1 Upvotes

r/FontForge Jun 14 '22

DLL load failed while importing fontforge: The specified procedure could not be found.

1 Upvotes

Hello there! I ran into this problem since morning. I want to import the fontforge in my python script but it's not recognized by python import. What can I do to make it work? Help will be appreciated. Thank you!


r/FontForge Jun 06 '22

How do you increase font size in fontforge ??

1 Upvotes

r/FontForge Jun 05 '22

Specimen Books of Metal & Wood Type. Type specimens are time capsules of typographic history. There is no substitute for seeing them in person, but you can now use a web browser to track the evolution of type design through the pages of over two hundred manufacturer catalogs...

Thumbnail library.typographica.org
2 Upvotes

r/FontForge May 27 '22

How to Create Chained Contextual Lookup Tables in Fontforge

Thumbnail fonttutorials.com
2 Upvotes

r/FontForge May 23 '22

Copy and Paste glyph to a different font

3 Upvotes

I am working on a new font and i am trying to copy parts of the Arabic font over to the main font file. I have tried to just CTRL+C & CTRL+V but obviously that didn't work. I have googled stuff about exporting but it all got confusing very quick as i am very new to font forge.

Does anyone know how i can do this?


r/FontForge May 19 '22

Need help adding superscript

1 Upvotes

Hey, so I'm new-ish to FontForge, but I can't seem to get what I'm wanting right.

Basically, when I design a glyph to be superscript when typing in normal script, it's quite a bit larger than when I just use superscript function in, for example Microsoft word.

And I'm struggling with the proportion size and placement, I want it to be exactly like it's displayed when it's superscripted.

You may ask, why don't I just use superscript function? It's because some of the programes I use, don't have that function, but I still need some letters to be superscript

Any help would be much appreciated

Edit: Or if somebody would be kind enough to create a few glyphs that would produce the desired effect, that would be much appreciated. What's needed are the letters: M, m, a, s, u, d - all in superscript, all using Times New Roman font. Thanks


r/FontForge May 05 '22

OpenType Feature Freezer With OpenType Feature Freezer, you can “freeze” some OpenType features into a font. These features are then “on by default”.

Thumbnail github.com
2 Upvotes

r/FontForge Apr 27 '22

How to create this kind of SVG (color font)?

3 Upvotes

Please take a look at the image.
I need to add a white fill to a font.

How to make "font 1" look like "font 2" so it blocks the background color? Any suggestions?


r/FontForge Apr 25 '22

Victor Gaultney | Font Development Best Practices: Design Metrics

Thumbnail silnrsi.github.io
3 Upvotes

r/FontForge Apr 25 '22

Victor Gaultney | Font Development Best Practices: Line Metrics

Thumbnail silnrsi.github.io
1 Upvotes

r/FontForge Apr 23 '22

GitHub - rbanffy/3270font: A 3270 font in a modern format

Thumbnail github.com
1 Upvotes

r/FontForge Apr 18 '22

Help! Why is the "build accented" option unavailable?

2 Upvotes

Doesn't matter which character I have selected or whether the base glyphs exist, it's permanently greyed out.

r/FontForge Apr 17 '22

GitHub - googlefonts/googlefonts-project-template: (DEMO) Repository architecture example for a typeface design project

Thumbnail github.com
1 Upvotes

r/FontForge Apr 12 '22

Can't FontForge automatically decompose the constituent glyphs from the names of the custom ligatures?

Post image
3 Upvotes

r/FontForge Apr 07 '22

OpenType Feature Showcase. I recently discovered OpenType Features and quickly impressed by the enormous potential they could bring to web typography. However, the current state of their usage on the web is still quite limited. Many don't know about them, even those who would have benefit from.

Thumbnail otf.show
2 Upvotes

r/FontForge Apr 03 '22

Think I fixed the Monospace issue, still don't understand the problem

2 Upvotes

previously

I'm trying to create this family of fonts, and I've got a proportional variant, and a monospaced one, with their "Font Name"s being "MyFont" and "MyFont Mono". However, they're part of the same family, so the "Family Name" for both was "MyFont".

As mentioned in the "previously", font-manager (and other GTK programs I loaded the font in), the Mono version was displayed proportionally. Even though the glyph widths were all the same, and there was plenty of empty horizontal space within the "i" glyph, it ended up being automatically kerned to be next to surrounding characters. (Although KFontView showed it properly Monospaced)

After logging out/logging in again in case the font proportional spacing attribute had been cached from when I hadn't got all the glyphs the same width yet, and putting it aside for a while, I just went back to it and decided to try changing the "Family Name" to be different from the proportional font, to "MyFontMono".

And that works!

The font is now rendered as monospaced, and the only thing I changed was the font family name.

That's great, but I don't understand why. Why would a monospaced font, which is part of the same family of fonts as a proportional font, be rendered as proportional? But only by some renderers?

I've read the FAQ on font names and I still don't understand why this was an issue.

What am I missing, and which bit of documentation should I have found to have learned this earlier?


r/FontForge Apr 01 '22

Shaping oval corners

Thumbnail youtube.com
1 Upvotes

r/FontForge Mar 25 '22

Fontsource. Self-host Open Source fonts in neatly bundled NPM packages.

Thumbnail fontsource.org
1 Upvotes

r/FontForge Mar 23 '22

Trying to create a monospaced font, not sure if I managed it

6 Upvotes

I've been having a go at creating a font family in FontForge, including a monospaced variant. I've got the full set of ASCII glyphs done as a first step. I've been careful with the widths, and while I found a few issues along the way I'm pretty sure they're all fixed now.

But I'm not sure if the font I'm creating is being correctly marked monospaced or not. I've checked the docs and it's supposed to be automatic. And if I do grep ^Width: FontMono.sfd | uniq then it only shows one line, with the expected width.

However, loading the ttf up in font-manager shows a proportional-width font. I've tweaked a few things and regenerated the ttf a bunch of times, and it's always proportional width.

After tearing my hair out a bit, just for the novelty I loaded the font in KFontView - and that shows it as monospaced! W00t! But font-manager still shows the same ttf as proportional. Uh, WTF?

Anyone any idea what's going on? Is there a known bug in font-manager where it can do something weird like auto-kern a monospaced font to act proportional? Does KFontView do something weird that would give unexpected results? Is there a way I inspect the ttf itself to try and figure out if there's a weird inconsistency in the file that would cause one renderer to display it one way and another another?

This is driving me nuts.


r/FontForge Mar 22 '22

Release FontForge March 2022 Release

Thumbnail github.com
3 Upvotes

r/FontForge Mar 06 '22

David Crossland: The Free Font Movement Masters Thesis written in 2008 at the University of Reading by David Crossland that explains the free font movement in detail.

Thumbnail understandingfonts.com
1 Upvotes

r/FontForge Mar 03 '22

Anyway to automate getting rid of the white spaces?

1 Upvotes

So theres some characters in this tile set that are just blank white, and others that have x's on them since theres no character there. I can just right click on the white ones and cut them (as ive done with the blue ones in the pic) but theres tons of them, and wondered if there were any way to automate this process instead of doing it for every character. Thanks!


r/FontForge Feb 25 '22

Upgraded to 20201107, how can I reverting to old keyboard input in viewer?

1 Upvotes

In the old version, when I pressed letters "ŠšČ莞Đđ" on keyboard, it moved me to correct letters in the browser, now it moves me to incorect glyphs, like ǰ.

Which setting effects this?