I need to use Micr font to show Account, Deposit and Routing Numbers in my XamDataGrid.
I need to use 'micr.ttf' for this. Tried to look for tutorials online without any luck.
Has anyone here used Micr font before? Some help is really appreciated.
Thanks,
Priya
Hello Priya,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Got the solution. I don't need to use Micr.ttf.
I can use <Setter Property="FontFamily" Value="IDAutomationMICR" /> to have Micr font in my XamDataGrid.