Declaration

func getAutohintsDoHorizontal(_ doHorizontal: Bool, doVertical: Bool) throws -> [Any]

Declaration

- (NSArray *) getAutohintsDoHorizontal:(BOOL) doHorizontal doVertical:(BOOL) doVertical error:(NSError **) error;

Declaration

getAutohintsDoHorizontal_doVertical_error_(doHorizontal: bool, doVertical: bool) -> tuple[list, NSError]

Parameters

doHorizontal

Whether to generate horizontal hints.

doVertical

Whether to generate vertical hints.

Parameters

doHorizontal

Whether to generate horizontal hints.

doVertical

Whether to generate vertical hints.

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Return Value

The generated hints.

Discussion

The returned hints are not added to the layer.

Return Value

The generated hints. On failure, this method returns nil.

Discussion

The returned hints are not added to the layer.

See Also

Autohinting