4 writes to _fontFont
Microsoft.Maui.Graphics.Skia (4)
SkiaCanvasState.cs (4)
43
_fontFont
= prototype.FontFont.CreateCopy();
266
_fontFont
= new SKFont
275
set =>
_fontFont
= value;
475
_fontFont
= fontFont.CreateCopy();
5 references to _fontFont
Microsoft.Maui.Graphics.Skia (5)
SkiaCanvasState.cs (5)
226
if (
_fontFont
!= null)
228
_fontFont
.Typeface = GetSKTypeface();
264
if (
_fontFont
== null)
272
return
_fontFont
;
474
_fontFont
?.Dispose();