FontEmbeddingManager.RecordUsage(GlyphRun) Method

Definition

Initiates the collection of usage information about the glyph typeface and indices used by a specified GlyphRun.

public:
 void RecordUsage(System::Windows::Media::GlyphRun ^ glyphRun);
public void RecordUsage (System.Windows.Media.GlyphRun glyphRun);
member this.RecordUsage : System.Windows.Media.GlyphRun -> unit
Public Sub RecordUsage (glyphRun As GlyphRun)

Parameters

glyphRun
GlyphRun

The GlyphRun whose usage information is collected.

Remarks

Use the GlyphTypefaceUris property to return the collection of glyph typefaces used by glyphRun.

Applies to