Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] GTK graphics status

Silenio_Quarti@xxxxxxx writes: 
> There is only one out standing problem. I cannot figure out how to scale
> a GdkBitmap. Can I use the GdkPixBuf scaling API to do this?

Maybe. You would need to convert the bitmap to a pixbuf, scale that,
then draw the result back to a bitmap. I'm not sure bitmap<->pixbuf
conversion does anything quite sane but it may just work the same as
for regular pixmaps... worth a try.

What did you do on Motif?

> Now, I will start working in the Font support and GC related APIs.

I'm curious to know how you guys solve the font issue.

Havoc


Back to the top