Table of Contents

Class GLTextCharFigure

Namespace
SearchAThing.OpenGL.Core
Assembly
netcore-opengl-core.dll

Triangles figure with texture mapped to represent a char.

[JsonObject(MemberSerialization.OptIn)]
public class GLTextCharFigure : GLTriangleFigure, IGLTriangleFigure, IGLFigure, IGLVertexManagerObject, INotifyPropertyChanged
Inheritance
GLTextCharFigure
Implements
Inherited Members
Extension Methods

Constructors

GLTextCharFigure(GLText, int)

Create gl text char figure.

public GLTextCharFigure(GLText glText, int textOff)

Parameters

glText GLText

Gl text object.

textOff int

Offset in gl text objec text string.

Properties

EvalInShadowMap

Don't drop shadow.

public override bool EvalInShadowMap { get; }

Property Value

bool

GLText

Gl text object.

[JsonProperty]
public GLText GLText { get; set; }

Property Value

GLText

TextOff

Offset in Text for the char here representing.

public int TextOff { get; }

Property Value

int

Methods

CopySpecialized(GLFigureBase)

protected override void CopySpecialized(GLFigureBase other)

Parameters

other GLFigureBase

MakeInstance()

Create an instance of derived type.

protected override GLFigureBase MakeInstance()

Returns

GLFigureBase
See Also

ToString()

public override string ToString()

Returns

string