Instance Method
hints(fromValue1:value2:vertical:doLinks:) hintsFromValue1:value2:vertical:doLinks: hintsFromValue1_value2_vertical_doLinks_
Builds a PostScript hint from a charstring stem pair.
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) -> GSHintParameters
value1The stem position.
value2The stem width.
verticalWhether the stem pair describes a vertical stem.
doLinksWhether to attach the hint to matching nodes when possible.
Return Value
The generated hint.
See Also
Autohinting
Adds generated PostScript hints to the layer.
Adds generated PostScript hints to the layer.
Generates PostScript hints for the layer.
Extracts PostScript hints from Type 2 charstring text.
Extracts PostScript hints from Type 2 charstring text.