'Declaration <CLSCompliantAttribute(False)> Public Function New( _
ByVal fontШрифт.As ITextFont, _
ByVal contentCodeКод содержимого.As ULong, _
ByVal unicodeStringСтрока Unicode.As System.String, _
ByVal textSpaceWidthШирина символа в текстовом пространстве.As Single, _
ByVal unitsPerEMЕдиницы шрифта на EM.As Single, _
ByVal hasGlyphЗначение, указывающее, есть ли у текстового символа глиф.As Boolean _
)
[CLSCompliant(False)] public TextSymbol(
ITextFont font,
ulong contentCode,
System.String unicodeString,
float textSpaceWidth,
float unitsPerEM,
bool hasGlyph
)
[CLSCompliant(False)] public: TextSymbol(
ITextFont* font,
ulong contentCode,
System.String unicodeString,
float textSpaceWidth,
float unitsPerEM,
bool hasGlyph
)
[CLSCompliant(False)] public:
TextSymbol(
ITextFont^ font,
ulong contentCode,
System.String unicodeString,
float textSpaceWidth,
float unitsPerEM,
bool hasGlyph
)
Parameters
- font
- Шрифт.
- contentCode
- Код содержимого.
- unicodeString
- Строка Unicode.
- textSpaceWidth
- Ширина символа в текстовом пространстве.
- unitsPerEM
- Единицы шрифта на EM.
- hasGlyph
- Значение, указывающее, есть ли у текстового символа глиф.