Removed per-textblock font mapper (for now)

This commit is contained in:
Brad Robinson 2019-08-10 12:00:36 +10:00
Родитель 5a49b05382
Коммит 17a50e9b34
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -886,14 +886,9 @@ namespace Topten.RichTextKit
/// <returns>The Skia typeface</returns>
SKTypeface TypefaceFromStyle(IStyle style, bool ignoreFontVariants = false)
{
return FontMapper.TypefaceFromStyle(style, ignoreFontVariants);
return FontMapper.Default.TypefaceFromStyle(style, ignoreFontVariants);
}
/// <summary>
/// A font mapper instance responsible for mapping typeface names to typeface instances
/// </summary>
public FontMapper FontMapper = FontMapper.Default;
/// <summary>
/// Adds a run of directional text
/// </summary>