1
nullにすることはできませんだけフォントを設定するiOSのシミュレータバージョン8.1CATextLayerのSetFont XamarinのiOS値は
Font = UIFont.SystemFontOfSize(16);
....
textLayer = new CATextLayer();
textLayer.ForegroundColor = TextColor.CGColor;
textLayer.SetFont(CGFont.CreateWithFontName(Font.FontDescriptor.Family));
上で動作下回る私は、iOSシミュレータバージョン9.2
System.ArgumentNullException: Value cannot be null.
Parameter name: handle
上のコードをこのエラーが発生しました言及をトリガエラー。
textLayer.SetFont(CGFont.CreateWithFontName(Font.FontDescriptor.Family));