On Thu, Jun 02, 2005 at 02:52:58AM +0000, Anstinus Anstinus wrote:
> Consider the situation: I looked up a FT_Face by myFaceID1 at first, then 
> at a later time, I want to get the same FT_Face.  Should I find the 
> myFaceID1 in my list and use it to lookup a FT_Face , or create a new 
> myFaceID2 with the same content as myFaceID1 ?
Use myFaceID1.

It's the id itself (or memory address, if you feels clearer) being
used to look up the face, not the contents hidden behind the id.
> 
> Another question: The chars freetype rendered are all "solid". Can freetype 
> render only the outline without fill it ? I didn't find such interface in 
> documents.
You may need to use FT_Outline_Render and set your own version of
gray_spans in the raster parameters.  But I am not sure if this is
feasible.

-- 
Regards,
olv


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to