Set Label.TextFont To Font's Weight?

On OS X 10.9.2, Cocoa build, Xojo R2014r1.1: I need to set the .TextFont of a label to the “weight” version of a font.

Ie, I need the UI labels to have this font (which is a default OS X system font): Helvetica Neue Light

I can set the label’s font to “Helvetica Neue” with no problem, but I don’t see a way to set it to the “Light” version within the font.

Is this possible? If so, how? :wink:

[quote=84418:@Justin Elliott]On OS X 10.9.2, Cocoa build, Xojo R2014r1.1: I need to set the .TextFont of a label to the “weight” version of a font.

Ie, I need the UI labels to have this font (which is a default OS X system font): Helvetica Neue Light

I can set the label’s font to “Helvetica Neue” with no problem, but I don’t see a way to set it to the “Light” version within the font.

Is this possible? If so, how? ;-)[/quote]

Type “Helvetica Neue Light” in the Font field and press tab or return :slight_smile:

Dang it, that was easy. Thanks, I’ll go hide now.