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 값입니다.

특성

설명

경로는 특정 해상도에서 렌더링에 적용된 그리드 피팅이 없는 문자 모양을 나타냅니다.

적용 대상