CF/JRun JRE access to system fonts

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default CF/JRun JRE access to system fonts

    I'm evaluating a 3rd party Java library to use with ColdFusion for PowerPoint
    management. ([url]http://www.tonicsystems.com[/url]) One of the libraries, the
    Transformer, can be used to convert slides to any Java supported image format.
    The problem I'm running into is that while running the Transformer library
    under ColdFusion some fonts are not being found, so the generated images have
    boxes where characters should be. If I run the library outside of ColdFusion
    under my locally installed SDK (J2SDK 1.4.2._11) the library works fine. Does
    anyone know if there is any special configuration I need to give the CF JRE
    aceess to the system fonts?

    Thanks,

    --Nathan

    nmische Guest

  2. Similar Questions and Discussions

    1. Accessing System Fonts?
      Hello. Wondering if there is any way to access the runtime (hosting) system's fonts and load them during runtime rather than embedding them in...
    2. Dynamic text, system fonts, and specialcharacters...
      Btw, fonts are not embedded. Using system fonts (verdana).
    3. Jrun taking too many system resources
      Hello again all, For some reason on our coldfusion server, the "jrun" process is continuously taking up too many system resources. We're almost...
    4. JRun Error when 2 or more users access
      Andrew, With the JVM Heap Size setting, are we talking total physical memory or physical memory plus virtual memory? Java and JVM -> Minimum...
    5. System fonts
      Hi, Does lingo have a way of querying the host system to determine which fonts are available? I would like the user of my projector to be able to...
  3. #2

    Default Re: CF/JRun JRE access to system fonts

    nmische wrote:
    > under ColdFusion some fonts are not being found, so the generated images have
    > boxes where characters should be. If I run the library outside of ColdFusion
    could be the encoding is mildly messed up (boxes are symptoms of a font
    not being able to render that character) or that font is simply not on
    the server.

    PaulH *ACE* Guest

  4. #3

    Default Re: CF/JRun JRE access to system fonts

    The font is on the server. (I working on my local development box, which is the
    same system I used to create the presentation.) How could I go about checking
    out encoding issues?

    Thanks,

    --Nathan

    nmische Guest

  5. #4

    Default Re: CF/JRun JRE access to system fonts

    I don't know if it matters (it probably does) but the font we are having issues with is wingdings, which PowerPoint uses for bullet points in some of its default designs.

    nmische Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139