Bug 5757 - change cairo_font_create to cairo_scaled_font_create in docs
Summary: change cairo_font_create to cairo_scaled_font_create in docs
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.1.1
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 16:24 UTC by Behdad Esfahbod
Modified: 2008-09-29 03:11 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Behdad Esfahbod 2006-01-29 16:24:39 UTC
In a couple places in docs in source files, it talks about cairo_font_create. 
They should be replaced by cairo_scaled_font_create.  Just grep and see.
Comment 1 Behdad Esfahbod 2006-01-29 17:26:48 UTC
Seems like there are more function names in comments that need adjustment. 
cairo_ft_font_lock_face() seems to be one.

For bonus, write a little script that looks up all function names in docs and
match them with the public headers.
Comment 2 Behdad Esfahbod 2006-01-29 17:31:03 UTC
ditto cairo_ft_font_face_create_for_face
Comment 3 Chris Wilson 2008-09-29 03:11:43 UTC
Grepping for the examples given no longer generate any hits. And I trust Behdad will improve 'make check' if he encounters any further examples.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.