Skip to content

Bitty Engine Editor Font Size? #43

Discussion options

You must be logged in to vote

Pass a launch argument -x1, -x2, -x3... to resize the application, which changes the font appearance as well, -x2 is the default value.

Make a "custom.json" or some file with another name under the "themes" directory and paste the following content to the file to use another font:

{
  "fonts": [
    {
      "operation": "set",
      "usage": "generic",
      "path": "../fonts/SourceHanSans.ttf",
      "size": 14,
      "ranges": "default",
      "glyph_offset": [ 0, 0 ]
    }
  ]
}

You'll find more font customization options in customizations.

To get the best result for you, try twist with all these options: -x1, -x2 or something, custom app font and custom code font (monospace is required).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hopelessdecoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants