LuciadCPillar C# 2023.1.04
Luciad.Text.TextBlock.LineBuilder Class Reference

A class representing a line of text with multiple words with different styles. More...

Inheritance diagram for Luciad.Text.TextBlock.LineBuilder:

Public Member Functions

Luciad.Text.TextBlock.LineBuilder AddText (string utf8String, Luciad.Text.TextStyle style)
 Add UTF8 encoded strings with specific styling options to the line. More...
 
void Dispose ()
 

Detailed Description

A class representing a line of text with multiple words with different styles.

2021.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::TextBlock::LineBuilder.

Member Function Documentation

◆ AddText()

Luciad.Text.TextBlock.LineBuilder Luciad.Text.TextBlock.LineBuilder.AddText ( string  utf8String,
Luciad.Text.TextStyle  style 
)
inline

Add UTF8 encoded strings with specific styling options to the line.

utf8String

text to be added to the current line.

style

styling properties for this piece of text. See TextStyle.

the current line.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::TextBlock::LineBuilder::addText.

◆ Dispose()

void Luciad.Text.TextBlock.LineBuilder.Dispose ( )
inline