1fcft_size_adjust(3)                  fcft                  fcft_size_adjust(3)
2
3
4

NAME

6       fcft_size_adjust - increase or decrease a font's point size
7

SYNOPSIS

9       #include <fcft/fcft.h>
10
11       struct fcft_font *fcft_size_adjust(
12           const struct fcft_font *font, double amount);
13

DESCRIPTION

15       fcft_size_adjust() returns a clone of font, with its point size
16       adjusted by amount points. amount can be either positive or negative.
17

RETURN VALUE

19       On success, fcft_size_adjust() returns a new font object. On error,
20       NULL is returned.
21

SEE ALSO

23       fcft_from_name(3), fcft_clone(3), fcft_destroy(3)
24
25
26
272.3.2                             2021-03-08               fcft_size_adjust(3)
Impressum