public static void MapFont(IEntryHandler handler, IEntry entry) => handler.PlatformView?.UpdateFont(entry, handler.GetRequiredService <IFontManager>());
public static void MapFont(IEntryHandler handler, IEntry entry) { var fontManager = handler.GetRequiredService <IFontManager>(); handler.PlatformView?.UpdateFont(entry, fontManager); }