Click or drag to resize
XDL

XTextPrinterInitialize Method

this객체에 대해서 입력되는 Font를 기준으로 초기화를 수행한다.

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

Parameters

font
Type: System.DrawingFont
.Net에서 지원하는 Font객체로서, Format, Font Face, Size, Style등의 속성을 설정한다.

Return Value

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