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. */
|
||||
/* */
|
||||
/* 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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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_
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user