gf with fonds

Hey,

I want to use the gf Lib with a fonds engine. I think the way is to
give the engine a glyph and then to get a image. So I have to use the
gf image library. Is there a example for this?
What is the way to use Free Type, have anybody a example?

Regards Stephan

I’m not sure if the GF lib actually is released. If you got a beta, you got
it from a QNX representative. This is your contact person for any question.
:slight_smile:

“sh263” <stephan.huels@gmx-dot-de.no-spam.invalid> schrieb im Newsbeitrag
news:dsvbkb$bag$1@inn.qnx.com

Hey,

I want to use the gf Lib with a fonds engine. I think the way is to
give the engine a glyph and then to get a image. So I have to use the
gf image library. Is there a example for this?
What is the way to use Free Type, have anybody a example?

Regards Stephan

ok, thanks. After Rendering I get a struct like this from the fonds
engine:
struct FTBitmap
{
int rows; /< numer of rows */
int width; /
< number of pixels in a row /
unsigned char * buffer; /**< array of the pixels (8 bit
resulotion)
/
unsigned char num_grays; /**< number of gray level */
};
I thik the best way ist to draw every pixel with the gf libraray.