Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

text_painter::font_info Struct Reference

Stores information needed for text_painter to draw the text . More...

List of all members.

Public Member Functions

 font_info (LOGFONT lf, int min_font_height, int max_font_height, COLORREF cr=RGB(0, 0, 0))

Public Attributes

LOGFONT lf_
int min_font_height_
int max_font_height_
COLORREF cr_


Detailed Description

Stores information needed for text_painter to draw the text .

The LOGFONT describes the font that is used, max_font_height_ and min_font_height_ the range of the height and the COLORREF is the color in which the text will be drawn.




by Steven Weiss. You can contact me at steven11@gmx.de.