ITrFont.GetOutline

ITrFont.GetOutline method

Returns an outline of glyph in specified location.

public GraphicsPath GetOutline(char charValue, float x, float y)
ParameterTypeDescription
charValueCharCharacter.
xSingleX coordinate of the character location.
ySingleY coordinate of the character location.

Return Value

An outline of glyph.

See Also