Declaration

func setName(_ name: String, changeName: Bool, update: Bool, validate: Bool)

Declaration

- (void) setName:(NSString *) name changeName:(BOOL) changeName update:(BOOL) update validate:(BOOL) validate;

Declaration

setName_changeName_update_validate_(name: str, changeName: bool, update: bool, validate: bool)

Parameters

name

The glyph name.

changeName

Whether glyph information may replace the supplied name with its standard glyph name.

update

Whether to update Unicode values and other glyph information for the name.

validate

Whether a nonstandard name may be replaced with its standard glyph name even when changeName is NO.

Discussion

This is a low-level renaming method. Use name for general renaming.

See Also

Glyph Name