mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-26 12:50:12 +01:00
Replace 'www.freetype.org' with 'freetype.org'.
This commit is contained in:
parent
f0679e7592
commit
2adb53616a
5 changed files with 14 additions and 14 deletions
8
README
8
README
|
|
@ -1,7 +1,7 @@
|
|||
FreeType 2.13.3
|
||||
===============
|
||||
|
||||
Homepage: https://www.freetype.org
|
||||
Homepage: https://freetype.org
|
||||
|
||||
FreeType is a freely available software library to render fonts.
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ and download one of the following files.
|
|||
|
||||
To view the documentation online, go to
|
||||
|
||||
https://www.freetype.org/freetype2/docs/
|
||||
https://freetype.org/freetype2/docs/
|
||||
|
||||
|
||||
Mailing Lists
|
||||
|
|
@ -54,7 +54,7 @@ e-mail lists.
|
|||
|
||||
The lists are moderated; see
|
||||
|
||||
https://www.freetype.org/contact.html
|
||||
https://freetype.org/contact.html
|
||||
|
||||
how to subscribe.
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ FreeType!
|
|||
|
||||
Details on the process can be found here:
|
||||
|
||||
https://www.freetype.org/developer.html#patches
|
||||
https://freetype.org/developer.html#patches
|
||||
|
||||
|
||||
Enjoy!
|
||||
|
|
|
|||
12
docs/CHANGES
12
docs/CHANGES
|
|
@ -3064,7 +3064,7 @@ CHANGES BETWEEN 2.2 and 2.1.10
|
|||
We provide patches for most of those rogue clients. See the
|
||||
following page for more information:
|
||||
|
||||
https://www.freetype.org/freetype2/patches/rogue-patches.html
|
||||
https://freetype.org/freetype2/patches/rogue-patches.html
|
||||
|
||||
Note that, as a convenience to our Unix desktop users, version
|
||||
2.2 is *binary* compatible with FreeType 2.1.7, which means that
|
||||
|
|
@ -3853,7 +3853,7 @@ CHANGES BETWEEN 2.1.3 and 2.1.2
|
|||
quality since many nasty defaults have been suppressed. Please
|
||||
visit the web page:
|
||||
|
||||
https://www.freetype.org/hinting/smooth-hinting.html
|
||||
https://freetype.org/hinting/smooth-hinting.html
|
||||
|
||||
for additional details on this topic.
|
||||
|
||||
|
|
@ -4101,7 +4101,7 @@ CHANGES BETWEEN 2.1.0 and 2.0.9
|
|||
|
||||
"""
|
||||
Portions of this software are copyright © 1996-2002 The
|
||||
FreeType Project (www.freetype.org). All rights reserved.
|
||||
FreeType Project (https://freetype.org). All rights reserved.
|
||||
"""
|
||||
|
||||
- The default size of the render pool has been reduced to 16kByte.
|
||||
|
|
@ -4112,7 +4112,7 @@ CHANGES BETWEEN 2.1.0 and 2.0.9
|
|||
- The FreeType 2 redesign has begun. More information can be
|
||||
found at this URL:
|
||||
|
||||
https://www.freetype.org/freetype2/redesign.html
|
||||
https://freetype.org/freetype2/redesign.html
|
||||
|
||||
The following internal changes have been performed within the
|
||||
sources of this release:
|
||||
|
|
@ -4703,7 +4703,7 @@ CHANGES BETWEEN 2.0.2 and 2.0.1
|
|||
|
||||
For more information, see section I of the following document:
|
||||
|
||||
https://www.freetype.org/freetype2/docs/tutorial/step1.html
|
||||
https://freetype.org/freetype2/docs/tutorial/step1.html
|
||||
|
||||
- Many, many comments have been added to the public source file in
|
||||
order to automatically generate the API Reference through the
|
||||
|
|
@ -4712,7 +4712,7 @@ CHANGES BETWEEN 2.0.2 and 2.0.1
|
|||
The latter has been updated to support the grouping of sections
|
||||
in chapters and better index sort. See:
|
||||
|
||||
https://www.freetype.org/freetype2/docs/reference/ft2-toc.html
|
||||
https://freetype.org/freetype2/docs/reference/ft2-toc.html
|
||||
|
||||
|
||||
III. CHANGES TO THE BUILD PROCESS
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ Introduction
|
|||
|
||||
"""
|
||||
Portions of this software are copyright © <year> The FreeType
|
||||
Project (www.freetype.org). All rights reserved.
|
||||
Project (https://freetype.org). All rights reserved.
|
||||
"""
|
||||
|
||||
Please replace <year> with the value from the FreeType version you
|
||||
|
|
@ -163,7 +163,7 @@ Legal Terms
|
|||
|
||||
Our home page can be found at
|
||||
|
||||
https://www.freetype.org
|
||||
https://freetype.org
|
||||
|
||||
|
||||
--- end of FTL.TXT ---
|
||||
|
|
|
|||
|
|
@ -3078,7 +3078,7 @@ FT_BEGIN_HEADER
|
|||
* is dependent entirely on how the size is defined in the source face.
|
||||
* The font designer chooses the final size of each glyph relative to
|
||||
* this size. For more information refer to
|
||||
* 'https://www.freetype.org/freetype2/docs/glyphs/glyphs-2.html'.
|
||||
* 'https://freetype.org/freetype2/docs/glyphs/glyphs-2.html'.
|
||||
*
|
||||
* Contrary to @FT_Set_Char_Size, this function doesn't have special code
|
||||
* to normalize zero-valued widths, heights, or resolutions, which are
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ BEGIN
|
|||
VALUE "FileVersion", FT_VERSION_STR
|
||||
VALUE "ProductName", "FreeType"
|
||||
VALUE "ProductVersion", FT_VERSION_STR
|
||||
VALUE "LegalCopyright", L"\x00A9 2000-2024 The FreeType Project www.freetype.org. All rights reserved."
|
||||
VALUE "LegalCopyright", L"\x00A9 2000-2024 The FreeType Project freetype.org. All rights reserved."
|
||||
VALUE "InternalName", "freetype"
|
||||
VALUE "OriginalFilename", FT_FILENAME
|
||||
END
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue