Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmStringBaseline(3Xm) — RISC iX 1.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmStringCreate(3Xm)

XmStringBaseline(3Xm)  —  UNIX Programmer’s Manual

NAME

XmStringBaseline — a compound string function that returns the number of pixels between the top of the character box and the baseline of the first line of text.

SYNOPSIS

#include <Xm/Xm.h> Dimension XmStringBaseline (fontlist, string)
XmFontListfontlist;
XmStringstring;

DESCRIPTION

XmStringBaseline returns the number of pixels between the top of the character box and the baseline of the first line of text in the provided compound string. 

fontlistSpecifies the font list. 

stringSpecifies the string. 

RETURN VALUE

Returns the number of pixels between the top of the character box and the baseline of the first line of text. 

RELATED INFORMATION

XmStringCreate(3Xm). 

7th Edition

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