How Can I Update The Font And Fontsize In A Pickerwheel?

I did this and nothing changed in my PickerWheel.

[lua]

– Create a new Picker Wheel

local pickerWheel = widget.newPickerWheel

{

  top = _H - 222,

  font = “HelveticaNeue-Light”,

  fontSize = 25,

  columns = columnData,

}

[/lua]

I did this and nothing changed in my PickerWheel.

[lua]

– Create a new Picker Wheel

local pickerWheel = widget.newPickerWheel

{

  top = _H - 222,

  font = “HelveticaNeue-Light”,

  fontSize = 25,

  columns = columnData,

}

[/lua]

Hi, would you be so kind as to [buglink] for this issue and I will investigate it.

Thank you

I did this and nothing changed in my PickerWheel.

[lua]

– Create a new Picker Wheel

local pickerWheel = widget.newPickerWheel

{

  top = _H - 222,

  font = “HelveticaNeue-Light”,

  fontSize = 25,

  columns = columnData,

}

[/lua]

Hi, would you be so kind as to [buglink] for this issue and I will investigate it.

Thank you