UIFontCollection

Inherits from Asset

Summary

Constructors

UIFontCollection()
UIFontCollection(guid: Guid)
UIFontCollection(other: Asset)
UIFontCollection(other: DataContainer)

Properties

Name Type
language LanguageFormat
textDatabase UITextDatabase | nil
fonts UIFontAsset[]
bundleKind ResourceBundleKind

Static members

Name Type
UIFontCollection.typeInfo TypeInformation

Constructors

UIFontCollection

UIFontCollection()

Creates a new UIFontCollection frostbite instance.

UIFontCollection

UIFontCollection(guid: Guid)

Creates a new UIFontCollection frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UIFontCollection

UIFontCollection(other: Asset)

Casts an instance of type Asset to UIFontCollection. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to UIFontCollection.

UIFontCollection

UIFontCollection(other: DataContainer)

Casts an instance of type DataContainer to UIFontCollection. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UIFontCollection.

Properties

language

LanguageFormat

textDatabase

UITextDatabase | nil

fonts

UIFontAsset[]

bundleKind

ResourceBundleKind

Static members

typeInfo

TypeInformation

The type information for the UIFontCollection type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)