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