Modify ↓
#3210 closed Feature Request (Completed)
None of the $iCharSets are declared in GuiRichEdit.au3
| Reported by: | InunoTaishou | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | Severity: | None | |
| Keywords: | Richedit, Variable, Declared, Charset | Cc: |
Description
When using _GUICtrlRichEdit_SetFont one of the optional parameters is $iCharSet for the character set to use in the control. None of the variables showned in the help file are declared in the GuiRichEdit.au3 file. All of the fonts are included in FontConstants.au3 but this .au3 file is not included in GuiRichEdit.au3
Attachments (1)
Change History (6)
by , 10 years ago
| Attachment: | Example.au3 added |
|---|
comment:1 by , 10 years ago
Its more like a feature request, Addition of "All constants are included in FontConstants.au3" would suffice :)
comment:2 by , 10 years ago
| Type: | Bug → Feature Request |
|---|
This is not an error as the constants are defined in the doc.
I move it to request feature
comment:4 by , 10 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [11675] in version: 3.3.15.1
Note:
See TracTickets
for help on using tickets.

Example of error