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

Definición

Importante

Esta API no es conforme a CLS.

Devuelve la imagen binaria del subconjunto de fuentes basándose en una colección de glifos especificada.

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

Parámetros

glyphs
ICollection<UInt16>

La colección de índices de glifo que se incluirán en el subconjunto.

Devoluciones

Byte[]

Matriz Byte que representa la imagen binaria del subconjunto de fuentes.

Atributos

Se aplica a