Preloading fonts

|| cdp family series shape size-list

Defines the font shapes that should be included into the format.

Example:     \DeclarePreloadSizes{OT1}{cmr}{m}{sl}{10,10.95,12}

|| name code

Declares a size-function name for use in a | | command. The interface is still lousy but then there should be no real need to a define new size functions. code is the code that should be performed when the size or size-range in | | matches the requested user size. The size-functions arguments are automatically parsed and placed into |@arg| and |@arg| for inspection. Also available, of course, is |@size| which is the user requested size. To signal success code has to define the command |@font| to contain the external name and any scaling options of the font to be loaded.

Example: \DeclareSizeFunction{}
           {\edef\external@font{\mandatory@arg\space at\f@size}
         (the `empty' size function simplified)