Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DXmLoadQueryFont(3X) — OSF/1 1.0 (TIN) MIPS

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmLoadQueryFont(3X)  —  Subroutines

Digital

NAME

DXmLoadQueryFont − Loads the font specified by the font name or generates a new font name. 

SYNOPSIS

XFontStruct ∗DXmLoadQueryFont (d, fontname)
        Display ∗d;
        char   ∗fontname;

DESCRIPTION

The DXmLoadQueryFont routine loads the font specified by the font name or, if the font fails to load, generates a new font name, and loads that font instead. 

Arguments

dThe pointer to the display on which the font will be loaded. 

fontnameA pointer to the XLFD font name used to load a font. 

RETURN VALUES

A pointer to the XFontStruct of the font (if a font is successfully loaded). If a font cannot be loaded, Null is returned.  <P> See the <REFERENCE>(X_WINDOW_SYS) for information about how the X Window DXmFindFontFallback. 

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