Fix URLs.
This commit is contained in:
parent
58d1a5ee74
commit
f3e2a97d5b
@ -623,7 +623,7 @@ FT_BEGIN_HEADER
|
||||
/* composite flags array which can be used to disambiguate, but old */
|
||||
/* fonts will not have them. */
|
||||
/* */
|
||||
/* http://partners.adobe.com/asn/developer/opentype/glyf.html */
|
||||
/* http://www.microsoft.com/typography/otspec/glyf.htm */
|
||||
/* http://fonts.apple.com/TTRefMan/RM06/Chap6glyf.html */
|
||||
/* */
|
||||
#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED
|
||||
|
@ -623,7 +623,7 @@ FT_BEGIN_HEADER
|
||||
/* composite flags array which can be used to disambiguate, but old */
|
||||
/* fonts will not have them. */
|
||||
/* */
|
||||
/* http://partners.adobe.com/asn/developer/opentype/glyf.html */
|
||||
/* http://www.microsoft.com/typography/otspec/glyf.htm */
|
||||
/* http://fonts.apple.com/TTRefMan/RM06/Chap6glyf.html */
|
||||
/* */
|
||||
#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED
|
||||
|
@ -13,7 +13,7 @@ This code implements a BDF driver for the FreeType library, following the
|
||||
Adobe Specification V 2.2. The specification of the BDF font format is
|
||||
available from Adobe's web site:
|
||||
|
||||
http://partners.adobe.com/asn/developer/PDFS/TN/5005.BDF_Spec.pdf
|
||||
http://partners.adobe.com/public/developer/en/font/5005.BDF_Spec.pdf
|
||||
|
||||
Many good bitmap fonts in bdf format come with XFree86 (www.XFree86.org).
|
||||
They do not define vertical metrics, because the X Consortium BDF
|
||||
@ -119,7 +119,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*** Portions of the driver (that is, bdflib.c and bdf.h):
|
||||
|
||||
Copyright 2000 Computing Research Labs, New Mexico State University
|
||||
Copyright 2001-2002 Francesco Zappa Nardelli
|
||||
Copyright 2001-2002, 2011 Francesco Zappa Nardelli
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
|
||||
# Copyright 1996-2000, 2003, 2005, 2007, 2008 by
|
||||
# Copyright 1996-2000, 2003, 2005, 2007, 2008, 2011 by
|
||||
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
||||
#
|
||||
# This file is part of the FreeType project, and may only be used, modified,
|
||||
@ -151,7 +151,7 @@ mac_standard_names = \
|
||||
# The list of standard `SID' glyph names. For the official list,
|
||||
# see Annex A of document at
|
||||
#
|
||||
# http://partners.adobe.com/asn/developer/pdfs/tn/5176.CFF.pdf.
|
||||
# http://partners.adobe.com/public/developer/en/font/5176.CFF.pdf .
|
||||
#
|
||||
sid_standard_names = \
|
||||
[
|
||||
@ -415,8 +415,7 @@ t1_expert_encoding = \
|
||||
# This data has been taken literally from the file `glyphlist.txt',
|
||||
# version 2.0, 22 Sept 2002. It is available from
|
||||
#
|
||||
# http://partners.adobe.com/asn/developer/typeforum/unicodegn.html
|
||||
# http://partners.adobe.com/public/developer/en/opentype/glyphlist.txt
|
||||
# http://sourceforge.net/adobe/aglfn/
|
||||
#
|
||||
adobe_glyph_list = """\
|
||||
A;0041
|
||||
|
Loading…
Reference in New Issue
Block a user