Examples
Basic Examples (1) 
Get a graphics object of the shape of the letter "j":
Scope (2) 
Get a graphics object from a character code:
Get a graphics object for a styled character:
Options (3) 
Get a filled curve instead of a joined curve:
Get the curves themselves instead of the graphics object:
Get the lines and Bézier curves with the end points restored:
Applications (3) 
Display the axes and grid to analyze the shape of a character:
Include a character's shape with other graphics primitives:
Change a character's shape:
Neat Examples (1) 
Extract curve information from a character's shape:
Publisher
Mark Greenberg
Related Links
Version History
-
1.0.1
– 28 February 2025
-
1.0.0
– 28 December 2020
Related Resources
Author Notes
The definition of this function does rely on a largely undocumented side-effect of exporting and then immediately importing a string in "PDF" format. It contains the function GeometricFunctions`DecodeFilledCurve which is also undocumented.