Click or drag to resize
XDL

XTextPrinterInitialize Method (Font, Boolean)

텍스트 출력에 사용할 글꼴과 DPI 대응 여부를 지정하여 초기화한다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 2.0.3.31
Syntax
C#
public bool Initialize(
	Font font,
	bool awareDPI
)

Parameters

font
Type: System.DrawingFont
.Net에서 지원하는 Font객체로서, Format, Font Face, Size, Style등의 속성을 설정한다.
awareDPI
Type: SystemBoolean
DPI를 인식하여 96 DPI와 같은 크기로 글꼴 크기를 적용한다.

Return Value

Type: Boolean
성공이면 true, 실패면 false
See Also