[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Porting FT2
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] Porting FT2 |
Date: |
Fri, 13 Nov 2009 14:45:02 +0100 (CET) |
> Also as it said in, "II. Modules list" of CUSTOMIZE, I have commented
> manually every thing except
>
> "FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )"
This doesn't suffice. You need a graphics renderer too, either the
b/w rasterizer or the aliasing one.
> I want one main function, with in that function what are all
> should I call? So I can give my file path name for getting pixel
> data?
There isn't a single function. You have to initialize FreeType, load
a font, select a glyph, and finally finalize FreeType. Please check
the `ftview' demo program, for example.
Werner