About [size=15.008px]Introducing TextEnhancer, the ultimate extension for enhancing text formatting in your App Inventor projects! With TextEnhancer, you can effortlessly add advanced text features to your app, making it more dynamic and engaging for your users. Blocks[size=15.008px]SetTextJustification: [size=15.008px]SetTextScrollable: [size=15.008px]SetMaxLines: [size=15.008px]SetLetterSpacing: [size=15.008px]SetTextShadow: [size=15.008px]SetTextPadding: [size=15.008px]SetTextGravity: [size=15.008px]SetTextStrikethrough: [size=15.008px]SetTextSelectable: [size=15.008px]HighlightText: - Highlight specified text within the label with the given background color. Parameters: text (String) - text to highlight, backgroundColor (String) - color in hexadecimal format.
blocks (19)[size=15.008px]854×214 22.2 KB
[size=15.008px]SetTextTransformation: [size=15.008px]SetTextWrapping: [size=15.008px]SetTextEllipsizing: [size=15.008px]ScaleTextSize: - Scale the text size of the specified label based on the length of the text. Parameters: minTextSize , maxTextSize (float) - minimum and maximum text size in scaled pixels, scaleStep (float) - scaling factor.
blocks (20)[size=15.008px]734×266 23.7 KB
[size=15.008px]SetTextClipping: [size=15.008px]SetTextMasking: - Set text masking on a TextView with dots within the specified range. Parameters: start , end (int) - start and end indices of the range to mask with dots.
[size=15.008px] blocks (27)[size=15.008px]756×214 18 KB
[size=15.008px]SetMarqueeEnabled: [size=15.008px]SetHtmlEnabled: - Enable or disable HTML rendering for the specified label.
![]()
[size=15.008px]
[size=15.008px]https://community.appinventor.mit.edu/t/free-textenhancer-enhance-text-formatting-in-your-app/111213
|