Modify ↓
#83 closed Bug (Fixed)
_ChooseFont
Reported by: | Bert | Owned by: | Gary |
---|---|---|---|
Milestone: | 3.2.11.1 | Component: | Documentation |
Version: | 3.2.10.0 | Severity: | |
Keywords: | Cc: |
Description
The syntax in the helpfile says:
#Include <Misc.au3> _ChooseFont([$sFontName = "Courier New"[, $iPointSize = 10[, $iColorRef = 0[, $iFontWeight = 0[, $iItalic = False[, $iUnderline = False[, $iStrikethru = False[, $hWndOwner = 0]]]]]]]])
And then the params says:
$sFontName Default font name $iPointSize Pointsize of font $iColorRef COLORREF rgbColors $iFontWeight Font Weight $iItalic Italic $iUnderline Underline $iStrikethru Optional: Strikethru
It's missing $hWndOwner... :)
Attachments (0)
Change History (5)
comment:1 Changed 17 years ago by Gary
- Milestone set to 3.2.12.0
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 17 years ago by Gary
- Resolution fixed deleted
- Status changed from closed to reopened
comment:3 Changed 17 years ago by Gary
- Owner set to Gary
- Status changed from reopened to assigned
comment:4 Changed 17 years ago by Gary
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 17 years ago by Valik
- Milestone changed from 3.2.12.0 to 3.2.11.1
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Corrected Thanks