> What do you need from FreeType to calculate DF?
> Do you see or know
where to find everything you need?
I will need the bitmap and/or the outline depending upon the type of font. And yes I know where to find those. They both can be accessed from FT_Face.
Anuj
On Wed, May 13, 2020, 7:59 PM Alexei Podtelezhnikov <
address@hidden> wrote:
>
> > Ah, the (assumed/estimated) number of the pixels should be discussed
> > for first... Anuj, please give us some informations.
>
> The output DF will be slightly larger than the original one (20-30% in dimension) to contain the spread.
Anuj,
Let's stop discussing such minor details. Nothing stops you from
allocating as much memory as you want to store DF or to choose between
float and FT_Fixed. First please answer the following question as best
you can.
What do you need from FreeType to calculate DF? Do you see or know
where to find everything you need?
Alexei