XpsDocument.InsertGlyphs

InsertGlyphs(int, string, float, FontStyle, float, float, string)

활성 페이지에 새 글리프를 삽입합니다.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글리프 원점 Y 좌표.
unicodeStringString인쇄할 문자열입니다.

반환 값

삽입된 글리프.

또한보십시오


InsertGlyphs(int, XpsFont, float, float, float, string)

활성 페이지에 새 글리프를 삽입합니다.index 위치.

public XpsGlyphs InsertGlyphs(int index, XpsFont font, float fontSize, float originX, 
    float originY, string unicodeString)
모수유형설명
indexInt32새 글리프를 삽입해야 하는 위치입니다.
fontXpsFont글꼴 리소스.
fontSizeSingle글꼴 크기.
originXSingle글리프 원점 X 좌표.
originYSingle글리프 원점 Y 좌표.
unicodeStringString인쇄할 문자열입니다.

반환 값

삽입된 글리프.

또한보십시오