Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ LclOfFntSet(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XLocaleOfFontSet — get the locale of a font set. 

SYNOPSIS

char ∗XLocaleOfFontSet(font_set)
   XFontSet font_set;

ARGUMENTS

font_setSpecifies the font set. 

RETURNS

The locale name (NULL terminated). 

AVAILABILITY

Release 5 and later. 

DESCRIPTION

XLocaleOfFontSet() returns the name of the locale bound to the specified XFontSet, as a null-terminated string. 

The returned locale name string is owned by Xlib and should not be modified or freed by the client.  It may be freed by a call to XFreeFontSet() with the associated XFontSet.  Until freed, it will not be modified by Xlib. 

SEE ALSO

XCreateFontSet(), XExtentsOfFontSet(), XFontsOfFontSet(), XBaseFontNameListOfFontSet(), XContextDependentDrawing(). 

Xlib Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026