GlyphTypeface.GetGlyphOutline(UInt16, Double, Double) 方法

定義

重要

此 API 不符合 CLS 規範。

傳回 Geometry 值,這個值描述字型中單一圖像的路徑。

public:
 System::Windows::Media::Geometry ^ GetGlyphOutline(System::UInt16 glyphIndex, double renderingEmSize, double hintingEmSize);
[System.CLSCompliant(false)]
public System.Windows.Media.Geometry GetGlyphOutline (ushort glyphIndex, double renderingEmSize, double hintingEmSize);
[<System.CLSCompliant(false)>]
member this.GetGlyphOutline : uint16 * double * double -> System.Windows.Media.Geometry
Public Function GetGlyphOutline (glyphIndex As UShort, renderingEmSize As Double, hintingEmSize As Double) As Geometry

參數

glyphIndex
UInt16

要取得其外框之圖像的索引。

renderingEmSize
Double

字型大小 (以繪圖介面單位為單位)。

hintingEmSize
Double

要提示的大小 (以點為單位)。

傳回

Geometry

Geometry 值,表示圖像的路徑。

屬性

備註

路徑代表不套用格線以特定解析度轉譯的圖像。

適用於