Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void GetCharWidthFloat(
	int iFirstChar,
	int iLastChar,
	ref float[] pxBuffer
)
Visual Basic
Public Sub GetCharWidthFloat ( _
	iFirstChar As Integer, _
	iLastChar As Integer, _
	ByRef pxBuffer As Single() _
)
Visual C++
public:
void GetCharWidthFloat(
	int iFirstChar, 
	int iLastChar, 
	array<float>^% pxBuffer
)

Parameters

iFirstChar
Type: System..::..Int32
iLastChar
Type: System..::..Int32
pxBuffer
Type: array<System..::..Single>[]()[][]%

See Also