HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. font
    Log in to post
    • All categories
    • d.healeyD

      Panel font properties

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests panel font paint routine
      1
      2 Votes
      1 Posts
      253 Views
      No one has replied
    • d.healeyD

      Fonts smaller on Windows

      Watching Ignoring Scheduled Pinned Locked Moved General Questions font size windows
      3
      0 Votes
      3 Posts
      354 Views
      orangeO

      @d-healey Some fonts are multiligual and since they are also including non-Latin char sets they use wider metrics. This may end up with different scaling on the different Operating systems. I see that issue especially on the Devanagari type fonts which means they may need to have larger vertical metrics than ordinary Latin fonts, due to stacking conjuncts and mark positioning. This issue also happens on the different web browsers too.

      aac4c7b8-6f6d-11e6-9e49-a1ce330b39e8.png

      Maybe getting the Latin-only versions of the fonts (if you use only Latin chars in your plugin) could help but I am not sure if it works for every font.

      If it is a Google font, you can get Latin-only versions from the Google Webfont Helper here: https://google-webfonts-helper.herokuapp.com/fonts/poppins?subsets=latin

    • d.healeyD

      Are fonts embedded?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions font compile plugin embed install
      4
      0 Votes
      4 Posts
      485 Views
      gorangroovesG

      @d-healey I had to specify the custom font in each instance of text, as "default" settings would not render any text, even though the default font was set in the script.
      This is a quirk that didn't exist at first, but then got introduced at some point. Not sure if it is still present.

    • d.healeyD

      Look and feel font name and size

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests look and feel laf font
      1
      0 Votes
      1 Posts
      276 Views
      No one has replied
    • M

      Preset browser and whole plug-in font changed to a different language?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting language font preset browser
      4
      0 Votes
      4 Posts
      381 Views
      d.healeyD
      Engine.loadFontAs("{PROJECT_FOLDER}Fonts/Lato-Bold.ttf", "bold"); Engine.loadFontAs("{PROJECT_FOLDER}Fonts/Lato-Regular.ttf", "regular");
    • d.healeyD

      Screwy fonts

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports font interface hise gui
      11
      0 Votes
      11 Posts
      768 Views
      gorangroovesG

      @d-healey Yes, there is a bug with fonts being set to "default" not showing. This is something I reported a little while back. You need to specify the font for each text bit.