_ChooseFont
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... :)
Change History
(5)
| Milestone: |
→ 3.2.12.0
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
| Resolution: |
fixed
|
| Status: |
closed → reopened
|
| Owner: |
set to Gary
|
| Status: |
reopened → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
| Milestone: |
3.2.12.0 → 3.2.11.1
|
Corrected Thanks