GlyphTypeface.ComputeSubset(ICollection<UInt16>) Метод

Определение

Важно!

Этот API несовместим с CLS.

Возвращает двоичное изображение на основе указанной коллекции глифов.

public:
 cli::array <System::Byte> ^ ComputeSubset(System::Collections::Generic::ICollection<System::UInt16> ^ glyphs);
[System.CLSCompliant(false)]
[System.Security.SecurityCritical]
public byte[] ComputeSubset (System.Collections.Generic.ICollection<ushort> glyphs);
[System.CLSCompliant(false)]
public byte[] ComputeSubset (System.Collections.Generic.ICollection<ushort> glyphs);
[<System.CLSCompliant(false)>]
[<System.Security.SecurityCritical>]
member this.ComputeSubset : System.Collections.Generic.ICollection<uint16> -> byte[]
[<System.CLSCompliant(false)>]
member this.ComputeSubset : System.Collections.Generic.ICollection<uint16> -> byte[]
Public Function ComputeSubset (glyphs As ICollection(Of UShort)) As Byte()

Параметры

glyphs
ICollection<UInt16>

Коллекция индексов глифов, которую нужно включить в подмножество.

Возвращаемое значение

Byte[]

Массив Byte, представляющий двоичное изображение подмножества шрифта.

Атрибуты

Применяется к