Declaration

func bezierPathIgnorePlaceholder(_ ignorePlaceholder: Bool) -> NSBezierPath?

Declaration

- (NSBezierPath *) bezierPathIgnorePlaceholder:(BOOL) ignorePlaceholder;

Declaration

bezierPathIgnorePlaceholder_(ignorePlaceholder: bool) -> NSBezierPath

Discussion

Ignoring placeholders omits unresolved and recursive references and returns an empty path for an empty base glyph.

See Also

Representations