Thanks, that did the trick! Filled shapes are working just fine now. Just one more question: What's the easiest way to draw non-filled shapes, i.e. just the shape outlines? FT_Outline_Get_Bitmap() always fills the shapes. How would I go about if only want FreeType to draw the outlines? Preferably with a customizable line thickness in pixels?
Thanks! > No time to look into this further, however I noticed > > v.x = 320<<16; > > This looks strange, since FreeType uses 1/64 of a pixel as a unit. I > think should rather be > > v.x = 320 << 6; > > > Werner > _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
