コード例 #1
0
ファイル: base_cf.cpp プロジェクト: nickjhathaway/mathgl
void MGL_EXPORT mgl_set_font_size(HMGL gr, double size)		{	gr->SetFontSize(size);	}