I use
$label=$main->Label(-textvariable=>\$txt, -font => 'arial 190');
in a perl Tk script that should produce a label that has a font as big as the screen. But I can use 'fixed 90' or 'fixed 190', it never gets higher than about 1cm. What am I doing wrong?