Click or drag to resize

CUNCValidateSymbols Method

High performance method to see if a set of symbols are valid in a particular font.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
public static void ValidateSymbols(
	CVV vv,
	string face,
	int geofont
)

public static void ValidateSymbols(
	CVV vv,
	string face,
	int geofont
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
VV of symbols
face
Type: SystemString
Face name (undecorated)
geofont
Type: SystemInt32
Geosoft font?
Remarks
Invalid symbols in the VV will be set to -1 by this call. VV has to be of type <define>GS_LONG</define>.
See Also