bbcodeview

  1. Toky Olivier

    Android Question [Solved] Center vertically text in BBCodeView

    I did many attemps to center vertically text in BBCodeView when paragraph height is not larger than the Base height (or the scrollview height) but no success. It's like text in BBLabel which is centered vertically but in a BBCodeView. I picked code from BBLabel (from the Redraw sub) but always...
  2. Sandman

    Wish Add support for kerning in BCTextEngine / BBCodeView

    This is regarding: [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View https://www.b4x.com/android/forum/threads/b4x-bctextengine-bbcodeview-text-engine-bbcode-parser-rich-text-view.106207/ Examples showing bad kerning, taken from that thread: I am very fond of...
  3. William Lancee

    B4J Question [Solved] Printing BBCodeview using jFX8Print, scaling and background color

    I can't get the background to show as white, and after scaling, I can't get the BBCodeview back to original scaling. Any ideas? I should add that my printer is a black and white HP laser printer, so the faint gray background I see on paper could be a faint color. I don't know...
  4. mcqueccu

    Android Question BCTextEngine - how to use default system font and set padding

    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...
Top