JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Font Administrator User's Guide
search filter icon
search icon

Document Information

Preface

1.  Getting Started

2.  Viewing Fonts

3.  Making Fonts Available

A.  Font Administrator Messages

B.  Font Administrator Utilities

Adding Font Path Elements (sdtfpadd)

sdtfpadd Command Syntax

Listing Font Path Elements (sdtfpls)

sdtfpls Command Syntax

Removing Font Path Elements (sdtfprm)

sdtfprm Command Syntax

Installing Fonts (sdtfontadd)

sdtfontadd Command Syntax

Listing Fonts (sdtfontls)

sdtfontls Command Syntax

Removing Fonts (sdtfontrm)

sdtfontrm Command Syntax

C.  Asian Font Sets

Index

Installing Fonts (sdtfontadd)

This utility installs fonts to the directory you specify.

sdtfontadd Command Syntax

/usr/dt/bin/sdtfontadd [-e dir][-v][-f][font_name ...] fromdir todir

where:

-e dir

If the user is the root user, the font path for the OpenWindows installation in this directory will be updated as necessary. That is, if todir is not in the font path, sdtfontadd appends it to the font path. If this option is not specified, the default is /usr/openwin.

-v

Runs sdtfontadd in verbose mode, displaying a message to standard output (usually the monitor) as each font is installed.

-f

Runs sdtfontadd with no user interaction. If a conflicting font is read-only, it is not overwritten. Otherwise, conflicting fonts are replaced by the new font.

font_name ...

Represents a list of fonts to install.


Note - Type quotes around font names to make sure that they are interpreted correctly.

If no font is specified on the command line, sdtfontadd expects to receive font names from standard input (usually the keyboard).


fromdir

Specifies the directory from which sdtfontadd will copy the fonts.

todir

Specifies the directory into which sdtfontadd will install the fonts.