Report.NET icon indicating copy to clipboard operation
Report.NET copied to clipboard

fontDef_FromTTF extra char spacing

Open Miniontoby opened this issue 3 years ago • 0 comments

When we want to use a ttf font we get extra space when using Arial for example

In Create() function of template (we used ImageSample)

FontDef fdbar = FontDef.fontDef_FromTTF(this, "Arial");
FontProp fp = new FontPropMM(fdbar, 3);
page_Cur.AddMM(0, 40, new RepString(fp, "Hello World"));

Screenshot

Miniontoby avatar Dec 21 '22 15:12 Miniontoby