table of contents
other versions
fcft_size_adjust(3) | fcft | fcft_size_adjust(3) |
NAME¶
fcft_size_adjust - increase or decrease a font's point size
SYNOPSIS¶
#include <fcft/fcft.h>
struct fcft_font *fcft_size_adjust(
const struct fcft_font *font, double
amount);
DESCRIPTION¶
DEPRECATED
fcft_size_adjust() returns a clone of font, with its point size adjusted by amount points. amount can be either positive or negative.
RETURN VALUE¶
On success, fcft_size_adjust() returns a new font object. On error, NULL is returned.
SEE ALSO¶
fcft_from_name(), fcft_clone(), fcft_destroy()
2022-01-03 | 2.5.1 |