VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextSymbol Class / TextSymbol Constructors / TextSymbol Constructor(ITextFont,UInt64,UInt64,Single,Single,Boolean)
Syntax Requirements SeeAlso
In This Topic
TextSymbol Constructor(ITextFont,UInt64,UInt64,Single,Single,Boolean)
In This Topic
Initializes a new instance of the TextSymbol class.
Syntax
'Declaration

<CLSCompliantAttribute(False)>
Public Function New( _
ByVal font
The font.
As ITextFont, _
ByVal contentCode
The content code.
As ULong, _
ByVal unicode
The unicode code.
As ULong, _
ByVal textSpaceWidth
Width of the text space.
As Single, _
ByVal unitsPerEM
The font units per EM.
As Single, _
ByVal hasGlyph
A value indicating whether the text symbol has glyph.
As Boolean _
)

Parameters

font
The font.
contentCode
The content code.
unicode
The unicode code.
textSpaceWidth
Width of the text space.
unitsPerEM
The font units per EM.
hasGlyph
A value indicating whether the text symbol has glyph.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also