From 753d677343cc8b2ee6cc63a7525ef4a9dab4ef06 Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Sat, 20 Nov 2021 20:47:01 +0300 Subject: Expose `FontData::{set,get}_fixed_size` methods --- doc/classes/FontData.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/FontData.xml b/doc/classes/FontData.xml index ccfe861c92..c403d238c5 100644 --- a/doc/classes/FontData.xml +++ b/doc/classes/FontData.xml @@ -93,6 +93,12 @@ Returns font descent (number of pixels below the baseline). + + + + Returns font fixed size. + + @@ -481,6 +487,13 @@ Sets the font descent (number of pixels below the baseline). + + + + + Sets the fixed size for the font. + + -- cgit v1.2.3