使用此函数,您可以检查任何字体资源,以查看其是否具有bold标志。如果执行,函数将返回true,否则返回false。
font_get_bold(ind);
Boolean
if (font_get_bold(fnt_Main)){ draw_set_font(fnt_Main);}
如果在字体属性中将其设置为粗体,则将活动图形字体设置为fnt_Main。