GetGlyphIndices Method
GetGlyphIndices(IntPtr, string, int, IntPtr, uint)
Declaration
public static extern uint GetGlyphIndices(IntPtr hdc, string lpsz, int c, IntPtr 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(IntPtr, string, int, ushort[], uint)
Declaration
public static extern uint GetGlyphIndices(IntPtr 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