Replies: 1 comment 2 replies
-
<TextBox FontFamily="Courier New" LetterSpacing="5" Text="123" /> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In PDFs, a form field has the notion of Combs of characters (check this link : https://evermap.com/Tutorial_AMM_Using_Combs_Of_Characters_In_PDF_Forms.asp )
I can't find an elegant way to implement this in AvaloniaUI other than simulate a textbox for each characters placed uniformly on a canvas. Wich is pain in the a$$ to use, set/set value, maintain, ...
Is there a better way ? If not this could be a good improvement
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions