


DXmLoadQueryFont(3X)					 DXmLoadQueryFont(3X)



NAME
  DDXXmmLLooaaddQQuueerryyFFoonntt - Loads the font specified by the font name or generates a
  new font name.

SYNOPSIS

  XXFFoonnttSSttrruucctt  **DDXXmmLLooaaddQQuueerryyFFoonntt ((_d,, _f_o_n_t_n_a_m_e))
		 DDiissppllaayy  **_d;;
		 cchhaarr	  **_f_o_n_t_n_a_m_e;;

PARAMETERS

  _d   The pointer to the display on which the font will	be loaded.

  _f_o_n_t_n_a_m_e
      A	pointer	to the XLFD font name used to load a font.

DESCRIPTION

  The DDXXmmLLooaaddQQuueerryyFFoonntt routine loads the font specified	by the font name or,
  if the font fails to load, generates a new font name,	and loads that font
  instead.

RETURN VALUES

  A pointer to the XFontStruct of the font (if a font is successfully
  loaded). If a	font cannot be loaded, Null is returned.
































