freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] 2 commits: * builds/mac/ftmac.c, src/ba


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] 2 commits: * builds/mac/ftmac.c, src/base/ftmac.c: s|FT_MAC_H|<freetype/ftmac.h>|.
Date: Sat, 19 Feb 2022 12:37:57 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

3 changed files:

Changes:

  • builds/mac/ftmac.c
    ... ... @@ -97,7 +97,7 @@
    97 97
     
    
    98 98
     #define FT_DEPRECATED_ATTRIBUTE
    
    99 99
     
    
    100
    -#include FT_MAC_H
    
    100
    +#include <freetype/ftmac.h>
    
    101 101
     
    
    102 102
       /* undefine blocking-macros in ftmac.h */
    
    103 103
     #undef FT_GetFile_From_Mac_Name
    

  • src/base/ftmac.c
    ... ... @@ -105,7 +105,7 @@
    105 105
       /* Don't want warnings about our own use of deprecated functions. */
    
    106 106
     #define FT_DEPRECATED_ATTRIBUTE
    
    107 107
     
    
    108
    -#include FT_MAC_H
    
    108
    +#include <freetype/ftmac.h>
    
    109 109
     
    
    110 110
     #ifndef kATSOptionFlagsUnRestrictedScope /* since Mac OS X 10.1 */
    
    111 111
     #define kATSOptionFlagsUnRestrictedScope kATSOptionFlagsDefault
    

  • src/bdf/README
    ... ... @@ -13,7 +13,7 @@ This code implements a BDF driver for the FreeType library, following the
    13 13
     Adobe Specification V 2.2.  The specification of the BDF font format is
    
    14 14
     available from Adobe's web site:
    
    15 15
     
    
    16
    -  https://www.adobe.com/content/dam/acom/en/devnet/font/pdfs/5005.BDF_Spec.pdf
    
    16
    +  https://adobe-type-tools.github.io/font-tech-notes/pdfs/5005.BDF_Spec.pdf
    
    17 17
     
    
    18 18
     Many good bitmap fonts in bdf format come with XFree86 (www.XFree86.org).
    
    19 19
     They do not define vertical metrics, because the X Consortium BDF
    
    ... ... @@ -23,6 +23,10 @@ specification has removed them.
    23 23
     Encodings
    
    24 24
     *********
    
    25 25
     
    
    26
    +[This section is out of date, retained for historical reasons.  BDF
    
    27
    + properties can be retrieved with `FT_Get_BDF_Property`, character set ID
    
    28
    + values with `FT_Get_BDF_Charset_ID`.]
    
    29
    +
    
    26 30
     The variety of encodings that accompanies bdf fonts appears to encompass the
    
    27 31
     small set defined in freetype.h.  On the other hand, two properties that
    
    28 32
     specify encoding and registry are usually defined in bdf fonts.
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]