factor/basis/ui/baseline-alignment/baseline-alignment-docs.factor

11 lines
411 B
Factor
Raw Normal View History

USING: help.markup help.syntax ui.baseline-alignment ui.gadgets ;
HELP: aligned-gadget
{ $class-description "A " { $link gadget } " that adds the following slots:"
{ $slots
{ "baseline" "a cached value for " { $link baseline } "; do not read or write this slot directly." }
{ "cap-height" "a cached value for " { $link cap-height } "; do not read or write this slot directly." }
}
} ;