[cairo-bugs] [Bug 30200] Cannot set italic slant on mac with quartz font backend

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 16 06:13:21 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=30200

--- Comment #4 from Andrea Canciani <ranma42 at gmail.com> 2010-09-16 06:13:20 PDT ---
(In reply to comment #3)
> Thanks for reply, whether it is possible to check up presence of the necessary
> font somehow?
Cairo does its best to provide a font that looks like the one you asked for,
but will fallback to less and less similar fonts, ending with "Helvetica"
(normal) if it can't find what you were asking for.
If you want to make sure the font will be the one you specified, you should
probably use CGFontCreateWithFontName to create the CGFont and
cairo_quartz_font_face_create_for_cgfont to use it within cairo.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list