mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 10:28:01 +02:00
doc: fix broken link
cairo_win32_scaled_font_create_for_logfontw() does not exist. Probably cairo_win32_font_face_create_for_logfontw() was meant instead. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
ed89a3eeb0
commit
002a3d8b95
1 changed files with 1 additions and 1 deletions
|
|
@ -2291,7 +2291,7 @@ _cairo_scaled_font_is_win32 (cairo_scaled_font_t *scaled_font)
|
|||
/**
|
||||
* cairo_win32_scaled_font_select_font:
|
||||
* @scaled_font: A #cairo_scaled_font_t from the Win32 font backend. Such an
|
||||
* object can be created with cairo_win32_scaled_font_create_for_logfontw().
|
||||
* object can be created with cairo_win32_font_face_create_for_logfontw().
|
||||
* @hdc: a device context
|
||||
*
|
||||
* Selects the font into the given device context and changes the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue