Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- fontEnumerationCallback
- SystemFont enumeration callback procedure.
- userData
- User data.
Enumerates all of the system fonts with EnumerateProc.
The SystemFont parameters must be copied during the enumeration if they are needed beyond the EnumerateProc.
Developers should not assume that the EnumerateProc will get called. If no system fonts are found, EnumerateProc is never called.