Table of Contents

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 string
slant FontSlant
weight FontWeight

Properties

Family

public string Family { get; }

Property Value

string

Slant

public FontSlant Slant { get; }

Property Value

FontSlant

Weight

public FontWeight Weight { get; }

Property Value

FontWeight