[19:22] I have a pango development question. Is it possible to get pango_ft2_render_layout to render to a FT_Bitmap with the FT_PIXEL_MODE_BGRA? [19:22] It seems to just assume that everything is greyscale. [19:23] I want subpixel font rendering (not just greyscale) [20:01] actually, looks like it's not possible to do this at all without using cairo? [20:01] I guess I will just look at using cairo.