mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-21 22:50:49 +02:00
Documentation fixes
This commit is contained in:
parent
5b13659d72
commit
d027f15075
3 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@
|
|||
*
|
||||
* Note: Win32 GDI fonts do not support color fonts. Use DWrite fonts
|
||||
* if color font support is required.
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue