Property Fonts
Fonts
Gets or sets the font engine used for shape content that resolves to glyph outlines
rather than to text — WordArt (v:textpath) is the only such content today.
public FontEngine? Fonts { get; set; }
Property Value
Remarks
Optional, and nothing else in resolution needs it: text measurement belongs to layout, which has its own engine. A caller that leaves this null gets a document whose WordArt shapes draw nothing, and a diagnostic saying so.