[cairo-bugs] [Bug 5496] Add getters for cairo_scaled_font_t
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 9 12:27:02 PST 2006
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=5496
------- Additional Comments From cworth at cworth.org 2006-01-10 07:22 -------
The _get_ functions in cairo are non-referencing by convention.
If you want a referencing version it is simple enough to get it with:
font_face = cairo_font_face_reference (cairo_scaled_font_get_font_face
(scaled_font));
-Carl
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list