Split solidFonts into multiple lines as well

This commit is contained in:
white-axe 2023-11-02 00:06:52 -04:00
parent 26fa3f2ed7
commit cbbf75e9b9
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -150,7 +150,10 @@
// A list of fonts to render without alpha blending.
// (default: none)
//
// "solidFonts": ["Arial", "Times New Roman"],
// "solidFonts": [
// "Arial",
// "Times New Roman"
// ],
// Prefer the use of Metal over OpenGL on macOS.