TextToPixmap()
Syntax:
TextToPixmap (String text, Real size, Real style) : String
text: Text, der gerendert werden soll
size: Texthöhe in Point (1/72 Zoll)
style: NORMAL, BOLD, ITALIC, UNDERLINE oder eine Kombination davon
Beispiel:
pm := TextToPixmap ("Hallo Welt", 12, BOLD+UNDERLINE)
Beschreibung:
Erzeugt aus
text
eine Pixmap, indem er in der Größe
size
und dem Stil
style
gerendert wird. Die Größe der Pixmap ergibt sich automatisch.
Siehe auch
PageToPixmap()
und
PixelLabel()
.
toposoft 28.10.2024