PT
Developer Forums
Register
Login
AppGameKit Classic Chat
->
Virtual Button Text size
<
1
>
U
Unseen Ghost
Joined:
2nd Sep 2002
Location:
Ohio
Posted:
29th Oct 2021 18:07
Hi,
Is there a way to set the virtual button text size? I don't see a command for it. Only way I can get the text to increase in size it to widen the height of the button and I don't need extremely large buttons. It looks stupid that way anyway
P
PartTimeCoder
Joined:
9th Mar 2015
Location:
London UK
Posted:
29th Oct 2021 19:26
I added this to the core as a overload to SetVirtualButtonSize in
this
pull request, if you want to see it added give it a thumb and let TGC know.
U
Unseen Ghost
Joined:
2nd Sep 2002
Location:
Ohio
Posted:
29th Oct 2021 19:33
Thank you I definitely will