The ZPL II spec for the ^CF command allows font sizes (in dots) between 0 and 32000. Right now these are being restricted to 10 different sizes in font.rb:
When setting the font_size attribute for Zebra::Zpl::Text, we should allow any number between 0 and 32000 as well as the 10 preset Zebra::Zpl::FontSize::SIZE_X we already have defined.
The ZPL II spec for the
^CF
command allows font sizes (in dots) between 0 and 32000. Right now these are being restricted to 10 different sizes in font.rb:When setting the
font_size
attribute forZebra::Zpl::Text
, we should allow any number between 0 and 32000 as well as the 10 presetZebra::Zpl::FontSize::SIZE_X
we already have defined.References
ZPL II Programming guide, page 139