GlyphTypeface.ComputeSubset(ICollection<UInt16>) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

지정된 문자 모양 컬렉션을 기준으로 글꼴 하위 집합의 이진 이미지를 반환합니다.

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

매개 변수

glyphs
ICollection<UInt16>

하위 집합에 포함될 문자 모양 인덱스의 컬렉션입니다.

반환

Byte[]

글꼴 하위 집합의 이진 이미지를 나타내는 Byte 배열입니다.

특성

적용 대상