Instance Method
validate(_:)validateFont:error: validateFont_error_
The top level keys are the error category and the values are a list of mutable dicts with at least this key: GSFontCheckerItemTitleKey
Declaration
func validate(_ font: GSFont!) throws -> [String : [Any]]Declaration
- (NSDictionary<NSString *,NSArray *> *) validateFont:(GSFont *) font error:(NSError **) error;Declaration
validateFont_error_(font: GSFont) -> tuple[dict[str, list], NSError]