Re: [HarfBuzz] Getting character bitmap

2023-01-15 Thread Werner LEMBERG
> 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. I forgot to mention the FreeType demo programs. You can download a tarball from

FWD: Re: [HarfBuzz] Getting character bitmap

2023-01-15 Thread Sagar Acharya via FreeType users
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. > >

Re: [HarfBuzz] Getting character bitmap

2023-01-15 Thread Werner LEMBERG
> 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