rulerSegSnapMode
layout rulerSegSnapMode string { "orthogonal" | "diagonal" | "anyAngle" | "horizontal" | "vertical" }
Description
Determines how the single-segment ruler entry points snap to the grid. This environment variable takes effect when useRulerSnapModes is set to t.
GUI Equivalent
Examples
envGetVal("layout" "rulerSegSnapMode")
envSetVal("layout" "rulerSegSnapMode" 'string "diagonal")
envSetVal("layout" "rulerSegSnapMode" 'string "anyAngle")
Related Topics
Return to top