[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] FT_Outline_Move_To_Func's code ???
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] FT_Outline_Move_To_Func's code ??? |
Date: |
Sun, 01 Jun 2003 07:34:02 +0200 (CEST) |
> Can someone point me towards link containing the code for these functions:
>
> FT_Outline_LineTo_Func
> FT_Outline_MoveTo_Func
> FT_Outline_ConicTo_Func
> FT_Outline_CubicTo_Func
These four variables are function pointers declared in
include/freetype/ftimage.h -- you could have detected this by yourself
by doing a grep over all files in the Freetype package as I did just
now :-)
BTW, the function names have been changed to FT_Outline_LineToFunc
etc. almost a year ago.
Werner
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Devel] FT_Outline_Move_To_Func's code ???,
Werner LEMBERG <=