You could edit your startup.rtf file (~/Application Support/SuperCollider/startup.rtf) .
Mine looks like this:
// m-audio
Server.default.options.device = "FireWire 410 Multichannel";
// post win font
Document.listener.font_(Font("Andale Mono", 10));
Document.listener.background_(Color.new255(190,190,190));
// use the default font on the help files
Document.initAction_({
|doc|
if(doc.path.notNil,
{if("html".matchRegexp(doc.path),
{},
{doc.font_(Font("Andale Mono", 12))}
)},
{doc.font_(Font("Andale Mono", 12))}
);
});
Stephen
Am 23.06.2008 um 06:44 schrieb Batuhan Bozkurt:
Hi list,
I've done a nabble search but could not find something very similar.
I want to change the default monospace font SC uses on OS X(monaco that is) with something else. What should I do? I want that font to be used when I "Paste without formatting" also. Any suggestions?
BB.
_______________________________________________
sc-users mailing list
sc-users@...archive: http://www.listarc.bham.ac.uk/lists/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/