Click or drag to resize
CUNCValidateSymbols Method
High performance method to see if a set of symbols are valid in a particular font.

Available since Oasis montaj version: 6.2
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Invalid symbols in the VV will be set to -1 by this call. VV has to be of type <define>GS_LONG</define>.
Syntax
public static void ValidateSymbols(
	CGXNETCore gxNetShared,
	CVV vv,
	string face,
	int geofont
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
VV of symbols
face
Type: SystemString
Face name (undecorated)
geofont
Type: SystemInt32
Geosoft font?
See Also