Auto Label And Button Text Size Extension
Release date: 2022-12-27T22:30:00Z
Update Date:2023-01-02T21:00:00Z
Current version code : 2
Description
Hello every one. Today I introduce my first public extension. Auto font size for labels. Through this extension, font sizes of your labels automaticly change. so you can make designs without having to guess the lengths of string values from your users.
p.s. It supports buttons as well.
all the blocks
Documentation
Methods
Include a Download link here; can be direct or a link to your website/host
Set Auto Font Size With Configuration
Custom set with granularity
label~ component
minFontSize~ int
maxFontSize~int
autoFontSizeGranularity~int
Set Simple Auto Font Size
Simple setting
label~ component
Set Auto Font Size With Preset
Set auto font size with list
label~ component
list~ YailList
Use -1
to cancel setting or to center your text in layout:
Download V1:
AutoTextSize.aix (797.5 KB)
Download V2 (Size Reduced greatly):
AutoTextSize.aix (49.3 KB)