You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to fill in a printed form using this library.
I realize it that the x,y are in points and those are 72/inch. However, that is to the top of the text. How can you calculate where the bottom of the font would lie? I assumed it would be using the heightOfString() method, but subtracting that off the y coordinator still doesn't line up how I need it do?
The text was updated successfully, but these errors were encountered:
I am attempting to fill in a printed form using this library.
I realize it that the x,y are in points and those are 72/inch. However, that is to the top of the text. How can you calculate where the bottom of the font would lie? I assumed it would be using the heightOfString() method, but subtracting that off the y coordinator still doesn't line up how I need it do?
The text was updated successfully, but these errors were encountered: