From 772a5e5ddd2861e9b27de745699670e746442e0e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 20 Mar 2015 09:40:10 +0100 Subject: [PATCH] Update links to Apple's TrueType specification. --- devel/ftoption.h | 2 +- include/config/ftoption.h | 2 +- include/internal/tttypes.h | 6 ++---- include/ttnameid.h | 2 +- src/gxvalid/gxvjust.c | 2 +- src/gxvalid/gxvtrak.c | 2 +- src/tools/glnames.py | 2 +- 7 files changed, 8 insertions(+), 10 deletions(-) diff --git a/devel/ftoption.h b/devel/ftoption.h index d08a46719..2065142c8 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -669,7 +669,7 @@ FT_BEGIN_HEADER /* fonts will not have them. */ /* */ /* http://www.microsoft.com/typography/otspec/glyf.htm */ - /* http://fonts.apple.com/TTRefMan/RM06/Chap6glyf.html */ + /* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6glyf.html */ /* */ #undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED diff --git a/include/config/ftoption.h b/include/config/ftoption.h index 34b71b2c8..a8ca4c847 100644 --- a/include/config/ftoption.h +++ b/include/config/ftoption.h @@ -669,7 +669,7 @@ FT_BEGIN_HEADER /* fonts will not have them. */ /* */ /* http://www.microsoft.com/typography/otspec/glyf.htm */ - /* http://fonts.apple.com/TTRefMan/RM06/Chap6glyf.html */ + /* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6glyf.html */ /* */ #undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED diff --git a/include/internal/tttypes.h b/include/internal/tttypes.h index 1d48f11e9..1d442f7b9 100644 --- a/include/internal/tttypes.h +++ b/include/internal/tttypes.h @@ -614,8 +614,7 @@ FT_BEGIN_HEADER /* in use by other platforms (e.g. Newton). */ /* For details, please see */ /* */ - /* http://fonts.apple.com/ */ - /* TTRefMan/RM06/Chap6bloc.html */ + /* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6bloc.html */ /* */ /* hori :: The line metrics for horizontal layouts. */ /* */ @@ -635,8 +634,7 @@ FT_BEGIN_HEADER /* flags :: Is this a vertical or horizontal strike? For */ /* details, please see */ /* */ - /* http://fonts.apple.com/ */ - /* TTRefMan/RM06/Chap6bloc.html */ + /* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6bloc.html */ /* */ typedef struct TT_SBit_StrikeRec_ { diff --git a/include/ttnameid.h b/include/ttnameid.h index 873b26627..c9585f241 100644 --- a/include/ttnameid.h +++ b/include/ttnameid.h @@ -321,7 +321,7 @@ FT_BEGIN_HEADER /* */ /* The canonical source for the Apple assigned Language ID's is at */ /* */ - /* https://developer.apple.com/fonts/TTRefMan/RM06/Chap6name.html */ + /* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6name.html */ /* */ #define TT_MAC_LANGID_ENGLISH 0 #define TT_MAC_LANGID_FRENCH 1 diff --git a/src/gxvalid/gxvjust.c b/src/gxvalid/gxvjust.c index add90d206..55b44bc2a 100644 --- a/src/gxvalid/gxvjust.c +++ b/src/gxvalid/gxvjust.c @@ -42,7 +42,7 @@ /* * referred `just' table format specification: - * http://developer.apple.com/fonts/TTRefMan/RM06/Chap6just.html + * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6just.html * last updated 2000. * ---------------------------------------------- * [JUST HEADER]: GXV_JUST_HEADER_SIZE diff --git a/src/gxvalid/gxvtrak.c b/src/gxvalid/gxvtrak.c index cafc99ca5..c4d29e4df 100644 --- a/src/gxvalid/gxvtrak.c +++ b/src/gxvalid/gxvtrak.c @@ -49,7 +49,7 @@ /* * referred track table format specification: - * http://developer.apple.com/fonts/TTRefMan/RM06/Chap6trak.html + * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6trak.html * last update was 1996. * ---------------------------------------------- * [MINIMUM HEADER]: GXV_TRAK_SIZE_MIN diff --git a/src/tools/glnames.py b/src/tools/glnames.py index 5d9b08f1a..0ad554c72 100644 --- a/src/tools/glnames.py +++ b/src/tools/glnames.py @@ -35,7 +35,7 @@ import sys, string, struct, re, os.path # # See # -# http://fonts.apple.com/TTRefMan/RM06/Chap6post.html +# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6post.html # # for the official list. #