GlyphTypeface.ComputeSubset(ICollection<UInt16>) Method

Definition

Important

This API is not CLS-compliant.

Returns the binary image of the font subset based on a specified collection of glyphs.

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()

Parameters

glyphs
ICollection<UInt16>

The collection of glyph indices to be included in the subset.

Returns

Byte[]

A Byte array that represents the binary image of the font subset.

Attributes

Applies to