The method retrieves a Loca, which holds the curves of a character in the font, given by 'Fontname'. CellIncx gets the distance to a following next character.
... double CellIncX; Loca L = GetOutLine("Arial", 'S', out CellIncX); device.DrawPolyPolyCurve(L); // draws the character to the device
A loca, which holds the curves of a character
MNDevice Class | Minais.Drawing3d Namespace | MNDevice.GetOutLine Overload List