Opened on Jul 19, 2009 at 6:25:29 PM
Closed on Aug 2, 2009 at 1:32:37 PM
#1079 closed Bug (Fixed)
GUICtrlSetFont Docs incomplete and / or incorrect.
| Reported by: | GEOSoft | Owned by: | Jpm |
|---|---|---|---|
| Milestone: | 3.3.1.2 | Component: | Documentation |
| Version: | 3.3.1.1 | Severity: | None |
| Keywords: | Font quality size | Cc: |
Description
For GUICtrlSetFont there seems to be some inconsistency and missing information.
To begin with, the following line
"For some control as label ones the default can be 8.5 instead of 9 according to Windows Theme Values."
would have been better as
"For some controls such as labels, the default size can be 8.5 instead of 9 according to Windows Theme Values."
However that whole line is made redundant by Size in the parameter table.
Fontsize (default is 8.5).
Of more importance is the total lack of possible options for the Quality parameter.
Attachments (0)
Change History (6)
follow-up: 3 comment:1 by , on Jul 20, 2009 at 9:59:42 PM
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
comment:3 by , on Jul 24, 2009 at 7:32:43 AM
Replying to Jpm:
It is a design decision to expose only some font attributes. Quality was excluded.
For the Franglish that I certainly wrote I will correct the doc as suggested.
Not sure I understand here. Is the Quality parameter being removed? I did discover that the default quality is 2 which would indicate that we are looking at a numeric range but I've been unable to find out what that range is.
comment:4 by , on Aug 2, 2009 at 1:28:32 PM
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:5 by , on Aug 2, 2009 at 1:29:44 PM
In fact this Quality parameter was introduce as the last parameter we will add.
doc will be updated
Sorry for the wrong answer ;)
comment:6 by , on Aug 2, 2009 at 1:32:37 PM
| Milestone: | Future Release → 3.3.1.2 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed in version: 3.3.1.2

It is a design decision to expose only some font attributes. Quality was excluded.
For the Franglish that I certainly wrote I will correct the doc as suggested.