On Dec 14, 2017, at 12:01 AM, pd-list-request@lists.iem.at wrote:
From: IOhannes m zmoelnig <zmoelnig@iem.at mailto:zmoelnig@iem.at>
what are the alternatives? (something that comes to my mind immediately, is using the installer to install the font system-wide and have Pd rely on that).
Nutshell: Create a (tiny) custom TCL extension which makes the system calls to load a font into the PrivateFont collection http://code.activestate.com/lists/tcl-core/8159/ when the GUI is loaded.
I've had this approach listed in the original DejaVuSans mono PR for Windows since the beginning of the year: https://github.com/pure-data/pure-data/pull/42 https://github.com/pure-data/pure-data/pull/42
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
Doesn't this changed the dependency from TWAPI to CRITCL?
--
Mensaje telepatico asistido por maquinas.
On 12/14/2017 12:49 PM, Dan Wilcox wrote: what are the alternatives? (something that comes to my mind immediately, is using the installer to install the font system-wide and have Pd rely on that).
Nutshell: Create a (tiny) custom TCL extension which makes the system calls to load a font into the PrivateFont collectionhttp://code.activestate.com/lists/tcl-core/8159/ when the GUI is loaded.
On 2017-12-14 18:01, Lucas Cordiviola wrote:
Doesn't this changed the dependency from TWAPI to CRITCL?
i guess it should be possible to use a VBA script for that (just like deken unzips archives on w32) - without any extra dependency!
fgamsdr IOhannes
On 12/14/2017 2:12 PM, IOhannes m zmoelnig wrote:
i guess it should be possible to use a VBA script for that (just like deken unzips archives on w32) - without any extra dependency!
Do you think you can connect this: https://msdn.microsoft.com/en-us/library/windows/desktop/dd183327(v=vs.85).a... https://msdn.microsoft.com/en-us/library/windows/desktop/dd183327%28v=vs.85%29.aspx
to a VBA?
You are the only one I know who makes 'hyper-rock' with VBA on tcl.
: )
Mensaje telepatico asistido por maquinas.