Class FontCollection
Namespace: Unity.VisualScripting
Syntax
public class FontCollection
Constructors
FontCollection(Func<FontVariant, Font>)
Declaration
public FontCollection(Func<FontVariant, Font> load)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<FontVariant, Font> | load |
Properties
Item[FontWeight, FontStyle]
Declaration
public Font this[FontWeight weight, FontStyle style] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| FontWeight | weight | |
| FontStyle | style |
Property Value
| Type | Description |
|---|---|
| Font |