<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi,</div><div><br></div><div>I am using Ultimate++ IDE for C++ development. This is a cross platform tool for making programs for Windows and Linux.</div><div><br></div><div>It has its own Draw / Paint routines. It is not using GTK.  For font rendering on windows it is using winapi, and on Linux FreeType. <br></div><div><br></div><div>I want to use Indic scripts in my application. Indic font rendering is proper on windows platform. Font rendering is not proper on Linux platform. Because FreeType only will not render Indic fonts correctly. <br></div><div><br></div><div>I would like to use HarfBuzz for this. Looking for guideline /direction for how to use HarfBuzz in place of FreeType or with Freetype to get correct rendering of Indic
 fonts.</div><div><br></div><div>Thanks.</div><div><br></div><div>Deepak</div></div></body></html>