[ Home | Contents | Search | Next | Previous | Up ]
From: Jim (DGI Tech Support) Support@DGNLink.com
Product: Cats
Date: 22 Sep 2000
Time: 13:22:18
Cats will translate a Dgn font to a Dwg text style. The text style must be defined either in a user seed (prototype) file or in the Cats control file.
In the control file, the text style definitions looks like this: Define Style: Name=Aerial Shape=aerial.ttf Name=Special Shape=gothic.ttf EndStyle
Then you can assign fonts to styles like this: If Font=1 Then TextStyle=Aerial Endif If Font=23 Then TextStyle=Special Endif