|
From: Daniel J S. <dan...@ie...> - 2005-07-01 04:59:07
|
Daniel J Sebald wrote:
> Daniel J Sebald wrote:
>
>> c) A variation on b that might have more obvious
>> meaning?
>
>
> I may have a syntax solution here. If you think "vert/horiz" shouldn't
> have influence on placement, how about:
>
> Syntax:
> set key {on|off} {default}
> {{inside | margin | above | below} | {at <position>}}
> {left | right | center} {top | bottom | center}
Ehh... the above may be a confusing dud as well. Now that I think about it,
"right margin top"
would be equivalent to
"top margin right"
and top margin is a concept that will cause confusion as being equal to "above".
How about
Syntax:
set key {on|off} {default}
{{inside | tmargin | bmargin | lmargin | rmargin} | {at <position>}}
{left | right | center} {top | bottom | center}
where
"above" = "tmargin"
"below" = "bmargin"
"outside" = "rmargin" + "top"
?
|