> Any help is appreciated in code below to convert the glyph to 0 > andĀ 1 based bitmap as shown at the end. >> >> Since I'm new to C, I don't quite know how to connect function >> Char_Index output to FT_Bitmap. I'm new to reading such >> CĀ documentation.
I suggest that you go through the FreeType tutorial at https://freetype.org/freetype2/docs/tutorial/index.html It comes with examples that you can adapt to your needs. If you have more specific questions (and no, we won't write the code for you) please ask here. Werner