GlyphTypeface.ComputeSubset(ICollection<UInt16>) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Retourne l’image binaire du sous-ensemble de polices en fonction d’une collection spécifiée de glyphes.

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

Paramètres

glyphs
ICollection<UInt16>

La collection d’indices de glyphes à inclure dans le sous-ensemble.

Retours

Byte[]

Tableau Byte qui représente l’image binaire du sous-ensemble de polices.

Attributs

S’applique à