6 ^super.newCopyArgs(name, size);
8 setDefault { default = this }
11 // returns an Array of font names.
15 *antiAliasing_ { arg flag = false;
16 _Font_SetAntiAliasing;
19 *smoothing_ { arg flag = false;
23 storeArgs { ^[name,size] }
26 ^if( name.endsWith( "-Bold" ), this, { this.class.new( name ++ "-Bold", size )});
42 ^this.new(this.defaultMonoFace, size)
46 ^this.new(this.defaultSerifFace, size)
50 ^this.new(this.defaultSansFace, size)