On 12/07/2011 09:07 AM, Pradeep Botu wrote: > > I am using Pango with ft2 backend. > For my application I have to load the font using font file directly. > Whether this feature request is still in implementation stage. > If there is a way to load font directly from font file please let me know
Use FcConfigAppFontAddFile to add your font to the database before using Pango. behdad > ~ Pradeep _______________________________________________ gtk-i18n-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
