Manuel Bl.

Results 107 comments of Manuel Bl.

It looks very much like an overflow of the ticks. For a signed 32 bit int (`ostime_t`), 2148918405 (see error line in log file) is a negative value. I never...

I had a look at the reorganized README. I don't think it's an improvement. The order with the bitmap related example before the general example doesn't make sense to me....

What do you mean with "put text method"? The [putText()](https://www.codecrete.net/qrbill-javadoc/net/codecrete/qrbill/canvas/Canvas.html#putText(java.lang.String,double,double,int,boolean)) method of the [Canvas](https://www.codecrete.net/qrbill-javadoc/net/codecrete/qrbill/canvas/Canvas.html) class? If so, the answer is no. It was designed for QR bills, and QR bills...

May I ask you to go through [your open issues](https://github.com/manuelbl/SwissQRBill/issues/created_by/Surya-0173) and close those that are done.

The location of the separator lines a given by the QR bill standard. This library will always draw them in the same location. If you want them to be in...

This library has no means to add text outside the QR bill payment slip area. It assumes that you are already using a reporting / output software to generate the...

What do you mean by "inside qrcode text"? The QR code has no text and no font. Is this question related to your other issues (#70 , #71)? Are those...

I'm not aware of any specific issue. If it exits without an exception, it must be a bug in the .NET framework or in a native library. What graphics format...

Font embedding is not implemented. You would have to implement it yourself.

The *PDFCanva*s class only supports Helvatica font. If you want to use another font, you would need to extend it. In particular, you'd need to implement font embedding. Font embedding...