dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
759 stars 299 forks source link

Adds a dll import to Win32.cs for the GetCharABCWidthsFloat function from Gdi32 #216

Closed ftlPhysicsGuy closed 1 year ago

ftlPhysicsGuy commented 1 year ago

I have found GetCharABCWidthsFloat useful in functions for finding the display width of a given string. It seems reasonable to add it to Win32.cs

ftlPhysicsGuy commented 1 year ago

This request is superseded by a later request that adds the GetCharABCWidthsFloat import while also using its functionality in FontOutlines.cs