Typeface.TryGetGlyphTypeface(GlyphTypeface) 方法

定義

擷取對應至 GlyphTypefaceTypeface

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 字型臉部的標記法。

適用於