XpsCanvas.InsertGlyphs

XpsCanvas.InsertGlyphs method

이 캔버스의 하위 목록에 새 글리프를 삽입합니다.index 위치.

public XpsGlyphs InsertGlyphs(int index, string fontFamily, float fontSize, FontStyle fontStyle, 
    float originX, float originY, string unicodeString)
모수유형설명
indexInt32새 글리프를 삽입해야 하는 위치입니다.
fontFamilyString글꼴 패밀리.
fontSizeSingle글꼴 크기.
fontStyleFontStyle글꼴 스타일.
originXSingle글리프 원점 X 좌표.
originYSingle글리프 원점 T 좌표.
unicodeStringString인쇄할 문자열입니다.

반환 값

글리프를 추가했습니다.

또한보십시오