Posted by:
mjan This is by design.
The font picker dialog lists all font families. Each family is then listed with the four font styles that Windows can handle. For example, "Helvetica" "Helvetica Bold", "Helvetica Italic" and "Helvetica BoldItalic" are not four fonts. They are four style variations of the same font. Besides making the list 1/4 as long and 4 times as fast, this is also the most intuitive way of listing fonts (compare to virtually any font picker in any application).
This obviously does not work when you have more sophisticated style variations, such as Semi-bold, light, black, book, heavy, expertset, script, old-style, etc. Since Windows does not allow for a family to contain more than the above mentioned variations, fonts are often broken into sub-families. For example, "Helvetica Narrow" is treated as a different family than "Helvetica". This is not as pretty as one would like, but it does work.
In your case, you are working with two families; "Helvetica BQ" and "Helvetica BQ-light". This is of course all from the technical perspective of Windows. As such, there may be a bold, regular, italic and bold italic version of both families (although a bold version of the light family would not make much sense).
So, "Helvetica BQ Bold" is the "Bold" style of the "Helvetica BQ" family. Pick "Helvetica BQ" and then "Bold" and you are all set. You may also pick combinations that do not really exist, in which case Windows will do it's best to create the style variation for you.
WEFT Development,
- Michael