Declaration

func update(_ aClass: GSClass, for font: GSFont) throws

Declaration

- (BOOL) updateClass:(GSClass *) aClass forFont:(GSFont *) font error:(NSError **) error;

Declaration

updateClass_forFont_error_(aClass: GSClass, font: GSFont) -> tuple[bool, NSError]