I haven't tried this but maybe imbedding the font changes something like this?
lblTest.Font=New System.Drawing.Font("Arial",10,(System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic),System.Drawing.GrahicsUnit.Point(CType(0,Byte))
I would guess font size is tricky because the lable object needs to be sized to except a larger font.