home *** CD-ROM | disk | FTP | other *** search
- // Ruler and ruler grid configurations
- // USER NOTE: Use the Custom Ruler dialog instead of editing this file
-
- // Level1=Increment, Mark height, Grid style, units
- // Leveln=Divisions, Mark height, Grid style
-
- // The maximum number of levels is 6
- // Mark height is percent of the ruler width
- // Grid styles are None=0, Dashed=1, CrossHair=3, Dot=3, PinPoint=4
- // Each grid style must be at the same level in both
- // the horizontal and vertical ruler for the grid marks to appear.
- // Units - see units.dat
-
- // Only the first 10 styles will be listed in the unit window menu.
- // Names in the Ruler Menu section must exactly match the section names below.
- // All names must be 31 characters or less.
-
- [Ruler Menu]
- Inch=Inch,Inch
- Decimal Inch=Decimal Inch,Decimal Inch
- Centimeter=Centimeter,Centimeter
- Foot=Foot,Foot
- Meter=Meter,Meter
-
-
- [Inch] // Standard inches ruler
- Scale=1.0 // 1:1
- Width=2.5
- Units=Inch
- PageUnits=Inch
- Snap=0.125
- Level1=1 100 3 // 1
- Level2=2 55 0 // 1/2
- Level3=2 40 4 // 1/4
- Level4=2 30 0 // 1/8
- Level5=2 20 0 // 1/16
- Level6=2 12 0 // 1/32
-
- [Decimal Inch] // Decimal inch ruler
- Scale=1.000
- Width=2.50
- Units=Inch
- PageUnits=Inch
- Snap=0.10
- Level1=1 100 1 //1
- Level2=2 55 0 // 1/2
- Level3=5 40 0 // 1/10
- Level4=2 25 0 // 1/20
- Level5=5 12 0 // 1/100
-
- [Centimeter] // Standard centimeter ruler
- Scale=1.0 // 1:1
- FlipHorz=0
- FlipVert=1
- Width=3.5
- Units=Centimeter
- PageUnits=Centimeter
- Snap=0.1
- Level1=1 100 1 // 1
- Level2=2 45 0 // 1/2
- Level3=5 35 0 // 1/10
- Level4=2 25 0 // 1/20
- Level5=5 15 0 // 1/100
-
- [Foot] // Feet and inches
- Scale=1.0 // 1 1 ruler ft / pg in
- Width=3.0
- Units=Foot
- PageUnits=Inch
- Snap=0.0833333 // 1/12 ft = 1 in
- Level1=1 100 1 // 1
- Level2=2 55 0 // 1/2
- Level3=6 35 0 // 1/12
- Level4=4 14 0 // 1/48
-
- [Meter] // Meter and centimeter
- Scale=0.5 // 1:10 1 ruler m / page cm
- Width=3.0
- Units=Meter
- PageUnits=Centimeter
- Snap=0.1
- Level1=1 100 1 // 1
- Level2=2 45 0 // 1/2
- Level3=5 35 0 // 1/10
- Level4=2 25 0 // 1/20
- Level5=5 15 0 // 1/100
-
- [Millimeter] // Standard millimeter ruler
- Scale=1.0 // 1:1
- Width=4.0
- Units=Millimeter
- PageUnits=Millimeter
- Snap=1.0
- Level1=10 100 1 // 10
- Level2=2 45 0 // 5
- Level3=5 35 0 // 1
- Level4=2 25 0 // 1/2
- Level5=5 15 0 // 1/10
-
- [Pixel] // Standard pixel ruler (obsolete)
- Scale=1.0 // 1:1
- Width=4.5
- Units=Pixel
- PageUnits=Pixel
- Snap=10.0
- Level1=100 100 1 // 10
- Level2=2 45 0 // 5
- Level3=5 35 0 // 1
- Level4=2 25 0 // 1/2
- Level5=5 15 0 // 1/10
-
-
-
-
-
-
-
-
-
-
-
-