VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / TrueTypeFontProperties Class / ApplyGlyphSubstitutions(UInt16[],String) Method
Syntax Requirements SeeAlso
In This Topic
    ApplyGlyphSubstitutions(UInt16[],String) Method (TrueTypeFontProperties)
    In This Topic
    Applies the glyph substitutions.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Function ApplyGlyphSubstitutions( _
    ByVal glyphs
    The array tha contains glyph indexes.
    () As UShort, _
    ByVal text
    The 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.
    Requirements

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

    See Also