Update links to Apple's TrueType specification.
This commit is contained in:
parent
6a17172687
commit
772a5e5ddd
|
@ -669,7 +669,7 @@ FT_BEGIN_HEADER
|
||||||
/* fonts will not have them. */
|
/* fonts will not have them. */
|
||||||
/* */
|
/* */
|
||||||
/* http://www.microsoft.com/typography/otspec/glyf.htm */
|
/* 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
|
#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED
|
||||||
|
|
||||||
|
|
|
@ -669,7 +669,7 @@ FT_BEGIN_HEADER
|
||||||
/* fonts will not have them. */
|
/* fonts will not have them. */
|
||||||
/* */
|
/* */
|
||||||
/* http://www.microsoft.com/typography/otspec/glyf.htm */
|
/* 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
|
#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED
|
||||||
|
|
||||||
|
|
|
@ -614,8 +614,7 @@ FT_BEGIN_HEADER
|
||||||
/* in use by other platforms (e.g. Newton). */
|
/* in use by other platforms (e.g. Newton). */
|
||||||
/* For details, please see */
|
/* For details, please see */
|
||||||
/* */
|
/* */
|
||||||
/* http://fonts.apple.com/ */
|
/* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6bloc.html */
|
||||||
/* TTRefMan/RM06/Chap6bloc.html */
|
|
||||||
/* */
|
/* */
|
||||||
/* hori :: The line metrics for horizontal layouts. */
|
/* hori :: The line metrics for horizontal layouts. */
|
||||||
/* */
|
/* */
|
||||||
|
@ -635,8 +634,7 @@ FT_BEGIN_HEADER
|
||||||
/* flags :: Is this a vertical or horizontal strike? For */
|
/* flags :: Is this a vertical or horizontal strike? For */
|
||||||
/* details, please see */
|
/* details, please see */
|
||||||
/* */
|
/* */
|
||||||
/* http://fonts.apple.com/ */
|
/* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6bloc.html */
|
||||||
/* TTRefMan/RM06/Chap6bloc.html */
|
|
||||||
/* */
|
/* */
|
||||||
typedef struct TT_SBit_StrikeRec_
|
typedef struct TT_SBit_StrikeRec_
|
||||||
{
|
{
|
||||||
|
|
|
@ -321,7 +321,7 @@ FT_BEGIN_HEADER
|
||||||
/* */
|
/* */
|
||||||
/* The canonical source for the Apple assigned Language ID's is at */
|
/* 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_ENGLISH 0
|
||||||
#define TT_MAC_LANGID_FRENCH 1
|
#define TT_MAC_LANGID_FRENCH 1
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* referred `just' table format specification:
|
* 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.
|
* last updated 2000.
|
||||||
* ----------------------------------------------
|
* ----------------------------------------------
|
||||||
* [JUST HEADER]: GXV_JUST_HEADER_SIZE
|
* [JUST HEADER]: GXV_JUST_HEADER_SIZE
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* referred track table format specification:
|
* 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.
|
* last update was 1996.
|
||||||
* ----------------------------------------------
|
* ----------------------------------------------
|
||||||
* [MINIMUM HEADER]: GXV_TRAK_SIZE_MIN
|
* [MINIMUM HEADER]: GXV_TRAK_SIZE_MIN
|
||||||
|
|
|
@ -35,7 +35,7 @@ import sys, string, struct, re, os.path
|
||||||
#
|
#
|
||||||
# See
|
# See
|
||||||
#
|
#
|
||||||
# http://fonts.apple.com/TTRefMan/RM06/Chap6post.html
|
# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6post.html
|
||||||
#
|
#
|
||||||
# for the official list.
|
# for the official list.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue