Table of Contents

Interface IText

Namespace
TaleWorlds.TwoDimension
Assembly
TaleWorlds.TwoDimension.dll
public interface IText

Properties

HorizontalAlignment

TextHorizontalAlignment HorizontalAlignment { get; set; }

Property Value

TextHorizontalAlignment

Value

string Value { get; set; }

Property Value

string

VerticalAlignment

TextVerticalAlignment VerticalAlignment { get; set; }

Property Value

TextVerticalAlignment

Methods

GetPreferredSize(bool, float, bool, float, SpriteData, float)

Vector2 GetPreferredSize(bool fixedWidth, float widthSize, bool fixedHeight, float heightSize, SpriteData spriteData, float renderScale)

Parameters

fixedWidth bool
widthSize float
fixedHeight bool
heightSize float
spriteData SpriteData
renderScale float

Returns

Vector2

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).