mcqueccu Well-Known Member Licensed User Longtime User Jun 3, 2019 #1 1. The BBCodeview seems to be using lighter font than the system font when i run the example, and also used in my application. How do i set a custom font or stick to default system font? 2. Bug in padding - When i set padding left and right to the BBCodeView in designer, it crops off parts of the text
1. The BBCodeview seems to be using lighter font than the system font when i run the example, and also used in my application. How do i set a custom font or stick to default system font? 2. Bug in padding - When i set padding left and right to the BBCodeView in designer, it crops off parts of the text
Erel B4X founder Staff member Licensed User Longtime User Jun 4, 2019 #2 1. The default font is the font set in the designer under Text properties. You can also change it by setting BBCodeView.DefaultFont. 2. Update to v1.02: https://www.b4x.com/android/forum/t...t-engine-bbcode-parser-rich-text-view.106207/ Set it in your code: B4X: BBCodeView1.Padding.Initialize(10dip, 4%y, 50%x, 0) 'left, top, right, bottom Upvote 0
1. The default font is the font set in the designer under Text properties. You can also change it by setting BBCodeView.DefaultFont. 2. Update to v1.02: https://www.b4x.com/android/forum/t...t-engine-bbcode-parser-rich-text-view.106207/ Set it in your code: B4X: BBCodeView1.Padding.Initialize(10dip, 4%y, 50%x, 0) 'left, top, right, bottom