Subversion Repositories spk

Rev

Rev 123 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 123 Rev 242
Line 41... Line 41...
41
    virtual void SetRightMargin(int nRightMargin);
41
    virtual void SetRightMargin(int nRightMargin);
42
    virtual int GetRightMargin(void);
42
    virtual int GetRightMargin(void);
43
    virtual void SetAlignment(int nAlignment = DT_LEFT);
43
    virtual void SetAlignment(int nAlignment = DT_LEFT);
44
 
44
 
45
    virtual void OnDraw(CLCDGfx &rGfx);
45
    virtual void OnDraw(CLCDGfx &rGfx);
46
	virtual void SetText ( const std::string &szText );
46
	virtual void SetText ( const std::wstring &szText );
47
 
47
 
48
    enum { DEFAULT_DPI = 96, DEFAULT_POINTSIZE = 8 };
48
    enum { DEFAULT_DPI = 96, DEFAULT_POINTSIZE = 8 };
49
 
49
 
50
protected:
50
protected:
51
    void DrawText(CLCDGfx &rGfx);
51
    void DrawText(CLCDGfx &rGfx);