Click or drag to resize
XDL

XTextPrinter Methods

The XTextPrinter type exposes the following members.

Methods
  Name Description
Public method Initialize(Font) 이 객체를 입력 글꼴을 이용하여 초기화한다.
Public method Initialize(Font, Boolean) 텍스트 출력에 사용할 글꼴과 DPI 대응 여부를 지정하여 초기화한다.
Public method Print(String, XVertex3d, eTextAlign, Color, Boolean, Color) 스크린 상에 입력된 텍스트를 도시한다.
Public method Print(String, XVertex3d, eTextAlign, eTextAlignV, Color, Boolean, Color) 스크린 상에 입력된 텍스트를 도시한다.
Public method Print(String, XVertex3d, XVertex2d, XVertex2d, Color, Boolean, Color) 스크린 상에 입력된 텍스트를 도시한다.
Top
See Also