]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/baseline-alignment/baseline-alignment-docs.factor
e32fa5d8fa40b975629ae53df3aba2bebf278832
[factor.git] / basis / ui / baseline-alignment / baseline-alignment-docs.factor
1
2 USING: help.markup help.syntax ui.baseline-alignment ui.gadgets ;
3
4 HELP: aligned-gadget
5 { $class-description "A " { $link gadget } " that adds the following slots:"
6     { $list
7         { { $slot "baseline" } " - a cached value for " { $link baseline } "; do not read or write this slot directly." }
8         { { $slot "cap-height" } " - a cached value for " { $link cap-height } "; do not read or write this slot directly." }
9     }
10 } ;