An NDoc Documented Class Library

MNDevice.GetOutLine Method (String, Char, Double)

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

public static Loca GetOutLine(
   string FontName,
   char c,
   out double CellIncX
);

Parameters

FontName
Name of the specific Font
c
Character for witch the contur will be determed
CellIncX
Increment to the next character

Return Value

A loca, which holds the curves of a character

See Also

MNDevice Class | Minais.Drawing3d Namespace | MNDevice.GetOutLine Overload List