CComponentsHeader: add methode getCaptionFont()

Origin commit data
------------------
Commit: 556b2cccb2
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-07-15 (Tue, 15 Jul 2014)
This commit is contained in:
2014-07-15 16:23:40 +02:00
committed by [CST] Focus
parent d13c205ade
commit cf867d6368

View File

@@ -123,6 +123,8 @@ class CComponentsHeader : public CComponentsForm
virtual void setCaptionAlignment(const int& align_mode){cch_caption_align = align_mode;};
///set text font object for caption
virtual void setCaptionFont(Font* font);
///returns font object of title caption
virtual Font* getCaptionFont(){return cch_font;};
///set text color for caption
virtual void setCaptionColor(fb_pixel_t text_color){cch_col_text = text_color;};