Sponsored Content
Full Discussion: enscript color
Top Forums Shell Programming and Scripting enscript color Post 302547491 by yazu on Tuesday 16th of August 2011 12:52:48 AM
Old 08-16-2011
1. Well, you convert your "file.txt" to html (--language=html). It's not me - the enscript manual uses the word "language" with different meanings. Smilie
2. Enscript knows nothing about Souvenir-DemiItalic font. You should convert (make AFM file for this font) by yourself. I don't know how, but I know it's possible. Smilie
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Enscript

I'm trying to print a perlscript file from nedit using the enscript command. It reads as follows: enscript -dbigbird -R -G -b"my_perl_script.pl" This is the printer command line when I print from nedit. I also have the language set to perl under preferences. This allows me to view comments... (1 Reply)
Discussion started by: mirzabhai
1 Replies

2. UNIX for Dummies Questions & Answers

How to change the background color in the init 3 mode(not line color)

Hello, I am using RHEL 6.1 on VMware I am searching for a way to change background color (not line by line color wich one can using tput command) basically changing the color of the whole screen to white instead of the default black and changing font color to black and alos would like to... (2 Replies)
Discussion started by: Dexobox
2 Replies
XmFontListEntryLoad(3X) 												   XmFontListEntryLoad(3X)

NAME
XmFontListEntryLoad - A font list function that loads a font or creates a font set and creates an accompanying font list entry SYNOPSIS
#include <Xm/Xm.h> XmFontListEntry XmFontListEntryLoad (display, font_name, type, tag) Display *display; char *font_name; XmFontType type; char *tag; DESCRIPTION
XmFontListEntryLoad loads a font or creates a font set based on the value of the type argument. It creates and returns a font list entry that contains the font or font set and the specified tag. If the value of type is XmFONT_IS_FONT, the function uses the XtCvtStringToFontStruct routine to convert the value of font_name to a font struct. If the value of type is XmFONT_IS_FONTSET, the function uses the XtCvtStringToFontSet converter to create a font set in the current locale. XmFontListEntryLoad creates a font list entry that contains the font or font set derived from the converter. For more information about XtCvtStringToFontStruct and XtCvtStringToFontSet, see X Toolkit Intrinsics--C Language Interface. Specifies the display where the font list will be used. Specifies an X Logical Font Description (XLFD) string, which is interpreted either as a font name or as a base font name list. A base font name list is a comma-separated and NULL-terminated string. Specifies whether the font_name argument refers to a font name or to a base font name list. Valid values are XmFONT_IS_FONT and XmFONT_IS_FONTSET. Specifies the tag of the font list entry to be created. The tag may be specified as XmFONTLIST_DEFAULT_TAG. XmFONTLIST_DEFAULT_TAG is used to identify the default font list element in a font list when specified as part of a resource. RETURN VALUE
If the specified font is not found, or the specified font set can not be created, returns NULL; otherwise, returns a font list entry. SEE ALSO
XmFontList(3X), XmFontListAppendEntry(3X), XmFontListEntryCreate(3X), XmFontListEntryFree(3X), XmFontListEntryGetFont(3X), XmFontListEn- tryGetTag(3X), XmFontListRemoveEntry(3X) XmFontListEntryLoad(3X)
All times are GMT -4. The time now is 11:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy