[ By Archive-name
| By Author | By Category | By Newsgroup ]
[ Home | Latest Updates | Archive Stats | Search | Usenet References | Help ]
Part1 - Part2 - Single Page
Top Document: comp.cad.autocad AutoLISP FAQ (part 2/2) - samples, code
Previous Document: [24] Circle/Arc Geometry: BULGE conversion, some trigonometry
Next Document: [26] EED Extended Entity Data: Select, Get and Store
[ Home | Latest Updates | Archive Stats | Search | Usenet References | Help ]
-
Search the FAQ Archives
Part1 - Part2 - Single Page
Top Document: comp.cad.autocad AutoLISP FAQ (part 2/2) - samples, code
Previous Document: [24] Circle/Arc Geometry: BULGE conversion, some trigonometry
Next Document: [26] EED Extended Entity Data: Select, Get and Store
[25] DCL: listboxes with tabs or monotext font
Under Windows it's difficult to layout texts because of non-monospaced
fonts. Try it with the tabs attribute in the list_box tile,
such as:
tabs = "0 20 40";
and (set_tile "listbox" "Layer:\t0\twhite")
try the following to use monospaced characters:
: list_box {
label = "Drawing";
key = "dwglist";
width = 50;
fixed_width_font = true; // <- monotext
}
Also might want to look at the detab routine (TAB -> Spaces) at
http://xarch.tu-graz.ac.at/autocad/news/detab.lsp or STD-DETAB in
http://xarch.tu-graz.ac.at/autocad/stdlib/STDSTR.LSP
Top Document: comp.cad.autocad AutoLISP FAQ (part 2/2) - samples, code
Previous Document: [24] Circle/Arc Geometry: BULGE conversion, some trigonometry
Next Document: [26] EED Extended Entity Data: Select, Get and Store
Part1 - Part2 - Single Page
[ By Archive-name | By Author | By Category | By Newsgroup ]
[ Home | Latest Updates | Archive Stats | Search | Usenet References | Help ]
Send corrections/additions to the FAQ Maintainer:
rurban@xarch.tu-graz.ac.at (Reini Urban)
Last Update July 06 2008 @ 00:10 AM