vwidth.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 70 行
1
70 行
.\" SCCSID: @(#)vwidth.1 8.1 9/11/90.TH vwidth 1 VAX "" Unsupported.SH Namevwidth \- make troff width table for a font.SH Syntax.B vwidth\fIfontfile pointsize\fP > ft\fIxx\fP.c.br.B cc -c ft\fIxx\fP.cmv ft\fIxx\fP.o /usr/lib/font/ft\fIxx\fP.SH DescriptionThe.PN vwidthcommand translates from the width information stored in the vfont styleformat to the format expected by .PN troff ..PN troff wants an object file in a.out(5) format.(This fact does not seem to be documented anywhere.).PN troff should look directly in the font file but it doesn't..PP.PN vwidth should be used after editing a font with.MS fed 1 .It is not necessary to use .PN vwidth unless you have made a changethat would affect the width tables.Such changes include numerically editing the width field,adding a new character,and moving or copying a character to a new position.It is.I notalways necessary to use .PN vwidth if the physical width of the glyph(for example, the number of columns in the bit matrix) has changed, butif it has changed much the logical width should probably be changedand .PN vwidth run..PP.PN vwidth produces a C program on its standard output.This program should be run through the C compiler andthe object (that is, the .o file) saved.The resulting file should be placed in .PN /usr/lib/fontin the file.RI ft xxwhere.II xxis a one or two letter code that is the logical (internal to .PN troff )font name.This name can be found by looking in the file.RI /usr/lib/fontinfo/ fname *where.I fnameis the external name of the font..SH RestrictionsProduces the C file using obsolete syntaxabout which the portable C compiler complains..SH See Alsofed(1),vfont(5),troff(1),vtroff(1)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?