コード例 #1
0
ファイル: hdFontAttribute.cpp プロジェクト: GHnubsST/pgadmin3
void hdFontAttribute::apply(wxBufferedDC &context)
{
	context.SetFont(fontAttributes);
}