コード例 #1
0
        public static void MapFont(IRadioButtonHandler handler, ITextStyle button)
        {
            var fontManager = handler.GetRequiredService <IFontManager>();

            handler.PlatformView?.UpdateFont(button, fontManager);
        }
コード例 #2
0
        public static void MapFont(IRadioButtonHandler handler, ITextStyle textStyle)
        {
            var fontManager = handler.GetRequiredService <IFontManager>();

            GetPlatformRadioButton(handler)?.UpdateFont(textStyle, fontManager);
        }