[ Previous | Next | Contents | Glossary | Home | Search ]
x11 R6 Technical Reference

XESetCreateFont Extension Function

Purpose

Defines a procedure to call when the XLoadQueryFont function is called.

Library

Enhanced X-Windows Library (libX11.a)

C Syntax

int (*XESetCreateFont(DisplayPtr, Extension, Procedure))()
Display *DisplayPtr;
int Extension;
int (*Procedure)();

Description

The XESetCreateFont extension function defines a procedure to call when the XLoadQueryFont function is called. This extension returns any previously defined procedure, usually the value of Null.

When the XLoadQueryFont function is called, it is called with the following syntax:

(*Procedure)(DisplayPtr, FontStruct, Codes);
Display *DisplayPtr;
XFontStructure *FontStruct;
XExtCodes *Codes;

Parameters

DisplayPtr Specifies the display device.
Extension Specifies an extension number.
Procedure Specifies a routine to call when a font is created.

Related Information

Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.

The XLoadQueryFont function.

AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.


[ Previous | Next | Contents | Glossary | Home | Search ]