My language Kachhi has no official Unicode support but I have developed my own fonts in ttf, otf , svg etc format. I already run a website using same fonts.
I want users to be able to write or input in my language using my fonts (preferably on all platforms but if not then mainly on windows)
So how can I develop a input tool software for windows? to input custom fonts designed for my language
Can anyone help by pointing out how to build you own windows IME. Link to some tutorial or books or anything?
What you're aiming for is called an Input Method Editor. Essentially, this is a small program with a standardized interface, to translate user input into Unicode text.
You can pick pretty much any language that has decent Windows support. IOW, VC++.