Preferences Schema
FONTS Element
See Also  Send comments on this topic.
Preferences Schema : FONTS Element

Glossary Item Box

Description

Used to specify default fonts for ArcPad in ArcPadPrefs.apx.

Diagram

LABEL Element DIALOG Element Sequence FONTS Element

Overview

FONTS
Used to specify default fonts for ArcPad in ArcPadPrefs.apx.
Sequence
DIALOG
Used to specify the dialog box font for ArcPad in ArcPadPrefs.apx.
LABEL
Used to specify the label font for ArcPad in ArcPadPrefs.apx and to define a Label control in a form.Used to specify the label font for ArcPad in ArcPadPrefs.apx and to define a Label control in a form.

Remarks

 

Examples

Source

<xs:element name="FONTS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify default fonts for ArcPad in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="pre:DIALOG" />
      <xs:element ref="pre:LABEL" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.