Rebecca G. Bettencourt

Results 19 comments of Rebecca G. Bettencourt

Use the option wq=0 to remove the quiet area. Note that this is not recommended in general because it may render a barcode unscannable. >

The quiet area is part of what the scanner looks for to distinguish a barcode from a random image. Most scanners can scan a QR code with even a minimal...

You can pass a filename as a second argument to the imagepng (or whichever) function: https://www.php.net/manual/en/function.imagepng.php There is always right-click -> Save Image As... ;)

That looks right. Which version of PHP do you have?

I think the issue you're having is that the TTF you inject the emoji into has to already have glyphs for the characters you want, and I don't think Apple...

I've updated the universalJavaApplicationStub but I don't have a computer that can run the compiled versions (for 10.15 and 11.0), so I'll need someone else to verify if it works...

I'll have to forward this issue to the maintainer of https://github.com/tofi86/universalJavaApplicationStub They will probably then forward it to the maintainer of https://github.com/neurobin/shc

Android is doing something very stupid here and using the font bounding box to determine the line height of the first and last line instead of the ascent, descent, and...

Also, version 2 can export to otb (OpenType Bitmap), which is much better supported than ttf with bitmap strikes.

This is something I'm considering. The process is very convoluted, though, and would require splitting this into a separate repo per font.