LuciadCPillar 2023.1.04
luciad::TextBlock Class Referencefinal

A class containing multiple lines of text with multiple styles. More...

#include <luciad/text/TextBlock.h>

Classes

class  Builder
 A factory class that creates a TextBlock containing multiple lines of text with multiple styles. More...
 
class  LineBuilder
 A class representing a line of text with multiple words with different styles. More...
 

Static Public Member Functions

static Builder newBuilder ()
 Creates a builder that can create text with multiple lines and styles. More...
 

Detailed Description

A class containing multiple lines of text with multiple styles.

Since
2021.0

Member Function Documentation

◆ newBuilder()

static Builder luciad::TextBlock::newBuilder ( )
static

Creates a builder that can create text with multiple lines and styles.

Returns
a builder that can create text with multiple lines and styles.
See also
TextBlock::Builder