;Show current style NAME, FONT, HEIGHT ; ; Author: ; Henry C. Francis ; 425 N. Ashe St. ; Southern Pines, NC 28387 ; ; http://www.pinehurst.net/~pfrancis ; e-mail hfrancis@pinehurst.net ; All rights reserved. ; (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;