Click or drag to resize
XDL

XTextPrinterInitialize(Font) Method

이 객체를 입력 글꼴을 이용하여 초기화한다.

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

Parameters

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

Return Value

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