This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Description
GraphicsPath.AddString on the Windows platform produces vector graphic data for text in a given font that may be used to generate special effects, facilitate CAD design or create vector art, e.g. for such programs as Adobe Illustrator or Inkscape. I have created such a Win Forms program that uses GraphicsPath.AddString to extrude and render text in 3D that I would eventually like to make platform-independent with Maui. But I cannot find the equivalent functionality here. Perhaps it exists and I cannot find it? Or perhaps this is a request for a feature that would hold great value for a large range of existing applications like mine!