fcft_size_adjust - Man Page
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()
Referenced By
fcft_destroy(3), fcft_from_name(3).
2021-12-08 2.5.1 fcft