Lines Matching refs:FontSize

383             FontSize => 12,
427 FontSize => 8,
453 FontSize => 8,
496 FontSize => 12,
512 FontSize => 8,
721 if ( !defined( $Param{FontSize} ) || $Param{FontSize} <= 0 ) {
722 $Param{FontSize} = 10;
724 if ( !defined( $Param{Lead} ) || $Param{Lead} < -( $Param{FontSize} ) ) {
725 $Param{Lead} = int( $Param{FontSize} / 4 );
845FontSize => $Param{CellData}->[$Row]->[$Column]->{FontSize},
910 FontSize => $Param{CellData}->[$Row]->[$Column]->{FontSize},
1112 if ( !defined( $Param{FontSize} ) || $Param{FontSize} <= 0 ) {
1113 $Param{FontSize} = 10;
1115 if ( !defined( $Param{Lead} ) || $Param{Lead} < -( $Param{FontSize} ) ) {
1116 $Param{Lead} = int( $Param{FontSize} / 4 );
1149 FontSize => $Param{FontSize},
1159 $Text->font( $Self->{Font}->{ $Param{Font} }, $Param{FontSize} );
1174 FontSize => $Param{FontSize},
1195 Y => $Position{Y} - $Param{FontSize} - $Param{Lead},
1200 Y => $Position{Y} - $Param{FontSize},
1979 FontSize => $Cell->{FontSize},
2000 FontSize => $Cell->{FontSize},
2009 if ( $Cell->{FontSize} < $MinFontSize ) {
2010 $MinFontSize = $Cell->{FontSize};
2347 FontSize => $Cell->{FontSize},
2353 if ( $Cell->{FontSize} > $BiggerstFontSize ) {
2354 $BiggerstFontSize = $Cell->{FontSize};
2518 FontSize => $Param{FontSize},
2678 FontSize => $Param{FontSize},
2682 my $RowHeight = $Param{FontSize};
2704 FontSize => $Param{FontSize},
2714 FontSize => $Param{FontSize},
2722 FontSize => $Param{FontSize},
2784 FontSize => $Param{FontSize},
2792 FontSize => $Param{FontSize},
2803 FontSize => $Param{FontSize},
2819 FontSize => $Param{FontSize},
2889 return $Self->{CacheStringWidth}->{ $Param{Font} }->{ $Param{FontSize} }->{ $Param{Text} }
2890 if $Self->{CacheStringWidth}->{ $Param{Font} }->{ $Param{FontSize} }->{ $Param{Text} };
2896 $Self->{TextWidthObject}->font( $Self->{Font}->{ $Param{Font} }, $Param{FontSize} );
2904 …$Self->{CacheStringWidth}->{ $Param{Font} }->{ $Param{FontSize} }->{ $Param{Text} } = $StringWidth;