Table of Contents

FontCreatedEventArgs.SubstitutedFontName Property

Name of the final font as decided by the operating system. Note that some operating systems might return the same name as the original font even if they used a substitute font under the hood. In those platforms we can't know a font has been substituted.

Syntax

Namespace: FlexCel.Core

public String SubstitutedFontName { get; }

See also