Search found 2 matches

by tanyg
19 Jul 2006, 11:39
Forum: CAD VCL
Topic: question about font and solid object in dxf export
Replies: 3
Views: 19939

thx very much for your reply! about the font,my mean is in DXFExport the default character font is "txt",but i want change it to "Arial",but how? and i use the Unicode character,the code below Data.height = 1; string tmpText = "ExampleText" tmpText = "{\\f" + fontName + tmpText + "}"; //font name Da...
by tanyg
17 Jul 2006, 17:14
Forum: CAD VCL
Topic: question about font and solid object in dxf export
Replies: 3
Views: 19939

question about font and solid object in dxf export

how to add a font and a solid circle to a dxf file when i use dxf export .net to create a dxf file?
thx!