interop for GetTextMetrics

  • Thread starter Thread starter L
  • Start date Start date
L

L

Hi,

As C# doesn't support Adobe fonts, I am writing interop to provide
support for AdobeFonts in my application. I have copied interop code
for TextOut, SelectObject, DeleteObject from the internet. How does
anybody know the syntax to convert?
Ex : We use IntPtr for HDC, Uint for DWORD, etc...

Are there any links which could give me information on this stuff?

Also I need interop code for GetTextMetrics(). Can somebody help me
with this?

Thanks,
Lalasa.
 
Back
Top