


XmFontListAppendEntry(3X)			    XmFontListAppendEntry(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmFFoonnttLLiissttAAppppeennddEEnnttrryy	- A font list function that appends an entry to	a
  font list

SYNOPSIS


  ##iinncclluuddee <<XXmm//XXmm..hh>>
  XXmmFFoonnttLLiisstt XXmmFFoonnttLLiissttAAppppeennddEEnnttrryy ((_o_l_d_l_i_s_t, _e_n_t_r_y))
       XXmmFFoonnttLLiisstt  _o_l_d_l_i_s_t;;
       XXmmFFoonnttLLiissttEEnnttrryy_e_n_t_r_y;;

DESCRIPTION
  XXmmFFoonnttLLiissttAAppppeennddEEnnttrryy	creates	a new font list	that contains the contents of
  _o_l_d_l_i_s_t.  This function copies the contents of the font list entry being
  added	into this new font list.  If _o_l_d_l_i_s_t is	NULL, XXmmFFoonnttLLiissttAAppppeennddEEnnttrryy
  creates a new	font list containing only the single entry specified.

  This function	deallocates the	original font list after extracting the
  required information.	 The caller must free the font list entry by using
  XXmmFFoonnttLLiissttEEnnttrryyFFrreeee.

  _o_l_d_l_i_s_tSpecifies the font list to be added to

  _e_n_t_r_y	 Specifies the font list entry to be added

RETURN VALUE
  If _e_n_t_r_y is NULL, returns _o_l_d_l_i_s_t; otherwise,	returns	a new font list.

RELATED	INFORMATION
  XXmmFFoonnttLLiisstt((33XX)), XXmmFFoonnttLLiissttEEnnttrryyCCrreeaattee((33XX)), XXmmFFoonnttLLiissttEEnnttrryyFFrreeee((33XX)),
  XXmmFFoonnttLLiissttEEnnttrryyLLooaadd((33XX)), XXmmFFoonnttLLiissttFFrreeee((33XX)), and XXmmFFoonnttLLiissttRReemmoovveeEEnnttrryy((33XX))..


























