With a project's form open in design mode drag the dFont component icon from the toolbox onto the form.
The component icon appears on the panel below the form – it does NOT appear on the form itself. The instance of the component will be given a default name (eg dfont1) which appears in the properties panel when the component is selected. A single Form may contain any number of dFont Components. The first to be added will be called dfont1, the second dfont2, and so on; the names may be changed by the user by modifying the Name property within the Properties box.
The properties panel also displays all other settable properties for the component, and these values will be used as defaults unless properties are changed programmatically within your project.
More:
Setting and retrieving property values programmatically