mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-25 11:10:06 +01:00
Update links.
Found with `linkchecker --check-extern index.html` running locally in the 'freetype-web' repository.
This commit is contained in:
parent
cf06661c51
commit
7f559fbe9a
14 changed files with 21 additions and 22 deletions
|
|
@ -704,7 +704,7 @@ FT_BEGIN_HEADER
|
|||
* defined.
|
||||
*
|
||||
* [1]
|
||||
* https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
|
||||
* https://learn.microsoft.com/typography/cleartype/truetypecleartype
|
||||
*/
|
||||
#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
|
||||
|
||||
|
|
@ -722,7 +722,7 @@ FT_BEGIN_HEADER
|
|||
* flags array which can be used to disambiguate, but old fonts will not
|
||||
* have them.
|
||||
*
|
||||
* https://www.microsoft.com/typography/otspec/glyf.htm
|
||||
* https://learn.microsoft.com/typography/opentype/spec/glyf
|
||||
* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6glyf.html
|
||||
*/
|
||||
#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ CHANGES BETWEEN 2.12.1 and 2.13.0 (2023-Feb-09)
|
|||
|
||||
- The 'COLR' v1 API is now considered as stable.
|
||||
|
||||
https://learn.microsoft.com/en-us/typography/opentype/spec/colr
|
||||
https://learn.microsoft.com/typography/opentype/spec/colr
|
||||
|
||||
|
||||
II. MISCELLANEOUS
|
||||
|
|
@ -2091,7 +2091,7 @@ CHANGES BETWEEN 2.4.10 and 2.4.11 (2012-Dec-20)
|
|||
- Subpixel hinting support has been contributed by Infinality,
|
||||
based on Greg Hitchcock's whitepaper at
|
||||
|
||||
https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
|
||||
https://learn.microsoft.com/typography/cleartype/truetypecleartype
|
||||
|
||||
Originally, it was a separate patch available from
|
||||
|
||||
|
|
|
|||
|
|
@ -704,7 +704,7 @@ FT_BEGIN_HEADER
|
|||
* defined.
|
||||
*
|
||||
* [1]
|
||||
* https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
|
||||
* https://learn.microsoft.com/typography/cleartype/truetypecleartype
|
||||
*/
|
||||
#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
|
||||
|
||||
|
|
@ -722,7 +722,7 @@ FT_BEGIN_HEADER
|
|||
* flags array which can be used to disambiguate, but old fonts will not
|
||||
* have them.
|
||||
*
|
||||
* https://www.microsoft.com/typography/otspec/glyf.htm
|
||||
* https://learn.microsoft.com/typography/opentype/spec/glyf
|
||||
* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6glyf.html
|
||||
*/
|
||||
#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED
|
||||
|
|
|
|||
|
|
@ -811,7 +811,7 @@ FT_BEGIN_HEADER
|
|||
* FT_ENCODING_MS_SYMBOL ::
|
||||
* Microsoft Symbol encoding, used to encode mathematical symbols and
|
||||
* wingdings. For more information, see
|
||||
* 'https://www.microsoft.com/typography/otspec/recom.htm#non-standard-symbol-fonts',
|
||||
* 'https://learn.microsoft.com/typography/opentype/spec/recom#non-standard-symbol-fonts',
|
||||
* 'http://www.kostis.net/charsets/symbol.htm', and
|
||||
* 'http://www.kostis.net/charsets/wingding.htm'.
|
||||
*
|
||||
|
|
@ -4532,7 +4532,7 @@ FT_BEGIN_HEADER
|
|||
* table description in the OpenType specification for the meaning of the
|
||||
* various flags (which get synthesized for non-OpenType subglyphs).
|
||||
*
|
||||
* https://docs.microsoft.com/en-us/typography/opentype/spec/glyf#composite-glyph-description
|
||||
* https://learn.microsoft.com/typography/opentype/spec/glyf#composite-glyph-description
|
||||
*
|
||||
* @values:
|
||||
* FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS ::
|
||||
|
|
@ -4595,7 +4595,7 @@ FT_BEGIN_HEADER
|
|||
* interpreted depending on the flags returned in `*p_flags`. See the
|
||||
* OpenType specification for details.
|
||||
*
|
||||
* https://docs.microsoft.com/en-us/typography/opentype/spec/glyf#composite-glyph-description
|
||||
* https://learn.microsoft.com/typography/opentype/spec/glyf#composite-glyph-description
|
||||
*
|
||||
*/
|
||||
FT_EXPORT( FT_Error )
|
||||
|
|
@ -4621,7 +4621,7 @@ FT_BEGIN_HEADER
|
|||
* associated with a font.
|
||||
*
|
||||
* See
|
||||
* https://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/FontPolicies.pdf
|
||||
* https://adobe-type-tools.github.io/font-tech-notes/pdfs/AcrobatDC_FontPolicies.pdf
|
||||
* for more details.
|
||||
*
|
||||
* @values:
|
||||
|
|
|
|||
|
|
@ -368,7 +368,7 @@ FT_BEGIN_HEADER
|
|||
* iteratively retrieve the colored glyph layers associated with the
|
||||
* current glyph slot.
|
||||
*
|
||||
* https://docs.microsoft.com/en-us/typography/opentype/spec/colr
|
||||
* https://learn.microsoft.com/typography/opentype/spec/colr
|
||||
*
|
||||
* The glyph layer data for a given glyph index, if present, provides an
|
||||
* alternative, multi-color glyph representation: Instead of rendering
|
||||
|
|
|
|||
|
|
@ -282,7 +282,7 @@ FT_BEGIN_HEADER
|
|||
* minimize hinting techniques that were problematic with the extra
|
||||
* resolution of ClearType; see
|
||||
* http://rastertragedy.com/RTRCh4.htm#Sec1 and
|
||||
* https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx.
|
||||
* https://learn.microsoft.com/typography/cleartype/truetypecleartype.
|
||||
* This technique is not to be confused with ClearType compatible widths.
|
||||
* ClearType backward compatibility has no direct impact on changing
|
||||
* advance widths, but there might be an indirect impact on disabling
|
||||
|
|
@ -784,7 +784,7 @@ FT_BEGIN_HEADER
|
|||
*
|
||||
* Details on subpixel hinting and some of the necessary tweaks can be
|
||||
* found in Greg Hitchcock's whitepaper at
|
||||
* 'https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx'.
|
||||
* 'https://learn.microsoft.com/typography/cleartype/truetypecleartype'.
|
||||
* Note that FreeType currently doesn't really 'subpixel hint' (6x1, 6x2,
|
||||
* or 6x5 supersampling) like discussed in the paper. Depending on the
|
||||
* chosen interpreter, it simply ignores instructions on vertical stems
|
||||
|
|
|
|||
|
|
@ -443,7 +443,7 @@ FT_BEGIN_HEADER
|
|||
* rasterizer; see the `tags` field in @FT_Outline.
|
||||
*
|
||||
* Please refer to the description of the 'SCANTYPE' instruction in the
|
||||
* [OpenType specification](https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#scantype)
|
||||
* [OpenType specification](https://learn.microsoft.com/typography/opentype/spec/tt_instructions#scantype)
|
||||
* how simple drop-outs, smart drop-outs, and stubs are defined.
|
||||
*/
|
||||
#define FT_OUTLINE_NONE 0x0
|
||||
|
|
|
|||
|
|
@ -93,8 +93,7 @@ FT_BEGIN_HEADER
|
|||
* second default codepage that most international versions of Windows
|
||||
* have. It is one of the OEM codepages from
|
||||
*
|
||||
* https://docs.microsoft.com/en-us/windows/desktop/intl/code-page-identifiers
|
||||
* ,
|
||||
* https://learn.microsoft.com/windows/win32/intl/code-page-identifiers ,
|
||||
*
|
||||
* and is used for the 'DOS boxes', to support legacy applications. A
|
||||
* German Windows version for example usually uses ANSI codepage 1252
|
||||
|
|
|
|||
|
|
@ -436,7 +436,7 @@ FT_BEGIN_HEADER
|
|||
*
|
||||
* The canonical source for Microsoft's IDs is
|
||||
*
|
||||
* https://docs.microsoft.com/en-us/windows/desktop/Intl/language-identifier-constants-and-strings ,
|
||||
* https://learn.microsoft.com/windows/win32/intl/language-identifier-constants-and-strings ,
|
||||
*
|
||||
* however, we only provide macros for language identifiers present in
|
||||
* the OpenType specification: Microsoft has abandoned the concept of
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ FT_BEGIN_HEADER
|
|||
#ifdef FT_CONFIG_OPTION_MAC_FONTS
|
||||
|
||||
/* MacOS resource fork cannot exceed 16MB at least for Carbon code; */
|
||||
/* see https://support.microsoft.com/en-us/kb/130437 */
|
||||
/* see https://jeffpar.github.io/kbarchive/kb/130/Q130437/ */
|
||||
#define FT_MAC_RFORK_MAX_LEN 0x00FFFFFFUL
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3792,7 +3792,7 @@
|
|||
return FT_THROW( Invalid_Table );
|
||||
|
||||
/* Version 1.8.3 of the OpenType specification contains the following */
|
||||
/* (https://docs.microsoft.com/en-us/typography/opentype/spec/cmap): */
|
||||
/* (https://learn.microsoft.com/typography/opentype/spec/cmap): */
|
||||
/* */
|
||||
/* The 'cmap' table version number remains at 0x0000 for fonts that */
|
||||
/* make use of the newer subtable formats. */
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
#define COLOR_STOP_SIZE 6U
|
||||
#define VAR_IDX_BASE_SIZE 4U
|
||||
#define LAYER_SIZE 4U
|
||||
/* https://docs.microsoft.com/en-us/typography/opentype/spec/colr#colr-header */
|
||||
/* https://learn.microsoft.com/typography/opentype/spec/colr#colr-header */
|
||||
/* 3 * uint16 + 2 * Offset32 */
|
||||
#define COLRV0_HEADER_SIZE 14U
|
||||
/* COLRV0_HEADER_SIZE + 5 * Offset32 */
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
* https://github.com/nothings/stb/blob/master/stb_truetype.h
|
||||
*
|
||||
* GPOS spec reference available at:
|
||||
* https://learn.microsoft.com/en-us/typography/opentype/spec/gpos
|
||||
* https://learn.microsoft.com/typography/opentype/spec/gpos
|
||||
*
|
||||
* Copyright (C) 2024 by
|
||||
* David Saltzman
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* 'SVG' table specification:
|
||||
*
|
||||
* https://docs.microsoft.com/en-us/typography/opentype/spec/svg
|
||||
* https://learn.microsoft.com/typography/opentype/spec/svg
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue