GetGlyphIndices Method
GetGlyphIndices(nint, string, int, nint, uint)
Declaration
public static extern uint GetGlyphIndices(nint hdc, string lpsz, int c, nint pgi, uint fl)
Public Shared Function GetGlyphIndices(hdc As IntPtr, lpsz As String, c As Integer, pgi As IntPtr, fl As UInteger) As UInteger
Parameters
Returns
GetGlyphIndices(nint, string, int, ushort[], uint)
Declaration
public static extern uint GetGlyphIndices(nint hdc, string lpsz, int c, ushort[] pgi, uint fl)
Public Shared Function GetGlyphIndices(hdc As IntPtr, lpsz As String, c As Integer, pgi As UShort(), fl As UInteger) As UInteger
Parameters
Returns