1fcft_size_adjust(3) fcft fcft_size_adjust(3)
2
3
4
6 fcft_size_adjust - increase or decrease a font's point size
7
9 #include <fcft/fcft.h>
10
11 struct fcft_font *fcft_size_adjust(
12 const struct fcft_font *font, double amount);
13
15 fcft_size_adjust() returns a clone of font, with its point size ad‐
16 justed by amount points. amount can be either positive or negative.
17
19 On success, fcft_size_adjust() returns a new font object. On error,
20 NULL is returned.
21
23 fcft_from_name(3), fcft_clone(3), fcft_destroy(3)
24
25
26
272.3.3 2021-04-14 fcft_size_adjust(3)