Non-TrueType Font Enumeration

I noticed there are no OpenType fonts in the font enumeration on Windows due to:
OUT_TT_ONLY_PRECIS being set in the LOGFONT structure

If I change this in the source to OUT_OUTLINE_PRECIS, will it hurt anything? Is there some reason why OpenType fonts aren’t supported in the JUCE enumeration?

…good question. I can’t remember why I used that flag, and can’t think why OUT_OUTLINE_PRECIS would break anything… So it seems like a good idea to change it. Let me know if you notice it causing any problems though!