Hi,
I'm trying to customize the currency symbol on my printed sales invoices in TallyPrime Gold. I want to override the font used to render the currency symbol field so I can display a custom glyph (new currency symbol) from a private use area (PUA) font I've created.
I've already:
- Created a custom .ttf font with my symbol at U+E000
- Installed it on my Windows
- Updated the AED currency symbol in the Currency Master with the U+E000 character
The character shows as a box on the invoice. I assume its because Tally is rendering it with the default font instead of my custom font.
From what I gathered, I need to write a TDL to fix that issue. I currently have this:
[#Field: ???]
Font : ("DirhamSymbol", 12)
But for the life of me I can't find correct Field name for the currency symbol in the printed invoice. I tried 'CurrencySymbol' and 'DefaultCurrencySymbol' but both give error T0008.
Does anyone know either the correct field name or some alternate method to introduce a new currency symbol in Tally? I'm working in the Tally available in my company, and I don't know if we have Tally Developer (I don't know how to use it even if we did).
Thank you,