Click here to Skip to main content
15,885,435 members
Articles / Desktop Programming / WTL

Font Enumerator

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
1 Sep 2009CPOL7 min read 36K   3.1K   26  
A tool that enumerates all fonts installed on Windows, and shows you the preview so as to help you code conveniently.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FontEnumerator", "FontEnumerator\FontEnumerator.vcproj", "{1A263F77-4A79-4349-8F46-CC441BEE8AD3}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1A263F77-4A79-4349-8F46-CC441BEE8AD3}.Debug|Win32.ActiveCfg = Debug|Win32
		{1A263F77-4A79-4349-8F46-CC441BEE8AD3}.Debug|Win32.Build.0 = Debug|Win32
		{1A263F77-4A79-4349-8F46-CC441BEE8AD3}.Release|Win32.ActiveCfg = Release|Win32
		{1A263F77-4A79-4349-8F46-CC441BEE8AD3}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Korea (Republic of) Korea (Republic of)
I like programming.
I am teaching at AUCA (American University of Central Asia) now.

Comments and Discussions