Macro Language Reference > Macros > Graphic > tglec
  
tglec
Description
This macro changes the line end style of newly created graphics. Any currently selected graphic objects can also be updated to the new setting.
 
This macro is an alias of the tglend macro; both being present for purposes of backward compatibility.
Syntax
tglec start style:n? ( update:n? )
tglec
[no parameter]
Invoke the Set Line End Style dialog box.
start style
0
Rounded cap
1
Flat
2
Square cap
update
0
Do not update currently selected objects to the new setting
1
Update currently selected objects to the new setting
Additional Information
On PostScript output devices the line end is always the same as the line start and any tglend / tglec setting is overridden by that made via tglstart / tglsc.