font

  1. W

    B4J Question [B4J] B4XListTemplate font change not working for its CLV?

    Attached the test project and the screenshot. The code is just this: Dim ListTemplate As B4XListTemplate Dim dlg As B4XDialog dlg.Initialize(MainForm.RootPane) dlg.Title = "Title - this is default font 12" dlg.TitleBarFont = xui.createDefaultFont(12)...
  2. alirezahassan

    B4J Question Change the font from designer

    hi, how to add my font to the designer? here or can i add my font to b4j file location?
  3. M

    iOS Question Custom Fonts Problem

    Hi everyone. I'm trying to use these fonts (attached), i put this in "#Region Project Attributes" #AppFont: futuralt-bold.ttf #AppFont: futuralt-book.ttf #AppFont: futuralt-bookoblique.ttf i put the .ttf in the Special folder, and did like so: lblTitleLastOps.Font =...
  4. MitchBu

    iOS Question Typeface.Default in B4i ?

    I found a thread where Erel says that it is the device default font. BUt, how can I get that device default font ? TIA
  5. MitchBu

    Android Question New fonts in Android

    It appears there are now more than serif, asns serif and monospace in Android. I verified that they are present in my Samsung tablet under Android 8.1 or Huawei phone under Android 9, there are Casual, Dancing Script and Carrots Gothic SC. Respectively, handwriting, formal lettering, and small...
  6. Mrphone

    Android Question Change font Tabhost

    Hi everyone :) I use DSTabLayout in the DesignSupport Library How can I change the tab font ??!
  7. D

    Android Question Reading in Font File

    I have the following code to set the button font for a B4xDialog dialog.ButtonsFont = XUI.CreateFont(File.OpenInput(File.DirAssets,"myfont.ttf"),16) When I execute this code I get the following error: Access to the path 'C:\B4x Projects\My Android...
  8. behnam_tr

    B4J Question how change font in B4XTable

    how can i change header and row fonts in b4xtable and how text -alignment cols ??
  9. E

    iOS Question [Solved] FontAwesome not working as button icons

    (re: related thread: https://www.b4x.com/android/forum/threads/fontawesome-icons-in-buttons.80993/ ) I had an issue where FontAwesome icons that looked great in Designer: were not displaying in the actual program: and what I eventually tracked it down to was a programming...
  10. LucaMs

    "Wish" - monospaced font

  11. Dave O

    Android Code Snippet adding Material icons to text

    The MaterialIcons font is handy for creating icon-only buttons. You can do this right in the Designer. If, however, you want to add an icon to some existing button text (say, a "Save" button with a checkmark before the "Save" text), you can't do this directly in the Designer because the...
  12. Dave O

    Wish update for latest Material and FA icons?

    I'm working through my apps, replacing icon bitmaps with icon fonts wherever I can (an easy way to support various sizes of icons). In B4A 8.50, I just noticed that some Material icons are missing - that is, they are available on material.io but not in the font packaged with B4A. I know that...
  13. Marcus Araujo

    Android Example Solving "Font asset not found" from library

    I developed a class (compiled in library) that makes use of Typeface.MATERIALICONS, but when I tried using it there was this error: java.lang.RuntimeException: Font asset not found b4x_materialicons.ttf I could not find a thread summarizing this problem in this forum for a workout, but the...
  14. MarkusR

    Wish IDE Font Style selection?

    Hello, i found a nice font but can not select a style from it in the ide. it have SourceCodePro-Black SourceCodePro-Bold SourceCodePro-ExtraLight SourceCodePro-Light SourceCodePro-Medium <- SourceCodePro-Regular SourceCodePro-Semibold <- https://blog.typekit.com/2012/09/24/source-code-pro/...
  15. F

    Android Question Text to GCode CNC Machine

    Hi, I need to create an app that transforms texts into GCodes. Example: Can someone help me? Thank you
  16. MarkusR

    Android Question [solved] different font width at different devices^^

    i have a sub that make a texture but the text width looks different if me compare a tablet with a phone. why? my goal is to have the same texture at all devices. currently one device looks good and at the other the text is cut. is there a way to use a static font in asset folder or something...
Top