Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmfontlistnextentry(3x) [osf1 man page]

XmFontListNextEntry(3X) 												   XmFontListNextEntry(3X)

NAME
XmFontListNextEntry - A font list function that returns the next entry in a font list SYNOPSIS
#include <Xm/Xm.h> XmFontListEntry XmFontListNextEntry (context) XmFontContext context; DESCRIPTION
XmFontListNextEntry returns the next entry in the font list. The application uses the XmFontListInitFontContext routine to create a font list context. The first call to XmFontListNextEntry sets the context to the first entry in the font list. The application then calls XmFontListNextEntry repeatedly with the same context. Each succeeding call accesses the next entry of the font list. When finished, the application calls XmFontListFreeFontContext to free the allocated font list context. Specifies the font list context RETURN VALUE
Returns NULL if the context does not refer to a valid entry or if it is at the end of the font list; otherwise, it returns a font list entry. SEE ALSO
XmFontList(3X), XmFontListEntryFree(3X), XmFontListEntryGetFont(3X), XmFontListEntryGetTag(3X), XmFontListFreeFontContext(3X), XmFontLis- tInitFontContext(3X) XmFontListNextEntry(3X)

Check Out this Related Man Page

XmFontListNextEntry(library call)										 XmFontListNextEntry(library call)

NAME
XmFontListNextEntry -- A font list function that returns the next entry in a font list SYNOPSIS
#include <Xm/Xm.h> XmFontListEntry XmFontListNextEntry( XmFontContext context); DESCRIPTION
XmFontListNextEntry returns the next entry in the font list. The application uses the XmFontListInitFontContext routine to create a font list context. The first call to XmFontListNextEntry sets the context to the first entry in the font list. The application then calls XmFontListNextEntry repeatedly with the same context. Each succeeding call accesses the next entry of the font list. When finished, the application calls XmFontListFreeFontContext to free the allocated font list context. context Specifies the font list context RETURN
Returns NULL if the context does not refer to a valid entry or if it is at the end of the font list; otherwise, it returns a font list entry. If the function does return a font list entry, the font list entry is not a copy. Therefore, the application should not free the returned font list entry. RELATED
XmFontList(3), XmFontListEntryFree(3), XmFontListEntryGetFont(3), XmFontListEntryGetTag(3), XmFontListFreeFontContext(3), and XmFontLis- tInitFontContext(3). XmFontListNextEntry(library call)
Man Page

4 More Discussions You Might Find Interesting

1. Debian

Why our application can't show the BarCode Font?

We use the debian 4.0 Linux with the wine 1.0. When we run our application on this platform, there is a problem: The Barcode can't be displayed correctly, but occurs some Garbled. The font we use is “Carolinabar-B39-25F2”. But when we install the wine-0.9.25 instead of wine-1.0, the barcode can... (1 Reply)
Discussion started by: gongweixiang
1 Replies

2. Shell Programming and Scripting

regex to find font class

So, I need to find the instances of a certain font and remove it....so far in my testing I am using the find command with regex to find a font I want to pull out. However, I seem to be slightly stuck, and I am sure the beard stroking Unix geniuses here can help me. My example code: find... (7 Replies)
Discussion started by: tlarkin
7 Replies

3. Solaris

Xterm font in JDE or Java apps in CDE

Hello, I'm trying to find out which font xterm uses by default in CDE. I like it, it's nice and clean. My problem is that Java based applications like jEdit cannot find it. Could anybody tell me what is the name of the font? Example is attached. Thank You, PN. (1 Reply)
Discussion started by: pn8830
1 Replies

4. Programming

Change font in Motif

Does anyone know how to change the font size into a larger one, in a basic Motif application? (1 Reply)
Discussion started by: JenniferKuiper
1 Replies