Customizing Listbox text in Shoes

I’m writing a shoes app (“Policeman” release) that contains a listbox
with items that I want to display in a particular font, because they
contain characters that don’t display in certain fonts. I also want to
adjust the font size because the default size is small and hard to read.
Does anyone know how to set the font and font size of listbox items in
shoes?

Here’s basically what I’m trying to do:

Shoes.app do
stack do
list_box :items => [“dʌbəlkwoʊd”],
:height => 100,
:font => “Lucida Sans” #height and font seem to have no
effect
end
end

Just testing that I’ll get an email notification when someone replies…