Bug 5757

Summary: change cairo_font_create to cairo_scaled_font_create in docs
Product: cairo Reporter: Behdad Esfahbod <freedesktop>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: high    
Version: 1.1.1   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.