mbattyani / cl-pdf

CL-PDF is a cross-platform Common Lisp library for generating PDF files.
Other
115 stars 41 forks source link

Unable to write out #x010D unicode character with any default encodings #39

Open glagolos opened 9 months ago

glagolos commented 9 months ago

I have tried with font Times New Roman and Arial ttf font and ufm files made according to the readme file. it always write out white space or characters that are not ccaron.

what should I have to do to make it happen ? Thanks.