Gets the names of the screen or printer fonts.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalNumber FontGetNames(
	SalNumber nType,
	SalArray<SalString> sFonts
)

Parameters

nType
Type: PPJ.Runtime..::..SalNumber
A constant that specifies whether to get the screen or printer fonts: FONT_GetPrinter FONT_GetScreen
sFonts
Type: PPJ.Runtime..::..SalArray<(Of <(<'SalString>)>)>
The name of an array of strings that contains the font names returned.

Return Value

nNames

See Also