Skip to main content
0 votes
0 answers
407 views

I'm trying to merge this emoji font file https://github.com/googlefonts/noto-emoji/raw/main/fonts/NotoColorEmoji.ttf with a text font file I'm using Carimba Script.ttf for the text. I tried fontforge ...
BlackSpectrum's user avatar
0 votes
2 answers
120 views

I'm trying to fix kerning in a font. It works fine except if there are two kerned glyphs after each other, see the picture. This is the code I use: if abs(round_kerning_value) > 20: left_glyph....
A D's user avatar
  • 1
0 votes
0 answers
202 views

My goal is to add a little dash to a letter and paste it instead of random symbol. I did it with static font and it worked(FontForge), but when I'm using variable font(RobotoFlex-VariableFont) the ...
Erick's user avatar
  • 1
0 votes
1 answer
89 views

I installed the Menlo font on Windows 11 and I'm using it in Visual Studio, however, when using the font in size 9 or smaller, the parentheses are disproportionate, and this ends up bothering me, when ...
Luiz's user avatar
  • 161
0 votes
0 answers
102 views

I restarted my computer and now Chrome is rendering font darker. How can I change the font back to how it was before? I was working in Fontforge and created an error there. Could that cause font to ...
Normajean's user avatar
  • 1,329
0 votes
1 answer
102 views

I tried asking this question on the github discussions for the fontforge repository, but no one appears to be answering it. I am using fontforge to generate SVG fonts for a php utility that generates ...
Scott Wood's user avatar
1 vote
0 answers
185 views

Can anyone suggest any python library to convert svg into glyphs. I have used fonttools and font forge. Is there any other suggestion.I have tried fonttools and fontforge,I am using windows and ...
10cal's user avatar
  • 41
1 vote
1 answer
160 views

I would like to see numerical values of how different the character widths of strings taken from two different fonts MS Gothic and Liberation Mono are. So I used FontForge's metrics, which worked ...
Uarcin's user avatar
  • 29
0 votes
0 answers
54 views

i have one .ttf file where i only stored the required glyph. can we reduce it's size further? i tried FontForge to do some editing on font's weight and other value like removing overlapping and making ...
Vipul Aggarwal's user avatar
0 votes
1 answer
635 views

I was able to install a custom font (Calibri standard) into Skyrim SSE by creating a swf file and a custom fontconfig.txt. However, the font is too large and in some places it cuts off part of the ...
Falcon4ch's user avatar
  • 120
1 vote
1 answer
873 views

To be clear, I'm not trying to trace a bitmap font. I'm trying to recreate Windows' UI in a browser, and older versions don't use anti-aliasing. I need to bake the pixels into the font so that I can ...
notnullptr's user avatar
1 vote
0 answers
721 views

I need to use font forge to combine three separate font files, such as Heuristica, Sourceserif, and Timesnewroman into a single ttf file. I tried this by keeping one of the font files as the base file ...
user22435635's user avatar
1 vote
0 answers
791 views

I am using Windows 10 and I have installed Python 3.10.10 x64. I copied NotoColorEmoji.ttf from Android phone's /system/fonts, which is an emoji font file, and I found a python script which can ...
qwvb1111's user avatar
1 vote
1 answer
87 views

Here is my code: $CurrentFile = $_ $DestPath = "FontForge Export" if(!(Test-Path -LiteralPath $DestPath -PathType Container)){ New-Item -Path $DestPath -ItemType Directory -Force | Out-...
fmotion1's user avatar
  • 641
0 votes
1 answer
399 views

I am subsetting font M PLUS 1p (style medium). I need only a single character - leftwards arrow, which is unicode character u2190. During the subsetting process FontForge complained that the lookup ...
Viktor Brešan's user avatar

15 30 50 per page
1
2 3 4 5
12