Need C3 interface font settings

0 favourites
  • 3 posts
From the Asset Store
Horror Halloween Pixel Art Sprite Font Space Data included
  • Hi Ashley

    I have been working with c2 for a long time, then switched to c3. when switching from Windows 7,8 to 10 or 11, there is a problem, that is, one feature that causes unbearable inconvenience in work. as you already think you know, in the new Windows 10+, the algorithm for processing system fonts has been changed - now you cannot set a specific size for them - only the scale - which directly affects the convenience of working in the browser in c3. now it is impossible to choose the desired font and its scale without binding to the operating system, which prevents setting up an adequate display of the c3 interface and does not allow for comfortable development. I want to ask you very much to add the possibility in c3 set in settings:

    1) the ability to select the font size in % (exempler 12.57%) in the settings. it would be great if it was a zoom slider

    2) the ability to select/change the font family of the interface

    I will be very happy and grateful to you if you can implement such a simple modification of the c3 interface for us.

    I look forward to hearing about this. thank you;)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Font size

    You can do this in your browser by pressing Ctrl + +/-, and Press Ctrl+0 to restore the default scale.

    tips: If you click on the Properties bar and pressing Ctrl + +/-, it will scale the entire editor.If you click on EventSheet, the scaling will only apply to the font of the EventSheet.

    Font family

    you can use browser extensions to do what you want:

    Stylus

    chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne

    This is a simple stylesheet example:

    body,button,html,input,select,select option {
     font-family:"Californian FB";
     font-size:84.57%;
    }
    
  • The browser zoom controls let you control the text size, and the font is set to match the system (using CSS system-ui), so if you change the system font Construct should match that too.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)