The method retrieves a Loca, which holds the curves of a character in the fontstyle, given by the parameter 'Font'. CellIncx gets the distance to a following next character.
... double CellIncX; Font F = new Font(FontName, 30); // set attributes Font.Style = System.Drawing.FontStyle.Bold; // for example Loca L = GetOutLine( F , '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