B4A Question Changing the system font shows Material Icons label with Chinese-like chars - Alessandro71    Sep 20, 2024 icon font changes to a strange font
157145
proof-of-concept project is attached....I need to create a label by code, by cloning an existing label, which uses Material Icons font... Other Change colors and fonts of the B4A and B4J IDE's - HotShoe    Feb 27, 2015   (13 reactions) that item. Click the text button to change the overall font and size. You can click the share button to...I have written a windows 32bit program that reads your b4x.xml files and allows you to change colors and the overall font of the IDE environments. Operation is simple and straight forward, and does... copy the color and font configurations between any of the IDE's via the Copy button. Since... B4A Question Changing font - [B4X] [XUI] AS Settings - wimpie3    Dec 24, 2024 How can I change the fonts indicated in red? The group font ("Advanced Settings" in the screenshot) can be changed but not the rest...
159830... B4i Question HexMenu [SOLVED] - Please help to color text / change font and add images with CSBuilder - Mashiane    Nov 9, 2021
HexMenu1.Update
This is the output, that is not what I need. I have changed the font size also, nothing....Alignment("ALIGN_CENTER").Color(Colors.White).Font(Font.CreateNew(8))
eachD.Append... B4R Tutorial Use and change font in rAdafruitGFX for TFT screen - derez    Nov 9, 2019   (5 reactions) a way to change the font for drawing text.
This is what I got when drawing very large characters... your code :
RunNative("SetFont", Null)
I changed the font to FreeSans18pt7b.h and got a much... B4J Tutorial [ABMaterial] Change font type - Descartex    Mar 11, 2018   (6 reactions)
@font-face {
font-family:"Digital-7";
src:url("../../font/digital-7/Digital-7.ttf... lblClock As ABMLabel
lblClock.
lblClock.Initialize(page,"lblClock","{ST:font-family:Digital-7;}"&"20:00{/ST}",ABM.SIZE_H1,False,"")
The font file was saved... B4J Question [B4J] [CSSUtils] Changing FontSize of a Node... - Magma    Nov 19, 2021 Well i am trying...
to set specific font size to a node - seems that style get the property...=CSSUtils.GetStyleProperty(N,"-fx-font-size")
Log(sstyle)
If... B4A Question B4XPages with changing language and font - Sergey_New    Aug 18, 2025 I need to create an application with the ability to change its languages and font size. I see two options when starting the application: 1. The settings page opens, where you can change both parameters and save them in the settings file. By default, the device language is offered. 2. An msg.box is created with a choice of parameters. Both options have their advantages and disadvantages. In... again in the B4XPage_Appear method. In the second option, you need to select the language and font size... B4A Question Change Font ScrollingLabel - MarcoRome    Mar 15, 2021 Hi All.
i am trying to change the font to the scrollinglabel, but that way it doesn't work
Dim font_utilizzo As Typeface
font_utilizzo = Typeface.LoadFromAssets("name.ttf")
ScrollingLabel1.mBase.Font = xui.CreateFont(font_utilizzo,14)
Any idea ?
Thank you... B4A Question InputListAsync change font size - Mostez    Nov 15, 2020 Is it possible to change the font size of InputListAsync? if yes, how can I do that?... Page: 1   2   3   4   5   6   |