custom fonts

  1. M

    iOS Question How to make custom font to bold

    Hi, I use a custom font in my project. Now, how to make this custom font to style bold?
  2. 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 =...
  3. Brandsum

    Android Tutorial Setting custom font for whole application without any library

    Hi everyone, After a week I have finally figured it out how to add a custom font for the whole application without any library or extra code. Here is the solution: Create a folder resource inside your project folder. Create a new folder font inside the resource folder and copy your font...
  4. TnP

    iOS Question TextField passwordmode toggling with Custom Fonts

    Hi All, I have a project with a log-in screen using a TextField for the password entry. I am using a Custom Font on this TextField. I also have a 'show password' Switch to toggle the 'passwordmode' on the TextField by servicing the _ValueChanged event for the Switch. I have found that if I...
Top