Documentation fixes

This commit is contained in:
Adrian Johnson 2023-01-15 17:02:30 +10:30
parent 5b13659d72
commit d027f15075
3 changed files with 2 additions and 3 deletions

View file

@ -3200,7 +3200,7 @@ _cairo_render_svg_glyph (const char *svg_document,
* @element: element within svg_document to render (eg "#glyph8"), or NULL to render entire document.
* @debug_level: 0 - quiet, 1 - print errors, 2 - print warnings, 3 - info
* @return TRUE on success, ie no errors, FALSE if error
*/
**/
cairo_bool_t
_cairo_debug_svg_render (cairo_t *cr,
const char *svg_document,

View file

@ -69,7 +69,7 @@
* Creates a new font for the DWrite font backend based on a
* DWrite font face. This font can then be used with
* cairo_set_font_face() or cairo_scaled_font_create().
*
* Here is an example of how this function might be used:
* <informalexample><programlisting><![CDATA[
* #include <cairo-win32.h>

View file

@ -71,7 +71,6 @@
*
* Note: Win32 GDI fonts do not support color fonts. Use DWrite fonts
* if color font support is required.
**/
/**