GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmMapSegmentEncoding(3) FreeBSD Library Functions Manual XmMapSegmentEncoding(3)

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

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

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

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

XmCvtXmStringToCT(3), XmFontList(3), XmRegisterSegmentEncoding(3), and XmString(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.