Skip to content

Printer.newFont

Xusinboy Bekchanov edited this page Nov 6, 2023 · 4 revisions

Printer.newFont Method

Definition

Namespace: My.Sys.ComponentModel

Syntax

Declare Function newFont(fName As String="times new Roman", fSize As Long=12,ibold As Long=False, iunderline As Long=False, iitalic As Long=False ) As HFONT

Parameters

Part Type Description
fName String
fSize Long
ibold Long
iunderline Long
iitalic Long

Return Value

HFONT

See also

Clone this wiki locally