Thread Textumgang (2 answers)
Opened by J-jayz-Z at 2005-04-20 15:47

Froschpopo
 2005-04-20 15:48
#43667 #43667
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
z.B. so:
Code: (dl )
-font => '{Arial} 9 {normal}'

anstelle von normal kannst du z.b. bold, underline etc. nehmen.

Bei mir stellt Linux die Schrift teilweise etwas anders dar... deshalb mach ich gelegentlich sowas in der Art wie:
Code: (dl )
-font => $^O eq 'MSWin32' ? '{Arial} 9 {normal}' :'{Helvecita}10 {normal}'
\n\n

<!--EDIT|Froschpopo|1115854077-->

View full thread Textumgang