Declaration

func hints(fromValue1 value1: CGFloat, value2: CGFloat, vertical: Bool, doLinks: Bool) -> GSHint?

Declaration

- (GSHint *) hintsFromValue1:(CGFloat) value1 value2:(CGFloat) value2 vertical:(BOOL) vertical doLinks:(BOOL) doLinks;

Declaration

hintsFromValue1_value2_vertical_doLinks_(value1: float, value2: float, vertical: bool, doLinks: bool) -> GSHint

Parameters

value1

The stem position.

value2

The stem width.

vertical

Whether the stem pair describes a vertical stem.

doLinks

Whether to attach the hint to matching nodes when possible.

Return Value

The generated hint.

See Also

Autohinting