Skip to content
  • Oliver Sander's avatar
    Reimplement type3 font rendering for the Arthur backend · 56ae57c1
    Oliver Sander authored
    The new implementation uses beginType3Char/endType3Char.
    It is *much* simpler than the previous implementation.
    
    This patch does not remove the old implementation.  You can
    switch between the two by setting the return value of
    the method interpretType3Chars (true: new implementation,
    false: old implementation).
    56ae57c1