Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmMapSegmentEncoding(3)     Library Functions Manual	 XmMapSegmentEncoding(3)

NAME
     XmMapSegmentEncoding  --  A  compound string function that returns the com-
     pound text encoding format associated with the specified font list tag

SYNOPSIS
     #include <Xm/Xm.h>
     char * XmMapSegmentEncoding(
     char *fontlist_tag);

DESCRIPTION
     XmMapSegmentEncoding searches the segment encoding registry  for  an  entry
     that  matches the specified font list tag and returns a copy of the associ-
     ated compound text encoding format.  The  application  is	responsible  for
     freeing the storage associated with the returned data by calling XtFree.

     fontlist_tag
	       Specifies the compound string font list tag

RETURN
     Returns  a copy of the associated compound text encoding format if the font
     list tag is found in the registry; otherwise, returns NULL.

RELATED
     XmCvtXmStringToCT(3), XmFontList(3), XmRegisterSegmentEncoding(3), and  Xm-
     String(3).

							 XmMapSegmentEncoding(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmMapSegmentEncoding&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help