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 陣列,表示字型子集的二進位檔映像。

屬性

適用於