Hi, I'm trying to use '-font-face <name>' to load a different font for Pd and it doesn't seem to work. It seems also I can't put font names with spaces, like "DejaVu Sans Mono", I thought this was a bug that got fixed but couldn't test it.
cheers
On 10/06/2020 01:38, Alexandre Torres Porres wrote:
Hi, I'm trying to use '-font-face <name>' to load a different font for Pd and it doesn't seem to work. It seems also I can't put font names with spaces, like "DejaVu Sans Mono", I thought this was a bug that got fixed but couldn't test it.
Dear Alex
I started pd with:
pd -font-face "IBM Plex Mono"
That seemed to work. See screenshot attached showing a comment in a pd window and an example of the font (in a font manager). Defaults to bold, but that is expected, right?
Is that what is not working for you?
I am on Ubuntu 20.04 and using pd 0.50.2 (built from source).
Best
m
Also works here on Windows:
pd -font-face "Courier New"
Don't forget the quotation marks.
Christof
On 10.06.2020 13:23, matthew brandi wrote:
On 10/06/2020 01:38, Alexandre Torres Porres wrote:
Hi, I'm trying to use '-font-face <name>' to load a different font for Pd and it doesn't seem to work. It seems also I can't put font names with spaces, like "DejaVu Sans Mono", I thought this was a bug that got fixed but couldn't test it.
Dear Alex
I started pd with:
pd -font-face "IBM Plex Mono"
That seemed to work. See screenshot attached showing a comment in a pd window and an example of the font (in a font manager). Defaults to bold, but that is expected, right?
Is that what is not working for you?
I am on Ubuntu 20.04 and using pd 0.50.2 (built from source).
Best
m
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 2020-06-10 13:41, Christof Ressi wrote:
Also works here on Windows:
pd -font-face "Courier New"
Don't forget the quotation marks.
This method will work only when PD is started from the command line or from a script.
It's still not working when a font-face with spaces is defined in the File/Preferences/Startup Section of PD
Best
Oliver
You're right. The problem is that "sys_doflags" doesn't respect quotation marks. I just opened an issue: https://github.com/pure-data/pure-data/issues/1065
On 2020-06-10 13:41, Christof Ressi wrote:
Also works here on Windows:
pd -font-face "Courier New"
Don't forget the quotation marks.
This method will work only when PD is started from the command line or from a script.
It's still not working when a font-face with spaces is defined in the File/Preferences/Startup Section of PD
Best
Oliver
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Just a heads up, here's a PR: https://github.com/pure-data/pure-data/pull/1066
On 10.06.2020 14:08, Christof Ressi wrote:
You're right. The problem is that "sys_doflags" doesn't respect quotation marks. I just opened an issue: https://github.com/pure-data/pure-data/issues/1065
On 2020-06-10 13:41, Christof Ressi wrote:
Also works here on Windows:
pd -font-face "Courier New"
Don't forget the quotation marks.
This method will work only when PD is started from the command line or from a script.
It's still not working when a font-face with spaces is defined in the File/Preferences/Startup Section of PD
Best
Oliver
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list