Class ToyFontFace
- Namespace
- Cairo
- Assembly
- cairo-1.0.dll
public class ToyFontFace : FontFace, BoxedRecord
- Inheritance
-
ToyFontFace
- Implements
- Inherited Members
Constructors
ToyFontFace(string, FontSlant, FontWeight)
public ToyFontFace(string family, FontSlant slant, FontWeight weight)
Parameters
family
stringslant
FontSlantweight
FontWeight
Properties
Family
public string Family { get; }
Property Value
Slant
public FontSlant Slant { get; }
Property Value
Weight
public FontWeight Weight { get; }