http://www.perlmonks.org?node_id=532181


in reply to Get Windows Installed Fonts

Windows stores the fonts in \windows\fonts, perhaps you could do a list there, and seek out the names?
e.g. arial.ttf and arialbd.ttf are two fonts you could see (arial and arial bold).

Or perhaps Win32::GuiTest::Examples can help you (see eg/fonts.pl).

"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.