[python-win32] Bundling font with application?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue May 17 14:36:30 CEST 2011


En Tue, 17 May 2011 02:58:07 -0300, Greg Ewing  
<greg.ewing at canterbury.ac.nz> escribió:

> Is there a way to tell an ordinary Windows application to
> look for fonts in a specific directory, or load a font from
> a specific file? The only things I've been able to find about
> this using Google all relate to .NET.

I think AddFontResourceEx is what you are looking for.
http://msdn.microsoft.com/en-us/library/dd183327(v=VS.85).aspx

-- 
Gabriel Genellina



More information about the python-win32 mailing list