B4J Tutorial B4J Change Log (version history) - Erel Mar 17, 2025 (10 reactions) Integration of FontAwesome and Material Icons fonts: https://www.b4x.-material-icons-fonts.72908 https://www.b4x.com/basic4android/images/SS-2016-11-09_14.33.14.png IDE improvements as in the latest versions of B4A and B4i: https://www.b4x.com/android/forum/threads/b4i-v3-00-has-been-released.7231 B4A Question Changing font - [B4X] [XUI] AS Settings - Alexander Stolte (first post) Dec 24, 2024 The font of the DescriptionItem you can change this way:
Dim DescriptionItem As AS_Settings_DescriptionItem = AS_Settings1.MainPage.AddDescriptionItem("","Show sync help: when enabled, you'll see an explanation alert every time you tap 'Sync' on the Today tab.")
DescriptionItem.xFont = xui.C B4i Question Change Font - Pendrush (first post) Apr 06, 2015 (1 reaction) Label1.Font = Font.CreateNew2("TrebuchetMS", 15) Share My Creation Portable Warehouse : Source For Sale - sfsameer (first post) Jul 13, 2021 Hello,
You can change the font of a label/EditText by deleting the following from the source code :
Typeface.LoadFromAssets("arfont.otf")
Thank you,
Saif B4A Question Change Font and Text Size of B4XListTemplate Items - KZero (first post) Mar 24, 2020 (3 reactions) i don't think clv support changing font for text items but you can use csBuilder to change the font
Dim cs As CSBuilder
options.Options = Array(cs.Initialize.Color(Colors.Red).Typeface(Typeface.MONOSPACE).Append("cat").PopAll, "Dog", "Fish", "Crocodile") B4A Library [B4A] [XUI] BMPopUp v1.2 - Brian Michael (first post) Jan 31, 2023 Let's say you want to change the font size of the title and change the font of the font. Following the example is as simple as saying: Dim TF As Typeface = Typeface.LoadFromAssets("courier-new.ttf") Dim BF As B4XFont = xui.CreateFont(TF, 13) PopUp.lblTitle.Font = BF PopUp.lblTitle.Size = 10 B4J Tutorial [ABMaterial] Change font type - Descartex Mar 11, 2018 (6 reactions) This post is the answer @alwaysbusy gave me to my question about how to implement a label to look like a clock:
Make a new css file and put it in /css/custom) In my case, 'Digital-7.css'
@font-face {
font-family:"Digital-7";
src:url("../../font/digital-7/Digital-7.ttf") format("truetype");
} B4R Tutorial Use and change font in rAdafruitGFX for TFT screen - derez (first post) Nov 08, 2019 (3 reactions) Sometimes the existing fonts are not what you need, for example - I wanted to show the names of the days in Hebrew on a screen doing clock.
I have found this utility to create your own font: https://bitbucket.org/castortiu/arduino-font-creator/downloads/
85358
Either open one of the files in the app Bug? Change Font in IDE - Bill Kantz Feb 24, 2015 (1 reaction) I love that I can use a larger font in the IDE But the bug is it also changes the font in the dialog boxes and debug screens and the formatting gets messed up and you can't read them. B4A Question Changing font dynamically - mangojack (first post) May 09, 2019 (2 reactions) Slightly confused .. looking at your question here that went unreplied, it would appear you wish to use Roboto-Thin ttf.
https://www.b4x.com/android/forum/threads/how-to-access-styles-for-the-standard-font.72699/#post-462415
Yet in another thread you received an answer how to achieve this (albeit a Page: 1 2 3 4 5 6 7 Powered by ColBERT |