;;;Show current style NAME, FONT, HEIGHT ;;; ;;;> Author: Henry C. Francis ;;;> 425 N. Ashe St. ;;;> Southern Pines, NC 28387 ;;;> http://paracadd.com ;;;> All rights reserved. ;;; ;;;> COPYRIGHT: 1-26-96 ;;;> EDITED: 08-18-1999 ;;; (DEFUN C:TT (/) (setq styldf (tblsearch "style" (getvar "textstyle")) stynm (cdr (assoc 2 styldf)) styft (cdr (assoc 3 styldf)) styht (cdr (assoc 40 styldf)) );setq (setq itst (strcat stynm ", " styft ", " (rtos styht))) );DEFUN;