Bug? [B4X][BBCodeview] Line spacing problem related to font size. - William Lancee    Dec 28, 2021 When the textsize is greater then 35, the line spacing is inconsistent
123541
BBCodeView1.Tex... B4i Question Possible to Picker font, color and size ... row height!! - ivanomonti    Nov 24, 2014   (2 reactions) can change color and height of a font picker and obviously height row... B4i Question Font Size not "Sticking" - MrKim    Jul 19, 2020 I have CLV I am using with CLVExpanable. I am loading a layout and then setting the Font Size... and the code completes it reverts to the font size that is set in designer.
HrwqhZ3bIiU... B4i Question Picker Font Size - aaronk    Feb 26, 2019 Hi,
I am adding a picker in my layout.
How do I adjust the font size of the items in the picker ?... B4i Question TextView AttributedText Font Size Problem - Jim McDougal (first post)    Mar 7, 2024 Eureka!... B4i Question Set TextView Font Size With CSBuilder - William Lancee (first post)    Mar 3, 2024 There are csbuilder tutorials for:
Android: https://www.b4x.com/android/forum/threads/charsequence-csbuilder-tutorial.76226/
B4i: https://www.b4x.com/android/forum/threads/csbuilder-attributedstrings-builder.79153/
The .Size(30) tag works in Android. But I don't know about B4i. The above tutorial uses this to change font size.
Font(Font.CreateNew(30))... B4i Question resizeToFit & AdjustFontSizeToFit - sorex    Mar 1, 2016 Hello,
Can anyone give an example on how to use .resizeToFit and/or AdjustFontSizeToFit ?
If I use it or not I'm not seeing much difference and the dot of a letter i is still cut in half.
Or do I need to apply them in a specific order to make it work?
I try this on a code generate label tho.... B4i Question Font Size - ivanomonti    Nov 4, 2014 no size font !!
Dim l,t,w,h As Double
l = 0
t = 0
w = 100%x
h....AdjustFontSizeToFit = True
lb.TextAlignment = lb.ALIGNMENT_CENTER
lb.TextColor = Colors.ARGB(222,222,222,222)
lb.fontSize = ??????
Page1.RootPanel.AddView(lb,l,t,w,h)
... B4i Question Is it possible to get and set TextFields font size ? - MitchBu (first post)    Jan 1, 2021
TextField.Font.Size is read only.
You need to create a new font with either Font.CreateNew(MyTextSize), default font, or Font.CreateNew2(MyFontName, MyTextSize).
Or use the iXUI library and define the TextField as a B4XView and set TextFied.TextSize = MyTextSize
Super. That is what I needed... B4A Library [B4X] [XUI] SD ProductPicker - Star-Dust    Oct 15, 2023   (25 reactions) ) As String Base type must be Object getInfoTopPosition As Float value: 0.00 to 1.00 getBallFontSize As Int getCentralBallDept As Int default = 50dip getInfoFontSize As Int getPickerIndex As Int getSize As Int getTextFontSize As Int getTextTopPosition As Float value: 0.00 to 1.00 Initialize... setBallFontSize (S As Int) As String setCentralBallDept (S As Int) As String setInfoFontSize (S As Int) As String setPickerIndex (T As Int) As String setTextFontSize (S As Int) As String setTextTopPosition... Page: 1   2   3   4   5   6   7   |