[cairo] Mention variations in the docs

This commit is contained in:
Matthias Clasen 2022-12-25 22:04:22 -05:00 committed by Behdad Esfahbod
parent c4f7563f81
commit 30605e09b9
1 changed files with 2 additions and 1 deletions

View File

@ -535,7 +535,8 @@ hb_cairo_font_face_get_face (cairo_font_face_t *font_face)
* Creates a `cairo_font_face_t` for rendering text according * Creates a `cairo_font_face_t` for rendering text according
* to @font. * to @font.
* *
* Note that the scale of @font does not affect the rendering. * Note that the scale of @font does not affect the rendering,
* but the variations that are set on @font do.
* *
* Returns: a newly created `cairo_font_face_t` * Returns: a newly created `cairo_font_face_t`
* *