Declaration

class func legacyCustomParameters(fromProperties properties: [GSInfoProperty], object: GSFont) throws -> [GSCustomParameter]

Declaration

+ (NSArray<GSCustomParameter *> *) legacyCustomParametersFromProperties:(NSArray<GSInfoProperty *> *) properties object:(GSFont *) object error:(NSError **) error;

Declaration

legacyCustomParametersFromProperties_object_error_(properties: list[GSInfoProperty], object: GSFont) -> tuple[list[GSCustomParameter], NSError]