I need assistance in accessing a GDI method that seems to be missing in GDI+ within my .NET application.
Specifically, I am looking for information on this particular method which retrieves kerning pairs for a specified font. My goal is to incorporate kerning (letter-spacing) into HTML5 canvas, even though it is not currently supported. I believe extracting kerning pairs on my server and providing a kerning table to the client would be the best approach.
Could someone guide me on how to utilize Windows library functions like this from within .NET?