Typeface.TryGetGlyphTypeface(GlyphTypeface) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
입니다.
반환
out 매개 변수가 GlyphTypeface 값으로 설정되어 있으면 true
이고, 그렇지 않으면 false
입니다.
설명
GlyphTypeface 는 디스크에 글꼴 파일을 직접 해당 하는 글꼴입니다. 그러나 Typeface,는 글꼴의 표현입니다.