Instance Method
layerIndexForGlyphSelection(at:)layerIndexForGlyphSelectionAtPoint:layerIndexForGlyphSelectionAtPoint_
Like layerIndex(for:)layerIndexForPoint:layerIndexForPoint_, but prefers a layer whose drawn outline contains the point (searching outward from the active layer), falling back to the layer-box hit test when no outline is hit. Used for double-click glyph selection.
Declaration
func layerIndexForGlyphSelection(at thePoint: NSPoint) -> UIntDeclaration
- (NSUInteger) layerIndexForGlyphSelectionAtPoint:(NSPoint) thePoint;Declaration
layerIndexForGlyphSelectionAtPoint_(thePoint: NSPoint) -> int