Sdílet prostřednictvím


GlyphTypeface.ComputeSubset(ICollection<UInt16>) Metoda

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Vrátí binární obrázek podmnožinu písma na základě zadané kolekce glyfů.

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

Parametry

glyphs
ICollection<UInt16>

Kolekce indexů glyfů, které se mají zahrnout do podmnožině.

Návraty

Byte[]

Pole Byte , které představuje binární obrázek podmnožina písma.

Atributy

Platí pro