Frank Grießhammer

Results 245 comments of Frank Grießhammer

Is this something that could be solved with contextual kerning? See this file for an example of a contextual kerning pair, which adjusts the `periodcentered` glyph horizontally and vertically when...

@aiongg Please note that you’re welcome to distribute a fork, but you cannot use the name “Source” for it. About your question – it seems like you are building an...

It depends on what you’re doing exactly, but “distribution” means the font files. The easiest way would be doing it via fontTools, something like this: ``` ''' Replace names in...

There are a few sites to test font files, among them https://wakamaifondue.com/ https://fontdrop.info

That said, it is difficult to support double-or triple-width characters in a true monospaced font. If not all glyphs have the same width, some environments won’t recognize the font as...

For a monospaced typeface? 🤔 Can you explain what you’d use those for?

This character is not supported in SCP, what you are seeing is font fallback (I’m really wondering why code editors would choose to fall back to a different-pitch font?) In...

Thanks for the report! I have implemented double-width marks before, and I’d be curious to see if the text renders as you expect it to when using [Minion 3](https://fonts.adobe.com/fonts/minion-3).

@KrasnayaPloshchad Did you get a chance to test this with Minion 3? Do you need any assistance?