[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetGlyphIndices

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
Type Name Description
nint hdc
string lpsz
int c
nint pgi
uint fl
Returns
Type Description
uint

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
Type Name Description
nint hdc
string lpsz
int c
ushort[] pgi
uint fl
Returns
Type Description
uint