VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Fonts Namespace / TrueTypeFontProperties Class / ApplyGlyphSubstitutions(UInt16[],String) Method
Синтаксис Требования Смотрите также
В этом разделе
    ApplyGlyphSubstitutions(UInt16[],String) Метод (TrueTypeFontProperties)
    В этом разделе
    Применяет замены глифов.
    Синтаксис
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Function ApplyGlyphSubstitutions( _
    ByVal glyphs
    Массив, содержащий индексы глифов.
    () As UShort, _
    ByVal 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
    Массив, содержащий индексы глифов.
    text
    Текст.

    Return Value

    Указанный массив glyphs.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также