Bitty Engine Editor Font Size? #43
-
My eyes might not be old but I don't like squinting. Is there a font setting anywhere? I cannot find it... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Pass a launch argument 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: |
Beta Was this translation helpful? Give feedback.
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:
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).