EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Display.LocalizableComponent Interface Reference

This interface defines methods for components which contain localizable Text components. More...

Inheritance diagram for EasyTalk.Display.LocalizableComponent:
EasyTalk.Display.DialoguePanel EasyTalk.Display.AnimatableSpritePanel EasyTalk.Display.ContinueDisplay EasyTalk.Display.ConversationDisplay EasyTalk.Display.OptionDisplay EasyTalk.Display.TextInputDisplay EasyTalk.Display.CharacterSpritePanel EasyTalk.Display.WorldspaceConversationDisplay EasyTalk.Display.DirectionalOptionDisplay EasyTalk.Display.OptionListDisplay EasyTalk.Display.ScrollableOptionDisplay

Properties

bool OverrideFontSizes [get, set]
 Gets or sets whether the component should override the default font sizes.
 
int MinFontSize [get, set]
 Gets or sets the minimum font size to use on the component.
 
int MaxFontSize [get, set]
 Gets or sets the maximum font size to use on the component.
 
LanguageFontOverrides LanguageFontOverrides [get, set]
 Gets or sets the LanguageFontOverrides to use on the component.
 

Detailed Description

This interface defines methods for components which contain localizable Text components.

Property Documentation

◆ LanguageFontOverrides

LanguageFontOverrides EasyTalk.Display.LocalizableComponent.LanguageFontOverrides
getset

Gets or sets the LanguageFontOverrides to use on the component.

Implemented in EasyTalk.Display.DialoguePanel.

◆ MaxFontSize

int EasyTalk.Display.LocalizableComponent.MaxFontSize
getset

Gets or sets the maximum font size to use on the component.

Implemented in EasyTalk.Display.DialoguePanel.

◆ MinFontSize

int EasyTalk.Display.LocalizableComponent.MinFontSize
getset

Gets or sets the minimum font size to use on the component.

Implemented in EasyTalk.Display.DialoguePanel.

◆ OverrideFontSizes

bool EasyTalk.Display.LocalizableComponent.OverrideFontSizes
getset

Gets or sets whether the component should override the default font sizes.

Implemented in EasyTalk.Display.DialoguePanel.