


XmFontListRemoveEntry(3X)			    XmFontListRemoveEntry(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmFFoonnttLLiissttRReemmoovveeEEnnttrryy	- A font list function that removes a font list	entry
  from 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tRReemmoovveeE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tRReemmoovveeEEnnttrryy	creates	a new font list	that contains the contents of
  _o_l_d_l_i_s_t minus	those entries specified	in _e_n_t_r_y.  The routine removes any
  entries from _o_l_d_l_i_s_t that match the components (tag, type font/font set) of
  the specified	entry.	The function deallocates the original font list	after
  extracting the required information.	The caller uses	XXmmFFoonnttLLiissttEEnnttrryyFFrreeee
  to recover memory allocated for the specified	entry.	This routine does not
  free the XXFFoonnttSSeett or XXFFoonnttSSttrruucctt associated with the font list entry that
  is removed.

  _o_l_d_l_i_s_tSpecifies the font list

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

RETURN VALUE
  If _o_l_d_l_i_s_t is	NULL, the function returns NULL.  If _e_n_t_r_y is NULL or no
  entries are removed,	the  function returns _o_l_d_l_i_s_t.	Otherwise, it 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tAAppppeennddEEnnttrryy((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)), and	XXmmFFoonnttLLiissttFFrreeee((33XX)).
























