C# Class Hyena.Gui.Canvas.TextBlock

Inheritance: Hyena.Gui.Canvas.CanvasItem
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Méthodes publiques

Méthode Description
Arrange ( ) : void
Measure ( Size available ) : Size
TextBlock ( ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
ClippedRender ( Hyena context ) : void

Private Methods

Méthode Description
EnsureLayout ( ) : bool
GetFormattedText ( string text ) : string
GetPangoFontWeight ( FontWeight weight ) : Pango.Weight
GetPangoWrapMode ( TextWrap wrap ) : Pango.WrapMode
GetText ( ) : string
UpdateLayout ( string text, double width, double height, bool forceWidth ) : void

Method Details

Arrange() public méthode

public Arrange ( ) : void
Résultat void

ClippedRender() protected méthode

protected ClippedRender ( Hyena context ) : void
context Hyena
Résultat void

Measure() public méthode

public Measure ( Size available ) : Size
available Size
Résultat Size

TextBlock() public méthode

public TextBlock ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string