Page 1 of 1

Changing the Text Size in RapaGUI

Posted: Sat May 25, 2019 12:54 am
by PEB
Will it be possible in future versions of RapaGUI for the Texteditor and Textview classes to support different point sizes? I realize that this may not be possible on some platforms; but if it could be included for the Android version especially, that would be helpful (since the text can appear really small on a small screen).

Re: Changing the Text Size in RapaGUI

Posted: Sun May 26, 2019 2:18 pm
by airsoftsoftwair
Yes, more control over fonts is definitely planned for future versions of RapaGUI.

Re: Changing the Text Size in RapaGUI

Posted: Sun May 26, 2019 11:19 pm
by PEB
Awesome, thanks!

Re: Changing the Text Size in RapaGUI

Posted: Wed Jul 08, 2020 5:51 pm
by airsoftsoftwair

Code: Select all

- New: Added Area.FontName [ISG], Area.FontSize [ISG], and Area.FontStyle [ISG]; these can be used to set
  the font family, size, and style to be used by a widget; note that although these are area attributes,
  they are not supported by all widgets; it depends on what the native widgets of the platform RapaGUI is
  running on actually support; e.g. on AmigaOS, Area.FontName and Area.FontSize have an applicability of
  just IG, meaning you can't change the font family and font size attributes after creation because MUI
  doesn't support that; also note that font sizes are always in points and not in pixels so that they can
  automatically adapt to higher DPI displays