bitmap2ttf icon indicating copy to clipboard operation
bitmap2ttf copied to clipboard

Convert bitmap fonts to ttf fonts using font forge.

Results 8 bitmap2ttf issues
Sort by recently updated
recently updated
newest added

Spent a lot of time trying to use bitmap2ttf and just couldn't get it to work for my application. This package from kreativekorp works really well out of the box....

Hi, I got the exception when would like to run pcftottf, log as below: `adam@adam-HP-280-Pro-G2-MT:~/works/android/tools/bitmap2ttf/bitmap2ttf-master-3.8$ pipenv run pcftottf zpix.pcf zpix.ttf Traceback (most recent call last): File "/home/adam/.local/share/virtualenvs/bitmap2ttf-master-3.8-45YaeVfq/bin/pcftottf", line 33, in...

I'm trying to convert the Tamsyn 8x15 font (or its derivative Tamzen) for use with Sublime Text, but the resulting TTF has the space character come out the wrong size....

Just wanted to start by thanking you for making this. Very cool utility. I've successfully used this to convert a .pcf font from [gohufont](http://font.gohu.org/) into a ttf. However I am...

I'm finding a way that can respecting bbox since fontforge will trim the bitmap. bdftottf.py: ``` try: from PIL.BdfFontFile import * except ImportError: from BdfFontFile import * class BdfFontFileUnicode(FontFile.FontFile): def...

Hello. Your project is awesome and I was amazed that it actually works. I am trying to convert artwiz fonts (which are in pcf format) to ttf, and for some...

On Windows, the script contains paths that look like this: ``` Import("a\b\c", 0) ``` FontForge interprets this path as `abc` instead of `a/b/c`. This patch escapes backslashes on Windows, generating...

![1672296125175](https://user-images.githubusercontent.com/26362017/209914584-30db0e70-8420-4ca8-b5cb-cb7a74b18015.jpg) Clearly confirm that there is already "import convert" But it shows "no model convert" I want to convert .bmp to ttf Can anyone help me?