GlyphTypeface.ComputeSubset(ICollection<UInt16>) Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Retourneert de binaire afbeelding van de lettertypesubset op basis van een opgegeven verzameling glyphs.

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

Parameters

glyphs
ICollection<UInt16>

De verzameling glyph-indexen die in de subset moeten worden opgenomen.

Retouren

Byte[]

Een Byte matrix die de binaire afbeelding van de lettertypesubset vertegenwoordigt.

Kenmerken

Van toepassing op