Get all supported unicode points for a font in .net 2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am wondering if .net2 has a handy function to return supported unicode
ranges for given font file. I knew GetFontUnicodeRanges() API can do that.
But any way to do it directly in managed code?

Thanks,
 
Gary,

Unfortunately, this is not supported in .NET natively. You will have to
make the call through the P/Invoke layer.

Hope this helps.
 

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