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.
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.
ditto cairo_ft_font_face_create_for_face
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.