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

Definição

Importante

Esta API não está em conformidade com CLS.

Retorna a imagem binária do subconjunto fonte com base em uma coleção 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>

A coleção de índices de glifo devem ser incluídos no subconjunto.

Retornos

Byte[]

Uma matriz Byte que representa a imagem binária do subconjunto de fontes.

Atributos

Aplica-se a