

Normal = createFont("QuicksandBook-Regular", 100) Text("PROCESSING", width/2, height/numLines*7) Īnyway, I tried a variant of your sketch, on Windows 7, with another font: PFont normal, normalItalic, bold, boldItalic Text("PROCESSING", width/2, height/numLines*6) Text("PROCESSING", width/2, height/numLines*5) Text("PROCESSING", width/2, height/numLines*4) Text("PROCESSING", width/2, height/numLines*3) Text("PROCESSING", width/2, height/numLines*2) Text("PROCESSING", width/2, height/numLines*1) NormalItalic = createFont("GillSans-Italic", 100) īoldItalic = createFont("GillSans-BoldItalic", 100) īlack = createFont("GillSans-UltraBold", 100) LightItalic = createFont("GillSans-LightItalic", 100) Light = createFont("GillSans-Light", 100) bold = createFont("Helvetica-Bold", 100) light = createFont("Helvetica-Light", 100) PFont light, lightItalic, normal, normalItalic, bold, boldItalic, black Tested both the behaviour of createFont and loadFont, but they seem the same. I'm about ready to file this as a bug, but just to be sure anyone else trouble getting certain font styles to work in Processing? I seem to have invariably trouble getting Light variants of fonts to work, and whether condensed works seems arbitrary.
