Click or drag to resize
XDL

XTextPrinter Methods

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