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 数组,表示字体子集的二进制图像。

属性

适用于