Opened 17 years ago
Closed 17 years ago
#1079 closed Bug (Fixed)
GUICtrlSetFont Docs incomplete and / or incorrect.
| Reported by: | GEOSoft | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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 , 17 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
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 , 17 years ago
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:5 by , 17 years ago
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 , 17 years ago
| 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.