Declaration

func validateKerningGroup(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>?) throws

Declaration

- (BOOL) validateKerningGroup:(id*) ioValue error:(NSError **) outError;

Declaration

validateKerningGroup_error_(ioValue: object) -> tuple[bool, NSError]

Parameters

ioValue

The proposed group name, or nil.

Parameters

ioValue

The proposed group name, or nil.

outError

On return, an error describing invalid syntax.

Discussion

This does not check whether the group is used by other glyphs or has kerning values.

Return Value

Whether the proposed value uses valid kerning group syntax.

Discussion

This does not check whether the group is used by other glyphs or has kerning values.

See Also

Kerning Groups