logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmMapSegmentEncoding — A compound string function that returns the compound text encoding format

Description

XmMapSegmentEncoding  searches the segment encoding registry for an entry that matches the specified font
       list tag and returns a copy  of  the  associated  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

Name

XmMapSegmentEncoding  —  A  compound  string  function  that  returns  the  compound text encoding format
       associated  with  the  specified  font  list  tag  "XmMapSegmentEncoding"  "compound  string   functions"
       "XmMapSegmentEncoding"

Return

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

Synopsis

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

See Also