void hdFontAttribute::apply(wxBufferedDC &context)
{
	context.SetFont(fontAttributes);
}