﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3944	GUICtrlSetFont (and GUISetFont) sets font name inconsistently	TimRude	Jon	"The following uses of GUICtrlSetFont don't result in the same font name being selected:

GUICtrlSetFont(-1, Default, Default, Default, Default, Default)
GUICtrlSetFont(-1, Default, Default, Default, """", Default)
GUICtrlSetFont(-1, Default)

Using Default as the fontname parameter results in the Microsoft Sans Serif font (on my Win 10 English system). This is the same font that is used if there is no GUICtrlSetFont or GUISetFont statement in effect at all for the control.

Using """" as the fontname, or not specifiying a fontname parameter at all in the function results in the Arial font (on my Win 10 English system).

Demo code and screenshot here:
https://www.autoitscript.com/forum/topic/209752-inconsistent-results-from-using-guictrlsetfont/?do=getNewComment"	Bug	assigned		AutoIt	3.3.16.1	None		GUICtrlSetFont GUISetFont	
