Hello,<br><br>I am trying to use freetype to load bitmap fonts and
render using cairo. I am trying to create a image surface using the
buffer and metrics (rows and width) that I get thru FT_Bitmap
structure. I am not able to make progress beyond creating a surface.
I would like to render "Hello, World!" using cairo and bitmap fonts
thru freetype. Any leads to achieve this is greatly appreciated.
<br><br>Thanks