FontEmbeddingManager.GetUsedGlyphs(Uri) 메서드

정의

중요

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

문자 모양 서체에 사용되는 문자 모양 목록을 검색합니다.

public:
 System::Collections::Generic::ICollection<System::UInt16> ^ GetUsedGlyphs(Uri ^ glyphTypeface);
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<ushort> GetUsedGlyphs (Uri glyphTypeface);
[<System.CLSCompliant(false)>]
member this.GetUsedGlyphs : Uri -> System.Collections.Generic.ICollection<uint16>
Public Function GetUsedGlyphs (glyphTypeface As Uri) As ICollection(Of UShort)

매개 변수

glyphTypeface
Uri

문자 모양이 포함된 문자 모양 서체의 위치를 나타내는 Uri 값입니다.

반환

ICollection<UInt16>

문자 모양을 나타내는 UInt16 값의 컬렉션입니다.

특성

예외

glyphTypeface 값이 이전에 기록된 문자 모양 서체를 참조하지 않는 경우

적용 대상