> Can somebody please help me in applying styles to text using a ttf
> font ?

Hmm.  Artificial emboldening can be done with FT_Outline_Embolden.
Slanting a font artificially can be done by using a proper
transformation matrix.

> Eg: consider the string 'sample', and am using 'verdana' font
> 
> I want to apply bold or italic style to this string so that it becomes
> 
> In Bold sample
> 
> In Italic sample

`Italic' can't be done artificially since it uses different letter
forms compared to `slanted'.


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to