I have been using PDF Clown for a few days and am loving the ease of use. I cannot seem to figure out this problem I am having. Whenever the ShowText comes up on the β when using blockcomposer the server goes into an endless loop and I have to manually stop the process.
It seems to be getting stuck in the TextFitter.cs
class in function the function Fit, but I cannot figure out why.
Here is some sample code
BlockComposer blockComposer = new BlockComposer(composer)
//variableFrame declared elsewhere
blockComposer.Begin(variableFrame, XAlignmentEnum.Left, YAlignmentEnum.Top);
blockComposer.ShowText('\u03B2'.ToString());
blockComposer.End();
Any ideas on how to fix this while keeping in the β(client requirement)?
Thanks.