[cairo] Adding getters for cairo_scaled_font_t

Mike Emmel mike.emmel at gmail.com
Sat Jan 21 17:33:39 PST 2006


Would it be possible to also add a public fuction to get the cairo
glyphs for a string ?

Mike


On 1/21/06, Carl Worth <cworth at cworth.org> wrote:
> There's a bug out there for adding getters for cairo_scaled_font_t:
>
>         https://bugs.freedesktop.org/show_bug.cgi?id=5496
>
> The new functions to be added are:
>
>         cairo_public cairo_font_face_t *
>         cairo_scaled_font_get_font_face (cairo_scaled_font_t *scaled_font);
>
>         cairo_public void
>         cairo_scaled_font_get_font_matrix (cairo_scaled_font_t *scaled_font,
>                                            cairo_matrix_t       *font_matrix);
>
>         cairo_public void
>         cairo_scaled_font_get_ctm (cairo_scaled_font_t *scaled_font,
>                                    cairo_matrix_t       *ctm);
>
>         cairo_public void
>         cairo_scaled_font_get_font_options (cairo_scaled_font_t          scaled_font,
>                                             cairo_font_options_t        *options);
>
> I don't think there's anything controversial here, but it is new
> public API, so by convention I wanted to run in past the list for
> public review.
>
> I think I'll commit this now, so scream loudly if you see any
> problem. Otherwise this will appear in the next major release of
> cairo.
>
> -Carl
>
>
>
> _______________________________________________
> cairo mailing list
> cairo at cairographics.org
> http://cairographics.org/cgi-bin/mailman/listinfo/cairo
>
>
>


More information about the cairo mailing list