1XmMapSegmentEncoding(library call) XmMapSegmentEncoding(library call)
2
3
4
6 XmMapSegmentEncoding — A compound string function that returns the com‐
7 pound text encoding format associated with the specified font list tag
8
10 #include <Xm/Xm.h>
11 char * XmMapSegmentEncoding(
12 char *fontlist_tag);
13
15 XmMapSegmentEncoding searches the segment encoding registry for an
16 entry that matches the specified font list tag and returns a copy of
17 the associated compound text encoding format. The application is
18 responsible for freeing the storage associated with the returned data
19 by calling XtFree.
20
21 fontlist_tag
22 Specifies the compound string font list tag
23
25 Returns a copy of the associated compound text encoding format if the
26 font list tag is found in the registry; otherwise, returns NULL.
27
29 XmCvtXmStringToCT(3), XmFontList(3), XmRegisterSegmentEncoding(3), and
30 XmString(3).
31
32
33
34 XmMapSegmentEncoding(library call)