Text.AddCharMesh Method

Protected Shared Sub AddCharMesh( _ 
ByVal styleData As FontStyleData, _ 
ByVal c As String, _ 
ByRef transf As Transformation, _ 
ByVal meshes As List(Of Mesh), _ 
Optional ByVal skipNormals As Boolean = false _ 
)
This language is not supported or no code example is available.
protected static void AddCharMesh( 
FontStyleData styleData
string c
ref Transformation transf
List<Mesh> meshes
bool skipNormals = false 
)
This language is not supported or no code example is available.

Parameters

styleData
FontStyleData

c
string

transf
Transformation

meshes
List<Mesh>

skipNormals
bool

.NET Framework

Supported in: 4.8

In this article

Definition