XmMapSegmentEncoding(Xm) 6 January 1993 XmMapSegmentEncoding(Xm) Name XmMapSegmentEncoding - a compound string function that returns the compound text encoding format associated with the specified font list tag Syntax #include <Xm/Xm.h> char * XmMapSegmentEncoding (fontlist_tag) 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 asso- ciated compound text encoding format. The application is responsible for freeing the storage associated with the returned data by calling XtFree. fontlisttag Specifies the compound string font list tag. Return value Returns a copy of the associated compound text encoding format if the font list tag is found in the registry; otherwise, returns NULL. See also XmCvtXmStringToCT(Xm), XmFontList(Xm), XmRegisterSegmentEncoding(Xm) and XmString(Xm).