Typeface.TryGetGlyphTypeface(GlyphTypeface) 메서드

정의

GlyphTypeface에 해당하는 Typeface를 검색합니다.

public:
 bool TryGetGlyphTypeface([Runtime::InteropServices::Out] System::Windows::Media::GlyphTypeface ^ % glyphTypeface);
public bool TryGetGlyphTypeface (out System.Windows.Media.GlyphTypeface glyphTypeface);
member this.TryGetGlyphTypeface : GlyphTypeface -> bool
Public Function TryGetGlyphTypeface (ByRef glyphTypeface As GlyphTypeface) As Boolean

매개 변수

glyphTypeface
GlyphTypeface

이 서체에 해당하는 GlyphTypeface 개체입니다. 서체가 합성 글꼴에서 생성된 경우 null입니다.

반환

Boolean

out 매개 변수가 GlyphTypeface 값으로 설정되어 있으면 true이고, 그렇지 않으면 false입니다.

설명

GlyphTypeface 는 디스크에 글꼴 파일을 직접 해당 하는 글꼴입니다. 그러나 Typeface,는 글꼴의 표현입니다.

적용 대상