GlyphTypeface.ComputeSubset(ICollection<UInt16>) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Restituisce l'immagine binaria del sottoinsieme di caratteri in base a una raccolta di glifi specificata.

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

Parametri

glyphs
ICollection<UInt16>

Raccolta di indici di glifi da includere nel sottoinsieme.

Restituisce

Byte[]

Matrice di Byte che rappresenta l'immagine binaria del sottoinsieme di caratteri.

Attributi

Si applica a