Show / Hide Table of Contents

Interface IText

A Drawable screen text.

Inherited Members
IRecalculable.Recalculate()
IDrawable.Draw()
Namespace: LemonUI.Elements
Assembly: LemonUI.SHVDN3.dll
Syntax
public interface IText : IRecalculable, IDrawable

Properties

View Source

Alignment

The alignment of the text.

Declaration
Alignment Alignment { get; set; }
Property Value
Type Description
Alignment
View Source

Color

The color of the text.

Declaration
Color Color { get; set; }
Property Value
Type Description
Color
View Source

Font

The game font to use.

Declaration
Font Font { get; set; }
Property Value
Type Description
Font
View Source

LineCount

The number of lines used by this text.

Declaration
int LineCount { get; }
Property Value
Type Description
int
View Source

LineHeight

The height of each line of text.

Declaration
float LineHeight { get; }
Property Value
Type Description
float
View Source

Outline

If the text should have an outline.

Declaration
bool Outline { get; set; }
Property Value
Type Description
bool
View Source

Position

The position of the text.

Declaration
PointF Position { get; set; }
Property Value
Type Description
PointF
View Source

Scale

The scale of the text.

Declaration
float Scale { get; set; }
Property Value
Type Description
float
View Source

Shadow

If the text should have a drop down shadow.

Declaration
bool Shadow { get; set; }
Property Value
Type Description
bool
View Source

Text

The text to draw.

Declaration
string Text { get; set; }
Property Value
Type Description
string
View Source

Width

The width that the text takes from the screen.

Declaration
float Width { get; }
Property Value
Type Description
float
View Source

WordWrap

The maximum distance from X where the text would wrap into a new line.

Declaration
float WordWrap { get; set; }
Property Value
Type Description
float
  • View Source
In this article
Back to top Generated by DocFX