/// <summary> /// Applies any available positioning updates to the collection of glyphs. /// </summary> /// <param name="collection">The glyph positioning collection.</param> /// <param name="kerningMode">The kerning mode.</param> internal abstract void UpdatePositions(GlyphPositioningCollection collection, KerningMode kerningMode);
/// <inheritdoc/> internal override void UpdatePositions(GlyphPositioningCollection collection, KerningMode kerningMode) => this.metrics.Value.UpdatePositions(collection, kerningMode);