.\" Generated by scdoc 1.11.2 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "fcft_size_adjust" "3" "2022-01-03" "2.5.1" "fcft" .P .SH NAME .P fcft_size_adjust - increase or decrease a font'\&s point size .P .SH SYNOPSIS .P \fB#include \fR .P \fBstruct fcft_font *fcft_size_adjust( .RS 4 const struct fcft_font *\fR\fIfont\fR\fB, double \fR\fIamount\fR\fB);\fR .P .RE .SH DESCRIPTION .P \fBDEPRECATED\fR .P \fBfcft_size_adjust\fR() returns a clone of \fIfont\fR, with its point size adjusted by \fIamount\fR points.\& \fIamount\fR can be either positive or negative.\& .P .SH RETURN VALUE .P On success, \fBfcft_size_adjust\fR() returns a new font object.\& On error, NULL is returned.\& .P .SH SEE ALSO .P \fBfcft_from_name\fR(), \fBfcft_clone\fR(), \fBfcft_destroy\fR()