Installing AVEVA Fonts into MicroStation
- Last UpdatedNov 27, 2025
- 3 minute read
To keep them separate the required fonts should be installed into a new font resource library called, for example, myfont.rsc, which should be placed with the supplied font resource libraries, typically in the directory ...\bentley\workspace\system\symb
MicroStation refers to fonts by a number not by the name. AVEVA fonts are supplied as AutoCAD .shx files as part of AutoDRAFT. These are supplied in the directory %PDMSEXE%\autodraftfonts (or another location).
Once fonts have been installed, they may be checked using the element/text menu. The newly installed fonts should be visible together with the font numbers assigned by MicroStation to the new fonts. If necessary, font numbers may be modified (see Changing MicroStation Font Numbers, below).
The font installation should follow the step-by-step procedure:
Creating a New Font Resource Library
(This step may be skipped if using an existing resource library)
|
Menu: |
Utilities>Install Fonts |
|
Button: |
New (Rightmost window)
|
|
Button: |
OK |
Selecting .shx Files to Add to Resource Library
|
Menu: |
Open (Leftmost window) |
|
Button: |
Set Type to .shx
|
|
Button: |
Add |
|
Button: |
Done |
Selecting the Library Destination
|
Button: |
Open (Rightmost window)
|
|
Button: |
OK |
Copying the Fonts into the Library
In the leftmost window, select the required source files. Font details should appear.
|
Button: |
Copy |
|
Button: |
Done |
Checking the Installation
|
Menu: |
Element>Text |
|
Changing MicroStation Font Numbers
|
Menu: |
Utilities>Install Fonts |
|
Button: |
Open (rightmost window)
|
Select the Required .rsc Library
|
Button: |
OK
Font geometry files fontNNN.dgn must then be created to match the font numbers in the resource file. |
Creating a New Font Geometry File
Font geometry files (or "magic font-files") are used by Draft to export font geometry and alignment correctly to MicroStation. One of these files is required for each font used. The MicroStation font number NNN is included in the name of these files. These files contain a set of instructions and various other text data. These files should not be modified other than as described below, since the data in these files is required for Draft DGN output to work correctly.
In order to create a font geometry file for a new font, open an existing font geometry file (a set of these is supplied in %PDMSEXE%\dgndata) and follow the instructions displayed there. This involves using the MicroStation EDG utility to change the font used. (The EDG utility is installed alongside MicroStation, for example in ...\Bentley\Program\Edg\edg.exe.) The instructions in the fontNNN.dgn files are repeated here.
To create an external font do the following:
-
Make sure you have made a copy of this design file.
-
The new name must start with 'font' appended with the font number. (for example, font186.dgn for MicroStation font number 186)
-
Open this file in EDG first and type 'modify font=<n> whole' where <n> is the new font number.
-
Open this file in MicroStation and type 'mdl load fixrange' (Use Keyin option).
-
Compress and close the design file. (Use Compress on File menu)
-
Place the file in a directory where it can be found by the OpenDGN kernel (which is used by Draft DGN output). Either this is either the current directory or a directory accessed by means of an environment variable called 'OPENDGN_FONT_DIR'.
We recommended that these fonts are placed in %PDMSEXE%\dgndata. If you need different font resource libraries for different projects we suggest that you create sub-directories and point OPENDGN_FONT_DIR to the appropriate one for the project.