Lasse Fister

Results 213 comments of Lasse Fister

adobe source sans has relatively large ufo files (~1000 glyphs): https://github.com/adobe-fonts/source-sans-pro/tree/master/Roman/Black/font.ufo

Oh, ok, just zip a ufo, there is no such thing as compact ufo yet, and you wont find this in the wild. However, if you can produce a sane...

I just merged #24, but in the long run, I'd prefer to make a more general solution to the problem. I'm thinking of an interface definition as the API of...

Forking would certainly be the quickest way. You should start looking at https://github.com/graphicore/librebarcode/blob/master/app/bin/buildAll and modify values around here: https://github.com/graphicore/librebarcode/blob/f9864c42b2c467f255659c8851c124e4cd56c67a/app/bin/buildAll#L73-L79 Also, ideally, especially if you are going to release change these...

Labeled as enhancement, as a reminder of the variable font idea.

I think this is a no-brainer. We already have an adapter for nodes `fs` module. So, probably I'm just going to make that module taking the backend as an argument....

I don't know what "TAB functionality" is. *Note:* the Code 39 extended versions are merely a interpretation of regular Code 39 character combinations. See [the table on Wikipedia](https://en.wikipedia.org/wiki/Code_39#Full_ASCII_Code_39). It's likely...

You can literally enter `$I`for the same resulting barcode. Your scanner needs to interpret it as extended Code 39 in any case. Or you maybe use code 139 which can...

Thanks @dagreatbrendino for the suggestion. I don't think however this possible with current opentype features positioning. It may, but then it likely is a good amount of work to figure...

We could enable to inject some custom function via the options that allows selection and order of the glyphs that go into the table. That way, you could completely customize...