c# - Font conversion Kurtidev to mangal -
I have a Microsoft Access file in which the data is stored in the curtidev font. I have to change it to Mars font. Is there an API available to do this? If not, please suggest it in a programmatic manner.
If you are talking about masterpiece, then make these fonts signify Devanagari glyph shapes Use Latin / English Unicode for Mars, on the other hand, correctly uses Unicode from the Devanagari range. In other words, Devanagari's' (¤ ??), Mars in Yu + 0915, in return, U + 0064 has been handed over to Kruti Dev. U + 0064 is considered Latin 'D'.
To display the contents of your database correctly from Mars, you will need to make a change on the text from "Devanagari-K-Latin" Unicode to Devanagari Unicode for some type of translation table would be required.
There are so many tools to replace, some for free, some cost, I could not find any source code for these devices, which probably had a translation table, but you could May be able to find something. Or you can get your own table by running a fully convertible-encoded text through a converter and checking the output.
Comments
Post a Comment