Freetype + subpixel, how?
Igor Stasenko <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <CAEYrNzA-3CoPsKmJG4h+NePfNg9sfSt1bA7oexO0XyOY0_P=Rg@mail.gmail.com> |
Hi, i setting AA options using cairo_font_options_set_antialias ( options, CAIRO_ANTIALIAS_SUBPIXEL); and then passing options to cairo_scaled_font_create() function. But it looks like those options are either ignored or overridden by global ones, and resulting font rendered using grayscale AA.. Is there example/explanation what is the proper way to enable subpixel AA? Could it be because i using cairo_show_text() function to render text (because the other one is way too complicated to use outside of C world)? -- Best regards, Igor Stasenko. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo