Class FontCollection
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
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
this[FontWeight, FontStyle]
Declaration
public Font this[FontWeight weight, FontStyle style] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| FontWeight | weight | |
| FontStyle | style |
Property Value
| Type | Description |
|---|---|
| Font |