LuciadCPillar C# 2023.1.04
Luciad.Text.TextStyle Class Reference

This class contains styling properties to determine how text is painted. More...

Inheritance diagram for Luciad.Text.TextStyle:

Classes

class  Builder
 A builder class for creating text styles. More...
 

Public Member Functions

Luciad.Text.TextStyle.Builder AsBuilder ()
 Creates a TextStyle builder that has all properties of this TextStyle. More...
 
void Dispose ()
 

Static Public Member Functions

static Luciad.Text.TextStyle.Builder NewBuilder ()
 Creates a new builder for creating a TextStyle. More...
 

Properties

string FontName [get]
 
uint FontSize [get]
 
System.Drawing.Color HaloColor [get]
 
double HaloWidth [get]
 
System.Drawing.Color TextColor [get]
 

Detailed Description

This class contains styling properties to determine how text is painted.

2020.2

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

Member Function Documentation

◆ AsBuilder()

Luciad.Text.TextStyle.Builder Luciad.Text.TextStyle.AsBuilder ( )
inline

Creates a TextStyle builder that has all properties of this TextStyle.

a TextStyle builder that has all properties of this TextStyle.

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

◆ Dispose()

void Luciad.Text.TextStyle.Dispose ( )
inline

◆ NewBuilder()

Luciad.Text.TextStyle.Builder Luciad.Text.TextStyle.NewBuilder ( )
inlinestatic

Creates a new builder for creating a TextStyle.

a new builder for creating a TextStyle.

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

Property Documentation

◆ FontName

string Luciad.Text.TextStyle.FontName
get

◆ FontSize

uint Luciad.Text.TextStyle.FontSize
get

◆ HaloColor

System.Drawing.Color Luciad.Text.TextStyle.HaloColor
get

◆ HaloWidth

double Luciad.Text.TextStyle.HaloWidth
get

◆ TextColor

System.Drawing.Color Luciad.Text.TextStyle.TextColor
get