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 配列。

属性

適用対象