Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddStringI Function

Adds a string to the path

Syntax
Public Function AddStringI (ByVal str As Long, _
ByVal Length As Long, _
ByVal family As Long, _
ByVal Style As Long, _
ByVal emSize As Single, _
ByRef layoutRect As RECT, _
ByVal StringFormat As Long) As GpStatus
Parameters
Parameter Description
ByVal str As Long The string
ByVal Length As Long The string length
ByVal family As Long The font face
ByVal Style As Long The font style
ByVal emSize As Single The font size
ByRef layoutRect As RECT The layout rectangle
ByVal StringFormat As Long The string format
Remarks