class Stk_Text: public Stk_Widget

This is a widget to draw some string

Inheritance:


Public Methods

[more] Stk_Text(char *txt, char mode, float x, float y, float w, float h)
Constructor with default font (very slow)
[more] Stk_Text(Stk_Font *, char *txt, char mode, float x, float y, float w, float h)
Constructor
[more] ~Stk_Text()
Destructor
[more]virtual void Draw()
Draw Text
[more]void SetFontSize(float)
Set Font Size
[more]float GetFontSize()
Get Font Size

Private Fields

[more]char mode
Mode ( Right:0 Left:1 Center:2 )


Documentation

This is a widget to draw some string
o Stk_Text(char *txt, char mode, float x, float y, float w, float h)
Constructor with default font (very slow)

o Stk_Text(Stk_Font *, char *txt, char mode, float x, float y, float w, float h)
Constructor

o ~Stk_Text()
Destructor

ovirtual void Draw()
Draw Text

ovoid SetFontSize(float)
Set Font Size

ofloat GetFontSize()
Get Font Size

ochar mode
Mode ( Right:0 Left:1 Center:2 )


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.