'Place Designators Setup Parameters.

'- If you edit this file, take note that between each keyword and value, there is a tab character, not a space. 
'- All the height values are in mils.  
'- All the factor values are unitless
'- comment lines in this file do not have to have the single quote character at the beginning, but if you put one of the 
'- keywords at the beginning of a line with no comment character, it will cause an error. 

'silklfactor increases the virtual height of the text.  The virtual rectangle a text object occupies is a function of its height
'and the length of the text string.  Therefore to make it seem larger, and thus increase space or padding around it, we increase
'virtual height and the width of the text object rectangle follows according to the text value.

'silkplace_l_factor and silkplace_h_factor affect how close to another object a give piece of text will be, depending on which side
'of the text the other object is.  Larger numbers will push the text farther away.  

'The difference between silklfactor and silkplace_l_factor & silkplace_h_factor is that silklfactor increases space on all sides of
'a text object, and the other two only increase it on the top/bottom or left/right sides. 

'The corresponding values for assylfactor, assyplace_l_factor, and assyplace_h_factor work similarly. 

'All of these values are defaults and can be changed within the tool. You will want to experiment wth the fonts you typically use, then
'set these default values according to those fonts and the results you get with different values, so you don't have to type them in every
'time.

'silkscreen text size factors
silklfactor	1.5
silkplace_l_factor	1.5
silkplace_h_factor	1.5
stroke_factor	.17

'The default max and min size values for Silkscreen text:
max_silk_refdes_ht	55
min_silk_refdes_ht	25


'assy text size factors
assylfactor	1.5
assyplace_l_factor	2
assyplace_h_factor	2

'aspect ratio - The default aspect ratio for silk text
aspect_ratio	1

'The default max and min size values for Assy text:
max_assy_refdes_ht	60
min_assy_refdes_ht	15

'dist_past_part_edge limits how far past the end of a part the text will be placed when placement attempts are made along the edges of 
'the part. 
dist_past_part_edge	10

'max_cross_distance limits how far away from a part text will be placed when placement attempts are made near the middle of each part edge.
max_cross_distance	20

'Default fonts for Assy and Silkscreen text:
default_assy_font	Arial
default_silk_font	vf_MentorSTD

'Additional fonts:
'if you have custom fonts that do not show up in the font lists (based on default Mentor font locations), add them here. Add one font per
'line in the lines between the <> and </> brackets.  If these fonts are not actually accessible by Mentor, it will cause an error. 
<additional_assy_fonts>

</additional_assy_fonts>

<additional_silk_fonts>
vf_MentorSTD
</additional_silk_fonts>

