8 references to Font
Microsoft.Maui (8)
Primitives\Font.cs (8)
49 return new Font(Family, Size, Slant, Weight, enabled);
55 return new Font(Family, size, Slant, Weight, AutoScalingEnabled);
60 return new Font(Family, Size, fontSlant, Weight, AutoScalingEnabled);
65 return new Font(Family, Size, Slant, weight, AutoScalingEnabled);
70 return new Font(Family, Size, fontSlant, weight, AutoScalingEnabled);
77 new(name, size, fontSlant, weight, enableScaling);
83 new(null, size, fontSlant, weight, enableScaling);
86 new(null, default(double), fontSlant, weight, enableScaling);