What is actual B4XPage solution to make labels with icons ?
I have found that Windows7 versions support unicode symbols differently - some Win7 shows FONTAWESOME symbols, but some - not (in the same my app).
Sure, Win8+ has no this problem, but ... any universal solution ?
I have no issue displaying Chinese character in my B4J desktop app but I never tested it on older version of Windows.
Can your upload a sample project?
Edit: This sub is included in XUI Views library: XUIViewsUtils.SetTextOrCSBuilderToLabel This sub accepts a string or CSBuilder and sets it as the Label's text. It is useful for cross platform solutions. Note that the Text parameter type is Object. Public Sub SetTextOrCSBuilderToLabel(xlbl As...
Be open minded. This is a cross platform library with several features: - Text drawing engine. - Text layout engine. - BBCode parser. - Two custom views that connect everything: BBCodeView - multiline, scrollable with support for embedded views. BBLabel - lightweight label. - NEW...
[B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View
Be open minded. This is a cross platform library with several features: - Text drawing engine. - Text layout engine. - BBCode parser. - Two custom views that connect everything: BBCodeView - multiline, scrollable with support for embedded views. BBLabel - lightweight label. - NEW...
OK, thanks, SOLVED: we have to be really open minded, as Erel told: i have prepared BBLabelPro (that is with possibility to set RichStrings and icons), with Click and LongClick events, Enabled, Color property
It can be included into BCTextEngine.b4xlib.
This is an icon chooser tool for the MaterialIcons Web font: https://github.com/Templarian/MaterialDesign-Webfont This font includes 3595 icons. The built-in material icons font includes about 800 icons. Click on an icon to copy it to the clipboard. There are two options: 1. Copy with Chr() -...
This is an icon chooser tool for the MaterialIcons Web font: https://github.com/Templarian/MaterialDesign-Webfont This font includes 3595 icons. The built-in material icons font includes about 800 icons. Click on an icon to copy it to the clipboard. There are two options: 1. Copy with Chr() -...
It looks like really simplest and universal solution (with fixed icons set), thanks for idea, Aeric !
But if we need 2 fonts of different sizes.... is font file ... twice loaded fully into RAM ?!