Automated: update 'HighPriorityIntegration' description |
add info |
||
Line 3: | Line 3: | ||
|Name=Font Collection | |Name=Font Collection | ||
}} | }} | ||
The '''FontCollection''' component acts as a set of fonts that can be used to make one mega font. When a font in the set does not have a character for a unicode point, another font can take over. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}} | |HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}} | ||
|FontSets|{{RootFieldType|SyncAssetList`1|[[Type:FontSet|FontSet]]}}|TypeAdv1=true| | |FontSets|{{RootFieldType|SyncAssetList`1|[[Type:FontSet|FontSet]]}}|TypeAdv1=true| The list of fonts to congregate into one huge font. | ||
}} | }} | ||
== | == Usage == | ||
Used to combine fonts | |||
== Examples == | == Examples == | ||
{{stub}} | |||
== See Also == | == See Also == | ||
Line 19: | Line 21: | ||
[[Category:Components:Rendering:Text{{#translation:}}|Font Collection]] | [[Category:Components:Rendering:Text{{#translation:}}|Font Collection]] | ||
[[Category:Components{{#translation:}}|Font Collection]] | [[Category:Components{{#translation:}}|Font Collection]] | ||
Latest revision as of 05:09, 19 January 2025
Component image 
Font Collection component as seen in the Scene Inspector

The FontCollection component acts as a set of fonts that can be used to make one mega font. When a font in the set does not have a character for a unicode point, another font can take over.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
HighPriorityIntegration
|
Bool | If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes. |
FontSets
|
list of FontSet | The list of fonts to congregate into one huge font. |
Usage
Used to combine fonts
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.