Groups | Search | Server Info | Login | Register


Groups > comp.os.os2.bugs > #216

Re: Postscript bug

From Bogus@Embarq.com (Steve)
Newsgroups comp.os.os2.bugs
Subject Re: Postscript bug
Date 2013-06-29 19:48 +0000
Organization Aioe.org NNTP Server
Message-ID <c1.2b8.3bjQPX$04w@NOVOSAD3.EMBARQ.COM> (permalink)
References <kqj2dt$onp$1@speranza.aioe.org> <c1.2b8.3bhbV3$04v@NOVOSAD3.EMBARQ.COM> <kqkv4j$2jb$1@speranza.aioe.org>

Show all headers | View raw


Hi,

tholen@antispam.ham writes:
>Steve writes:
>
>>> If it can print o-dieresis properly without the hollow attribute,
>>> shouldn't it also be able to print it with the hollow attribute?
>
>> PostScript is a complete programming language, so it can be
>> very complex, and hard to debug.  Your "hollow attribute" is
>> not a built-in feature of PostScript (not a language primative).
>> So you will have to see where it is defined in the document and
>> place some debugging code there.
>
>"Hollow" is what DeScribe calls it.  In the OS/2 Font Palette
>editor, there is an emphasis called "Outline" that appear to
>do the same thing.
>

   Okay, there is a PaintType attribute that describes an outline
action.  It says that a font that is designed to be "filled" can
be "outlined" instead.  PaintType can be part of a font definition.

>The only thing that is obvious in the Postscript file is that
>the text with and without the hollow attribute is preceded with
>
>478 /HelmetCondensed-Bold1 SF
>478 /HelmetCondensed-Bold SF

   In the "Blue Book", "PostScript Language Tutorial and Cookbook",
Adobe Systems Incorporated, there is a routine that creates an outline
font from a filled font (page 203).  So the above makes sense If both
fonts are in both documents.  Not that there are not fonts that are not
filled.  To be filled, an outline must exist defining a glyph.  The Blue
Book and the Language Reference can be downloaded as PDF's. 

   Some fonts are based on lines that are stroked.  Think 'Courier' where
all the lines that make up a glyph have the same width.  And some
fonts are made up of bitmaps.  They cannot be filled or outlined either.
And there are a bunck of fonts that are repackaged True Type fonts.
The outline information may not be available?  And there are/were
encrypted fonts that can't be modified.

   So, examine your font and find out if it is the right type to have an
outline that can be accessed to create a new font.  (The fact that you
are having problems implies...)

   Can you use a standard font to create your document?  That may be
a way to get an acceptable result.

Regards,

Steve N.

Back to comp.os.os2.bugs | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Postscript bug tholen@antispam.ham - 2013-06-28 04:11 +0000
  Re: Postscript bug Bogus@Embarq.com (Steve) - 2013-06-28 11:34 +0000
    Re: Postscript bug tholen@antispam.ham - 2013-06-28 21:27 +0000
      Re: Postscript bug "ivan" <ivanjt@free.fr> - 2013-06-29 11:05 +0000
        Re: Postscript bug tholen@antispam.ham - 2013-06-30 07:19 +0000
      Re: Postscript bug Bogus@Embarq.com (Steve) - 2013-06-29 19:48 +0000
        Re: Postscript bug tholen@antispam.ham - 2013-06-30 07:37 +0000
          Re: Postscript bug Bogus@Embarq.com (Steve) - 2013-06-30 13:11 +0000

csiph-web