Cursor looks weird with font size below 26

● ARCHIVED · READ-ONLY
Started by RPGVeir 1 posts View original ↗
  1. For some reason the cursor position is always off when the font size is below 26. Is there any way to fix this? I made seperate post thinking its Luna Engine issue, but its not...

    Here are screens:

    Font size 26 Font size 24 Font size 22 Font size 28
    upload_2018-9-25_17-23-19.png upload_2018-9-25_17-24-21.png upload_2018-9-25_17-25-10.png upload_2018-9-25_17-25-50.png

    I want it to work properly with font size of 24.

    Im changing game font with this:

    Main
    #==============================================================================
    # ** Main
    #------------------------------------------------------------------------------
    # This processing is executed after module and class definition is finished.
    #==============================================================================
    Font.default_outline = true
    Font.default_name = ["Quattrocento"]
    Font.default_size = 24

    rgss_main { SceneManager.run }