ICEpdf
  1. ICEpdf
  2. PDF-1086

FontManger regresion, not reading all system fonts by default

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 6.1.3
    • Fix Version/s: 6.2
    • Labels:
      None
    • Environment:
      PRO

      Description

      A regression was introduced in PDF-1046 which has caused a regression in the number of fonts found when the fontManager.initialize() is called. Users using the default viewer RI or the snippet.

      {code}
      // read/store the font cache.
      ResourceBundle messageBundle = ResourceBundle.getBundle(
              PropertiesManager.DEFAULT_MESSAGE_BUNDLE);
      PropertiesManager properties = new PropertiesManager(System.getProperties(),
              ResourceBundle.getBundle(PropertiesManager.DEFAULT_MESSAGE_BUNDLE));
      new FontPropertiesManager(properties, System.getProperties(), messageBundle);
      {code}
      will not be affected.



        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49759 Wed Dec 28 10:39:39 MST 2016 patrick.corless PDF-1086 fixed a regression where system font reading is skipped when the intialize() method is called, resulting in only the base java fonts being read.
        Files Changed
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/fonts/FontManager.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49758 Wed Dec 28 10:30:39 MST 2016 patrick.corless PDF-1086 fixed a regression where system font reading is skipped when the intialize() method is called, resulting in only the base java fonts being read.
        Files Changed
        Commit graph MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/fonts/FontManager.java

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Patrick Corless
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: