Default font styles to use for all languages.

Constructor

@:value({ fontSize : 14, fontFamily : "_typewriter" })new(fontFamily:String = "_typewriter", fontSize:Int = 14)

Creates a new SyntaxFontSettings object.

Variables

fontFamily:String

The default font family.

fontSize:Int

The default font size.

@:value({ var stops:Array<Int> = []; var value = 0; for (i in 0 ... 100) { value += Math.ceil(7.82666015625 * 4); stops.push(value); }; stops; })tabStops:Array<Int> = { var stops:Array<Int> = []; var value = 0; for (i in 0 ... 100) { value += Math.ceil(7.82666015625 * 4); stops.push(value); }; stops; }

The default tab stops.