Ask a Question related to PERL Modules, Design and Development.
-
Reinhard Pagitsch #1
ANN: Win32-Fonts-Info V0.01
This is the the first release of this module.
An extract of the dos:
NAME
Win32::Fonts::Info - Perl extension for get a list of installed
fontfamilies on a Win32 Computer.
DESCRIPTION
The Module Win32::Fonts::Info uses the GDI API EnumFontFamiliesEx() to
retrive the list of installed Fontfamilies.
There are three types of fonts which can be found on a Windows system:
Raster Fonts, Truetype Fonts and Vector Fonts. All informations about a
font will be saved in two structures: a text metric structure
(physical-font data) and a LOGFONT structure (logical-font data). The
Output of the functions GetFontInfo*() returns a hash reference to a
combination of text metrics and logical font data. Logical font data
are begining with "elf" or "lf" and text metrics are with "tm" or "ntm".
I asume that the user have some knowledge about the Windows GDI API.
for more information please read the module documentation.
regards,
Reinhard
Reinhard Pagitsch Guest
-
Dave Roth's site (Win32::AdminMisc, Win32::ODBC, etc.) not available.
Does anyone know of an alternate method to contact Dave Roth (other then rothd@roth.net )? It appears that his entire domain is unavailable... -
Q: Win32::Process::Info
Hello, Does anyone have experience with this Modul? How can I make it work to get the CPU-Usage in % for a specific process ID? Or is there an... -
Illustrator 10 isn't recognizing fonts that I've dropped in the Fonts folder
I'm confused about why my Illustrator 10 (running on OS 10) is only recognizing a subset of the fonts I have loaded into my Library/Fonts folder. Can... -
Win32::Process::Info and CreationDate
I'm writing a script to check for processes running longer than 5 minutes. When I return the CreationDate I get something like 1075306356. I'm... -
Win32-OLE where's the info?
Guys, There's some cool, but complicated stuff that can be done with Win322::OLE and Excel. Where does one look for syntax on what can be...



Reply With Quote

