|
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 See reader questions & answers on this topic! - Help others by sharing your knowledge
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
User Contributions: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 [ Usenet FAQs | Web FAQs | Documents | RFC Index ] Send corrections/additions to the FAQ Maintainer: rurban@xarch.tu-graz.ac.at (Reini Urban)
Last Update March 27 2014 @ 02:11 PM
|

Comment about this article, ask questions, or add new information about this topic: