extract_paths_from_letter: Extract list of polygons from a letter

Description Usage Arguments Details Value See Also

Description

This function takes a letter as argument, and returns a list of matrices, each representing a polygon. The list of matrices represent the geometry of the letter.

Usage

1

Arguments

letter

a character that should belong to letters or LETTERS.

Details

This function first reads a SVG file corresponding to the letter given as argument (those SVG files were created beforehand using create_svg_letter). Then it processes it, e.g. to remove the Beziers curve handles and stick with segments only.

Value

A list of matrices, each representing a polygon.

See Also

extract_paths_from_word


pierrejacob/RShapeTarget documentation built on May 25, 2019, 6:07 a.m.