Thread Vertikale Spaltenbeschriftung für table (HTML) (72 answers)
Opened by bianca at 2010-08-01 20:39

GwenDragon
 2010-08-02 13:51
#140234 #140234
User since
2005-01-17
14554 Artikel
Admin1
[Homepage]
user image
Mit GD::Font->load kannst du nur die internen Fonts oder GD-Font-Dateien laden.

Unter http://search.cpan.org/perldoc?GD#Font_Utilities steht:
Quote
For more fonts, compile libgd with TrueType support and use the stringFT() call.


TrueType ist laut CPAN mit der Methode stringFT zu laden:
Quote
@bounds = $image->stringFT($fgcolor,$fontname,$ptsize,$angle,$x,$y,$string,\%options)

This method uses TrueType to draw a scaled, antialiased string using the TrueType vector font of your choice. It requires that libgd to have been compiled with TrueType support, and for the appropriate TrueType font to be installed on your system.
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Vertikale Spaltenbeschriftung für table (HTML)