Displays the standard system font dialog to allow the user to select a font for the element specified.
Visual Basic |
---|
Public Function UserItemFontSelect( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal dlgTitle As String, _ ByVal hWndOwner As Long _ ) As Boolean |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
- dlgTitle
- Title for the font selection dialog box.
- hWndOwner
- Owner window for the font dialog (may be NULL).
True if user selected new font
False if canceled or an error
The font attribute must be valid for the type of annotation.