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       DEPRECATED
16
17       fcft_size_adjust() returns a clone of font, with its point size ad‐
18       justed by amount points. amount can be either positive or negative.
19

RETURN VALUE

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

SEE ALSO

25       fcft_from_name(), fcft_clone(), fcft_destroy()
26
27
28
292.5.0                             2021-11-13               fcft_size_adjust(3)
Impressum