You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/07/30 13:05:59 UTC

DO NOT REPLY [Bug 45503] New: Cannot find font if font family name contains space

https://issues.apache.org/bugzilla/show_bug.cgi?id=45503

           Summary: Cannot find font if font family name contains space
           Product: Fop
           Version: 0.94
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: fonts
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: max@kosyakov.net


I'm using FOP 0.94 under Windows XP x64

If I use single-word named fonts (Arial, Verdana) I get the expected fine
result. However if I use font family with a space in its name (like "Times New
Roman" or "Courier New" or whatever fonts I have installed) I get only "#"
symbols instead of all other symbols in text in PDF output.  I tried putting
font names in ' and ", but it did not help either. 

The list of changes for ver. 0.94 says it's been fixed. However my experience
says the contrary. 

Here is my config file:

<?xml version="1.0"?>
<fop version="1.0">

  <base>.</base>

  <source-resolution>72</source-resolution>
  <target-resolution>72</target-resolution>
  <default-page-settings height="11in" width="8.26in"/>

  <renderers>

    <renderer mime="application/pdf">

      <filterList>
        <value>flate</value>
      </filterList>

      <fonts>
        <auto-detect/>
      </fonts>

    </renderer>

  </renderers>

</fop>


-- 
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 45503] Cannot find font if font family name contains space

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45503

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #2 from Glenn Adams <gl...@skynav.com> 2012-04-01 07:13:41 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

-- 
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 45503] Cannot find font if font family name contains space

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45503


Andreas L. Delmelle <ad...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Andreas L. Delmelle <ad...@apache.org>  2008-09-20 14:26:08 PST ---

Marking this as FIXED, since the issue is no longer present in FOP Trunk; has
been fixed as of 0.95 IIRC.


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