Help with enumerating fonts ...

  • Thread starter Thread starter JustMe
  • Start date Start date
J

JustMe

Hello:

I'm 'trying' to create a very simple c++ dll that will enumerate the fonts
on
the device and return these font names in a comma delimited string.

A few weeks ago, Alex Feinman and Paul Tobey gave me some kind words of
wisdom on this.

They suggested that it would involve using the EnumFontFamilies function as
well as a callback function.
But after wasting pretty much a whole day, I'm have no luck getting this to
work.

Can anyone supply me with some sample code in this regard?

Thank you in advance.

--Terry
 
It's in the pocket PC 2003 SDK:
Windows CE Tools\wce420\POCKET PC 2003\Samples\Win32\Showfontinfo"
 
Back
Top