freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] freetype tutorial & gdk/gtk


From: Michael Pfeiffer
Subject: Re: [Freetype] freetype tutorial & gdk/gtk
Date: Thu, 29 Aug 2002 10:34:54 +0200

>  gdk_draw_gray_image(widget->window,
>    widget->style->black_gc,
>    pen_x, pen_y,
>    32, 32, <--- wrong, size depends on individual glyph:

    slot->bitmap.width, slot->bitmap.rows,

>    GDK_RGB_DITHER_NORMAL,
>    slot->bitmap.buffer,
>    slot->bitmap.pitch);

- Michael





reply via email to

[Prev in Thread] Current Thread [Next in Thread]