mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-08 20:00:30 +01:00
[scaled-font] Fix up syntax in doc comments
The old NULL vs %NULL conflict.
This commit is contained in:
parent
aaec63d483
commit
01d20b79da
1 changed files with 5 additions and 4 deletions
|
|
@ -640,8 +640,9 @@ _cairo_truetype_index_to_ucs4 (cairo_scaled_font_t *scaled_font,
|
|||
/**
|
||||
* _cairo_truetype_read_font_name:
|
||||
* @scaled_font: the #cairo_scaled_font_t
|
||||
* @ps_name: returns the PostScript name of the font or NULL if the name could not be found.
|
||||
* @font_name: returns the font name or NULL if the name could not be found.
|
||||
* @ps_name: returns the PostScript name of the font
|
||||
* or %NULL if the name could not be found.
|
||||
* @font_name: returns the font name or %NULL if the name could not be found.
|
||||
*
|
||||
* If possible (depending on the format of the underlying
|
||||
* #cairo_scaled_font_t and the font backend in use) read the
|
||||
|
|
@ -659,8 +660,8 @@ _cairo_truetype_index_to_ucs4 (cairo_scaled_font_t *scaled_font,
|
|||
**/
|
||||
cairo_private cairo_int_status_t
|
||||
_cairo_truetype_read_font_name (cairo_scaled_font_t *scaled_font,
|
||||
char **ps_name,
|
||||
char **font_name);
|
||||
char **ps_name,
|
||||
char **font_name);
|
||||
|
||||
#endif /* CAIRO_HAS_FONT_SUBSET */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue