Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

getinstrs(1) [debian man page]

GETINSTRS(1)						      General Commands Manual						      GETINSTRS(1)

NAME
getinstrs - extracts TrueType instructions for one or more glyphs from a font. SYNOPSIS
getinstrs [options] fontfile glyphs... DESCRIPTION
getinstrs calls the FontForge Python extension to extract instructions from a TrueType font (either .ttf or .sfd) and print them to stdout (redirect to capture them in a file). By default the instructions are printed as an Xgridfit glyph program. Use the -r, --raw command-line option to print them as "raw" instructions instead, or use -x, --xgridfit to enclose the glyph program(s) in an <xgridfit> element, making a complete, valid Xgridfit program. OPTIONS
-h, --help Display a help message and exit. -r, --raw Print "raw" instructions instead of Xgridfit glyph programs. -x, --xgridfit Print XML declaration and <xgridfit> element, making a complete, valid Xgridfit program. SEE ALSO
xgridfit(1), fontforge(1), python(1) AUTHOR
getinstrs was written by Peter Baker <psb6m@virginia.edu>. This manual page was written by Peter Baker 2009-12-16 GETINSTRS(1)

Check Out this Related Man Page

XGFUPDATE(1)						      General Commands Manual						      XGFUPDATE(1)

NAME
xgfupdate - updates an Xgridfit program file to the latest version. SYNOPSIS
xgfupdate file DESCRIPTION
Xgfupdate is a utility that updates an Xgridfit program file so that it validates against the current xgridfit.rnc schema. Xgfupdate out- puts the updated file to stdout. To capture the output in a file, use this syntax: $xgfupdate [options] infile > outfile OPTIONS
-h Display a help message and exit. -v 1|2 Choose a mode in which to run Xgfupdate. "1" updates an Xgridfit program so that it will validate against the 2.0 schema. "2" updates an Xgridfit program from version 1.x or 2.0 to version 2.1 by adding the Xgridfit namespace; it also revises XInclude elements to be aware of the Xgridfit namespace. FILES
/usr/share/xml/xgridfit/util/xgf-update.xsl /usr/share/xml/xgridfit/util/xgf-add-namespace.xsl XSLT scripts that do the updating. /usr/share/xml/xgridfit/util/add-blanks.sed A Sed script that does some formatting of the output. SEE ALSO
xgridfit(1). AUTHOR
Xgfupdate was written by Peter Baker <psb6m@virginia.edu>. This manual page was written by Peter Baker 2009-12-18 XGFUPDATE(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix and Outlook Express

Awhile back I followed instructions in a newsletter (I don't remember which one) giving instructions on making Outlook Express very plain. Unfortunately I followed the instructions but did not make a note of the string. The last word was true. The instructions stated that if one wanted to return to... (0 Replies)
Discussion started by: MarilynNolan
0 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Help! I'm unable to complete my registration

I have followed the instructions contained in my confirmation email and when I do I am referred here: https://www.unix.com/register.php?a=act&u=302021451&i=94824252. When I follow the instructions on that screen I am directed to the same error page. Please assist. Thank you in advance. (1 Reply)
Discussion started by: ramiller01
1 Replies

3. UNIX for Dummies Questions & Answers

questions to a special ls

Hi Can anyone explain me in detail the following instructions (1st and 2nd line only)? ls | \ while IFS= read filename do (some other instructions) done Thanks in advance. Lazy (2 Replies)
Discussion started by: lazybaer
2 Replies

4. Hardware

How to go to GUI from text mode?

Dear All, i am trying to install the redhat linux using graphical mode...but it stucks while probing video card...i have installed linux using text mode it works fine and whole the installation goes fine. after installation if i give startx command it again stucks....looks like a vga card... (9 Replies)
Discussion started by: zaheer.gr8
9 Replies

5. AIX

Using dbx on AIX

Hi, We are porting a virtual machine application which emits native PowerPC instructions. The instructions are written to the data segment and are then executed, similar to the JIT / hot spot technology used in the Java VM. The problem is that the AIX debugger (dbx) will not show me stack... (3 Replies)
Discussion started by: nrgiii
3 Replies

6. Shell Programming and Scripting

extracting substrings from variables

Hello Everyone, I am looking for a way to extract substrings to local variables. Here is the format of the string variable i am using : /var/x/www && /usr/x/share/doc && /etc/x/logs where the substrings i must extract are the "/var/x/www" and such. I was originally thinking of using... (15 Replies)
Discussion started by: jimmy75_13
15 Replies

7. Shell Programming and Scripting

Replace C instructions for system calls

Hi! At first I'm new to this forum and I'm not sure if this post is correct in this place. I have a problem trying to change 2 C instructions for system calls. The code that I have is that: #include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include... (4 Replies)
Discussion started by: alwayslearn
4 Replies