get_outline method

get_outline

Returns an outline of glyph in specified location.

Returns

An outline of glyph.

def get_outline(self, char_value, x, y):
    ...
ParameterTypeDescription
char_valuecharCharacter.
xfloatX coordinate of the character location.
yfloatY coordinate of the character location.

See Also