Embedding fonts

  • Thread starter Thread starter Joshua Moore
  • Start date Start date
J

Joshua Moore

Does anyone know how to access fonts that are added as embedded resources in
a c# compact framework app?

Thanks,
Joshua Moore
 
On the desktop you would have used AddFontMeResourceEx. On CE platform I
think your only recourse is to copy the resource data to a file and then
P/Invoke AddFontResource on it (and later - RemoveFontResource)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top