• Show log

    Commit

  • Hash : 84d3df75
    Author : Werner Lemberg
    Date : 2016-07-11T00:12:11

    Implement handling of `FREETYPE_PROPERTIES' environment variable.
    
    Recognizing properties follows in another commit.
    
    * devel/ftoption.h, include/freetype/config/ftoption.h
    (FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES): New macro.
    
    * include/freetype/config/ftstdlib.h (ft_getenv): New macro.
    
    * src/base/ftinit.c (ft_set_default_properties): New function to
    parse `FREETYPE_PROPERTIES' and calling `ft_property_string_set'.
    (FT_Init_FreeType): Updated.