'Declaration <CLSCompliantAttribute(False)> Public Function ApplyGlyphSubstitutions( _
ByVal glyphsThe array tha contains glyph indexes.() As UShort, _
ByVal textThe text.As System.String _
) As UShort[]
[CLSCompliant(False)] public ushort[] ApplyGlyphSubstitutions(
ushort[] glyphs,
System.String text
)
[CLSCompliant(False)] public: ushort[] ApplyGlyphSubstitutions(
ushort[]* glyphs,
System.String text
)
[CLSCompliant(False)] public:
ushort[] ApplyGlyphSubstitutions(
array<ushort>^ glyphs,
System.String text
)
Parameters
- glyphs
- The array tha contains glyph indexes.
- text
- The text.
Return Value
The specified glyphs array.