DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ S T

⟦e365f82bb⟧ TextFile

    Length: 847 (0x34f)
    Types: TextFile
    Names: »Sx_GetDefaultFo«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/Toolkit/Sx/doc/Sx_GetDefaultFo« 

TextFile

.TH Sx_GetDefaultFont sx
.BS
.NA
Sx_GetDefaultFont, Sx_SetDefaultFont \- default font used by Sx
.SY
#include <X/Xlib.h>
#include <sx.h>
.sp
FontInfo *
Sx_GetDefaultFont()
.sp
Sx_SetDefaultFont(\fIfontPtr\fP)
.AR
.AS FontInfo *fontPtr
.AP FontInfo *fontPtr in
Font to use in Sx routines when no explicit font is given.
.BE

.SH DESCRIPTION
.PP
Many of the Sx library routines take a \fIfontPtr\fP parameter,
which indicates how to display text in a particular window.  When
a NULL \fIfontPtr\fP is provided to one of these procedures it
uses a default font, which is normally ``serif.r.11'', if it exists,
or ``8x13'' otherwise.  Sx_GetDefaultFont returns information about
the current default font, and
Sx_SetDefaultFont can be invoked to change
the default font to an arbitrary font, which is given by \fIfontPtr\fP.

.SH KEYWORDS
default, font