DO NOT REPLY [Bug 35948] pre-patch for FOrayFont adaptation to Fop

2012-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35948

--- Comment #12 from Glenn Adams gl...@skynav.com 2012-04-03 20:58:26 UTC ---
vincent, should this bug remain open? is the proposed patch still needed?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 35948] - pre-patch for FOrayFont adaptation to Fop

2006-09-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35948.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35948





--- Additional Comments From [EMAIL PROTECTED]  2006-09-27 15:29 ---
I have committed the patch with minor changes to the hardcoded pathnames, to
allow symbolic links to be used for them.

See 

 
http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/foray-font/README-foray-font.txt

for how to run this

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35948] - pre-patch for FOrayFont adaptation to Fop

2006-09-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35948.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35948


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #17207|0   |1
is obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2006-09-26 13:56 ---
Created an attachment (id=18917)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=18917action=view)
Updated patch for the current trunks of Fop and FOrayFont

This is an early patch updating the old one to the trunks of both Fop and
FOray.
This patch is completely broken! It is mainly provided so that Bertrand can
start his work on the OpenType support, basing it on FOrayFont instead of the
soon-to-be-removed current font library.

Only the PDFRenderer is running (note that I didn't say working :-\ ). All of
the other renderers, along with the SVG transcoders currently have compilation
errors. So the ant build script cannot be used to create the binary, the
compilation directory of Eclipse should rather be used instead.

Currently there is a bug where digits are displayed instead of normal text with

all fonts but truetype ones. I'm sure this is not a big bug but I haven't found

it yet. I'll look at it ASAP.

There are a few necessary steps to run the application:
* A font-configuration file must be provided; currently its path is hardcoded
  in org.apache.fop.fo.FOEventHandler.java, line 163 (FOrayFontServer.setup(URL

  to the config file))
* A sample font-config file is provided with this patch; there are 3 paths to
  change to adapt it to another system:
  * the path to the dtd which is to be found in the aXSL codebase;
  * the xml:base attribute of the root element for access to custom fonts;
  * the base14-root key which should point to the directory of the FOray
installation containing the metrics for the base14 fonts.
  Note that the ending slashes are important!

The font families which may be used are the generic families (serif,
sans-serif,
monospace), or the names of the fonts configured in the aXSL font-config file.
For example, in the provided sample file, there is a font-family entry for the
Bitstream Charter font. Only the upright normal-weight variant has been
configured, which may be accessed in an fo file like the following:
  fo:block font-family=BitstreamCharter font-style=normal
font-weight=normal
Some text displayed with the Bitstream Charter Roman font...
  /fo:block
So the value of the font-family attribute in the fo file should match the
value
of the name attribute of the font-family element in the config file.

The jar file contains additional files: two new source files, the jars for aXSL

and FOrayFont (which contain a not yet reported bug fix, so don't use other
binaries!), and a sample font-config file.

Well, I think those informations should be enough to get started...


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35948] - pre-patch for FOrayFont adaptation to Fop

2006-09-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35948.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35948


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #17208|0   |1
is obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2006-09-26 13:58 ---
Created an attachment (id=18918)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=18918action=view)
Additional files: new source files, FOrayFont binaries, font-config file


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35948] - pre-patch for FOrayFont adaptation to Fop

2006-09-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35948.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35948





--- Additional Comments From [EMAIL PROTECTED]  2006-09-26 15:02 ---
I have created a new foray-font branch to work on this

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35948] - pre-patch for FOrayFont adaptation to Fop

2006-09-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35948.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35948





--- Additional Comments From [EMAIL PROTECTED]  2006-09-26 15:19 ---
Some of the files in the patch have svn conflict markers in them, here's the 
list:

$ find src -name *.java | xargs grep -l ''
src/java/org/apache/fop/render/java2d/Java2DGraphicsState.java
src/java/org/apache/fop/render/java2d/Java2DRenderer.java
src/java/org/apache/fop/render/ps/PSRenderer.java
src/java/org/apache/fop/render/ps/PSTextPainter.java

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35948] - pre-patch for FOrayFont adaptation to Fop

2006-09-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35948.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35948





--- Additional Comments From [EMAIL PROTECTED]  2006-09-26 15:56 ---
(In reply to comment #9)
 Some of the files in the patch have svn conflict markers in them, here's the 
 list:
 
 $ find src -name *.java | xargs grep -l ''
 src/java/org/apache/fop/render/java2d/Java2DGraphicsState.java
 src/java/org/apache/fop/render/java2d/Java2DRenderer.java
 src/java/org/apache/fop/render/ps/PSRenderer.java
 src/java/org/apache/fop/render/ps/PSTextPainter.java

Yes, this is to remind me that I still have merging conflicts to resolve.
Currently those marks just cause even more compilation errors...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35948] - pre-patch for FOrayFont adaptation to Fop

2005-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35948.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35948





--- Additional Comments From [EMAIL PROTECTED]  2005-07-31 02:45 ---
Created an attachment (id=15830)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15830action=view)
patch against source files

Please don't care about changes in the classes of the layoutmgr.inline
subpackage: I have overwritten them with older versions on which I worked
before they were moved to the inline subpackage.
Next time I'll try to apply my changes to the trunk version instead of
overwriting them.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35948] - pre-patch for FOrayFont adaptation to Fop

2005-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35948.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35948





--- Additional Comments From [EMAIL PROTECTED]  2005-07-31 02:46 ---
Created an attachment (id=15831)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15831action=view)
New files

Newly created files: 2 java classes + the needed libraries from aXSL and FOray

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.