Example #1
0
 /// <summary>
 /// Applies any available substitutions to the collection of glyphs.
 /// </summary>
 /// <param name="collection">The glyph substitution collection.</param>
 /// <param name="kerningMode">The kerning mode.</param>
 internal abstract void ApplySubstitution(GlyphSubstitutionCollection collection, KerningMode kerningMode);
Example #2
0
 /// <inheritdoc/>
 internal override void ApplySubstitution(GlyphSubstitutionCollection collection, KerningMode kerningMode)
 => this.metrics.Value.ApplySubstitution(collection, kerningMode);