Startseite > comp > gb.qt > font 
 en fr es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Zurück  Weiter  Bearbeiten  Umbenennen  Rückgängig  Suchen  Verwaltung  
Dokumentation  
Achtung! Diese Seite wurde noch nicht übersetzt.  Siehe englische Version 
Font (gb.qt)
This class represents a font used for drawing or displaying text in controls.

Symbole
Diese Klasse ist erstellbar.
Diese Klasse verhält sich wie ein nur lesbar-Array.

Eigenschaften  Methoden 
Ascent  Bold  Descent  Fixed  Grade  Italic  Name  Scalable  Size  StrikeOut  Styles  Underline    Height  ToString  Width   

The font object from the Control.Font property keeps a link to the control it comes from, so that modifying this font object modifies the font used for drawing the control.

Beispiel

' Set the font used by MyTextBox for displaying its text
MyTextBox.Font.Name = "Utopia"

' Set the font used by MyTextBox for displaying its text from a string containing the font values
MyTextBox.Font = Font["Arial, 12, bold"]