B4A Library RichString library. - agraham    Jan 05, 2017   (9 reactions) This library contains RichString and RichStringBuilder objects. These objects are analogous to the normal String and StringBuilder. However RichStrings can contain formatting information that controls how they are drawn when used as the text in a View.
This library also contains a RichStringFormatt B4A Library SmartString(Auto adjusting text size) - ArminKH    Aug 02, 2015   (24 reactions) NOTE:This sub don’t preserve your aspect ratio and not depended on available spaces in width or height in other word you are free to do what do you want
6.SetSameStyle
With this sub You can Set any changes on a view and apply that textsize and font to same viewes with same height and width
This o B4A Library Material Dialogs - Make your dialogs nice - DonManfred (first post)    Mar 17, 2017   (2 reactions) AFAIK you also can use the RichString-Library. It creates CharSequences too.... B4A Question RSPopupMenu & IconPicker? - Erel (first post)    Jan 05, 2017   (3 reactions) Step 1: Use RichString v1.5 https://www.b4x.-library.10680/#post-59476 Step 2: Add a Label named lblFontAwesome with the designer and set its Typeface to FontAwesome (you can make it invisible). Step 3: Use this code to add items: AddMenuItem(PopupMenu, 0, 0, Chr(0xF271) & " משמרת חדשה") Priva B4A Question Resize label with contained text - Erel (first post)    Dec 15, 2016   (1 reaction) Another option: Dim rs As RichString rs.Initialize("this is the text") rs.Underscore(0, rs.Length) Label1.Text = rs https://www.b4x.com/basic4android/images/SS-2016-12-15_08.13.07.png B4A Tutorial CharSequence / CSBuilder Tutorial - Erel (first post)    Feb 22, 2017   (1 reaction) You can still use RichString library. B4A Question White text with Yellow underline possible? - mangojack (first post)    Jul 13, 2019   (2 reactions) The RichString class uses NativeObject to create attributed strings. Similar to B4A RichString library.
https://www.b4x.-library.10680/#content B4A Code Snippet Combining a Fontawesome Icon And Text on a View Using Richstring - Mahares    Feb 10, 2017   (2 reactions) Label1.text = ("0xF0B2", "B4A Takes You Anywhere!", 2.75)
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
If UserClosed Then Activity.Finish
End Sub
Sub (HexCode As String, Text As String, IconRelativeSize As Float) As RichString
Dim rs As RichString
Hex B4A Question RichStringBuilder multiline text width - musaso (first post)    Mar 26, 2020 adjust label width to RichString formatted text Bug? [Lib RichString] - McAfee Security. - Erel (first post)    Apr 23, 2018 This is not a bug. There is no virus in RichString library. The source code is available in the forum. Page: 1   2   3   4   5   6   7   Powered by ColBERT |