http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2504 *** shadow/2504 Sun Jul 8 17:31:04 2001 --- shadow/2504.tmp.4016 Sun Jul 8 17:31:04 2001 *************** *** 0 **** --- 1,17 ---- + +============================================================================+ + | Some font properties in tables are not preserved across columns | + +----------------------------------------------------------------------------+ + | Bug #: 2504 Product: Fop | + | Status: NEW Version: 0.17 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Linux | + | Priority: High Component: pdf renderer | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + There are two similar cases wherein' font-variant=small-caps' property is +notpreserved by Fop-0.18.1-DEV.1, When used in a table-header and the table is longer +than will fit in a single column of a multicolumn page (' column-count=2' ). In this +case the small-caps text (which appearscorrectly the first time) is rendered as all +large caps (i.e. non-leading chars are mapped toupper case, but of the same height as +the leading char). In this case the text is hardcoded literalsin an xsl file used to +transliate an xml file into pdf.2. When a small-caps heading is placed in a +table-body of a table placed in a simple-page-master region-before and the flow +causes a second page to be created using the region-before's static-content.It also +appears that other font properties are not always preserved. Both text-indent and +(text)color were not preserved on at least one occasion each. In this case the text +is retrieved byXalan from an xml file being formatted into pdf. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]