CharsetFactory: Initialize

Initialize

Initialize the default G0 and G1 charsets (using the GZero and Gone parameters, but if you dont initialize ASCII/Ansel will be assumed.

If you would like diagnostics turned on set the Diag parameter to one of Ignore, Log, or Fatal

 Public Sub Initialize(
	  Optional GZero As ICharSet,
	  Optional GOne As ICharSet,
	  Optional diag As DIAGS )

Parameters

GZero
[ByRef] Optional. ICharSet. The CharSet to use for the first character set
GOne
[ByRef] Optional. ICharSet. The CharSet to use for the second charcter set
diag
[ByRef] Optional. DIAGS. The level of diagnostic message to use

Remarks

See Also

Project marc8 Overview Class CharsetFactory Overview CharsetFactory Properties CharsetFactory Methods GetCharSet LogFile (get)