• Show log

    Commit

  • Hash : 2dfb5aca
    Author : David Turner
    Date : 2000-01-27T14:02:04

    added a new experimental Type 1 driver. This version sports several
    improvements compared to "src/type1". Briefly :
    
      - the postscript-like interpreter is now gone. We now perform
        pattern-matching to load our font content. The resultant code
        is much faster, smaller, and easier to maintain.
    
        For a more detailed description, see the comments at the start
        of "src/type1z/t1objs.c"
    
      - the glyph loader will be greatly simplified really soon, and the
        clumsy hinter will be ditched in favor of a more general auto-hinting
        module (when we get one).
    
        The goal is to strip down the Type1 driver to about 15-20 Kb.
    
    This is still an experimental version. It is added to the repository
    for archiving. You should not try to use it for now (it won't work
    because some crucial parts are _knowingly_ ignored for now !).
    
    Note that the "old" type1 driver will probably move to the "demos/src"
    directory, in order to show how one can replace one given font driver
    at runtime (and to provide the functionality of the "t1dump" program).
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/freetype.git
    Git SSH git@git.kmx.io:kc3-lang/freetype.git
    Public access ? public
    Description
    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags