font size
Posted: 07 January 2006, 6:27 AM
Is there a way to change the font size in the IDE?
A place to discuss ZBasic and ZX series microcontrollers.
https://forum.zbasic.net/
Code: Select all
if USE_ZBASIC_SETTINGS
# font.monospace=font:Courier New,size:12
# font.base=$(font.monospace)
# font.small=$(font.monospace)
# font.comment=font:Courier New,size:12,italics
# font.code.comment.box=$(font.comment)
# font.code.comment.line=$(font.comment)
# font.code.comment.doc=$(font.comment)
# font.text=font:Lucida Sans Unicode,size:10
# font.text.comment=font:Lucida Sans Unicode,size:10
# font.embedded.base=font:Lucida Sans Unicode,size:10
# font.embedded.comment=font:Comic Sans MS,size:8,italics
# font.vbs=font:Lucida Sans Unicode,size:9
# font.js=font:Courier New,size:12
font.monospace=font:Courier New,size:10
font.base=$(font.monospace)
font.small=$(font.monospace)
font.comment=font:Courier New,size:10,italics
font.code.comment.box=$(font.comment)
font.code.comment.line=$(font.comment)
font.code.comment.doc=$(font.comment)
font.text=font:Lucida Sans Unicode,size:9
font.text.comment=font:Lucida Sans Unicode,size:9
font.embedded.base=font:Lucida Sans Unicode,size:9
font.embedded.comment=font:Comic Sans MS,size:7,italics
font.vbs=font:Lucida Sans Unicode,size:8
font.js=font:Courier New,size:10
font.bas=$(font.monospace)
start.in.monospaced.mode=1
As far as I can tell there isn't a way to compress the vertical spacing of the lines.liam.zbasic wrote:Is it possible to reduce the line spacing from 1.0 to 0.8 as in MS Word?
I found a workaround that may help. There are several factors that control the line spacing, one of which is the font selected for the line number column even when the line numbers are not visible. Consequently, specifying a smaller font for the line numbers may reduce overall line spacing.liam.zbasic wrote:Is it possible to reduce the line spacing from 1.0 to 0.8 as in MS Word?
Code: Select all
style.*.33=back:#C0C0C0,font:Courier New,size:10