'Declaration <CLSCompliantAttribute(False)> Public Function New( _
ByVal fontThe font.As ITextFont, _
ByVal contentCodeThe content code.As ULong, _
ByVal unicodeThe unicode code.As ULong, _
ByVal textSpaceWidthWidth of the text space.As Single, _
ByVal unitsPerEMThe font units per EM.As Single, _
ByVal hasGlyphA value indicating whether the text symbol has glyph.As Boolean _
)
[CLSCompliant(False)] public TextSymbol(
ITextFont font,
ulong contentCode,
ulong unicode,
float textSpaceWidth,
float unitsPerEM,
bool hasGlyph
)
[CLSCompliant(False)] public: TextSymbol(
ITextFont* font,
ulong contentCode,
ulong unicode,
float textSpaceWidth,
float unitsPerEM,
bool hasGlyph
)
[CLSCompliant(False)] public:
TextSymbol(
ITextFont^ font,
ulong contentCode,
ulong unicode,
float textSpaceWidth,
float unitsPerEM,
bool hasGlyph
)
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.