SRGraphLabel::GetFont

CFont * SRGraphLabel::GetFont(void)

Returns a pointer the current font

Defined in: SRGraphLabel.cpp

Return Value

Pointer to the relevant CFont object

Remarks

If this label is a "stand alone" item, it will use its own internal font. It will also use this font if it has been instructed to use the "local font". If this label is a member of a label block and local font usage was not specified, then GetFont will return a pointer to the font controlled by the SRGraphLabelBlock parent.