From afcc406e83da2888dcc67dca1cca3b3c020d81b2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 5 Nov 2018 22:28:26 +0000 Subject: fonts-tlwg (5nov18) git-svn-id: svn://tug.org/texlive/trunk@49085 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/fonts/fonts-tlwg/ChangeLog | 105 +++++++++++++++++++++ .../texmf-dist/source/fonts/fonts-tlwg/Makefile.am | 96 ++++++++++++++++++- .../texmf-dist/source/fonts/fonts-tlwg/Makefile.in | 89 ++++++++++++++++- Master/texmf-dist/source/fonts/fonts-tlwg/NEWS | 6 ++ Master/texmf-dist/source/fonts/fonts-tlwg/VERSION | 2 +- .../texmf-dist/source/fonts/fonts-tlwg/configure | 20 ++-- .../source/fonts/fonts-tlwg/nectec/Loma-Bold.sfd | 6 +- .../fonts/fonts-tlwg/nectec/Loma-BoldOblique.sfd | 4 +- .../fonts/fonts-tlwg/nectec/Loma-Oblique.sfd | 4 +- .../source/fonts/fonts-tlwg/nectec/Loma.sfd | 4 +- .../source/fonts/fonts-tlwg/sipa/Laksaman-Bold.sfd | 6 +- .../fonts/fonts-tlwg/sipa/Laksaman-BoldItalic.sfd | 6 +- .../fonts/fonts-tlwg/sipa/Laksaman-Italic.sfd | 6 +- .../source/fonts/fonts-tlwg/sipa/Laksaman.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Purisa-Bold.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/Purisa-BoldOblique.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/Purisa-Oblique.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Purisa.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Sawasdee-Bold.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/Sawasdee-BoldOblique.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/Sawasdee-Oblique.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Sawasdee.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/TlwgMono-Bold.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/TlwgMono-BoldOblique.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/TlwgMono-Oblique.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/TlwgMono.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/TlwgTypewriter-Bold.sfd | 6 +- .../fonts-tlwg/tlwg/TlwgTypewriter-BoldOblique.sfd | 6 +- .../fonts-tlwg/tlwg/TlwgTypewriter-Oblique.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/TlwgTypewriter.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/TlwgTypist-Bold.sfd | 6 +- .../fonts-tlwg/tlwg/TlwgTypist-BoldOblique.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/TlwgTypist-Oblique.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/TlwgTypist.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/TlwgTypo-Bold.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/TlwgTypo-BoldOblique.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/TlwgTypo-Oblique.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/TlwgTypo.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Umpush-Bold.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/Umpush-BoldOblique.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Umpush-Light.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/Umpush-LightOblique.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/Umpush-Oblique.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Umpush.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Waree-Bold.sfd | 6 +- .../fonts/fonts-tlwg/tlwg/Waree-BoldOblique.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Waree-Oblique.sfd | 6 +- .../source/fonts/fonts-tlwg/tlwg/Waree.sfd | 6 +- 48 files changed, 428 insertions(+), 136 deletions(-) (limited to 'Master/texmf-dist/source/fonts') diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog b/Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog index 0ab4f7b5651..cfdf3c7e57f 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/ChangeLog @@ -1,3 +1,108 @@ +2018-11-04 Theppitak Karoonboonyanan + + * NEWS: + === Version 0.7.1 === + +2018-11-01 Theppitak Karoonboonyanan + + Add automated font binary tarballs building + + * Makefile.am: + - Add 'dist-fonts' target and friends for automatically + building OTF, TTF, and WOFF tarballs. + - Move Phony targets out of INCLUDE_LATEX condition, + to avoid automake warnings about duplicated phonies. + +2018-10-29 Theppitak Karoonboonyanan + + Waree: Add TTF Name 'UniqueID' to fix reproducibility issue + + * tlwg/Waree*.sfd: + - Add TTF Name 'UniqueID' entry to prevent another timestamp + in form of date in UniqueID auto-generated by FontForge. + - Bump font version to 001.001 + +2018-10-29 Theppitak Karoonboonyanan + + Umpush: Add TTF Name 'UniqueID' to fix reproducibility issue + + * tlwg/Umpush*.sfd: + - Add TTF Name 'UniqueID' entry to prevent another timestamp + in form of date in UniqueID auto-generated by FontForge. + - Bump font version to 001.001 + +2018-10-29 Theppitak Karoonboonyanan + + TlwgTypo: Add TTF Name 'UniqueID' to fix reproducibility issue + + * tlwg/TlwgTypo*.sfd: + - Add TTF Name 'UniqueID' entry to prevent another timestamp + in form of date in UniqueID auto-generated by FontForge. + - Bump font version to 004.001 + +2018-10-29 Theppitak Karoonboonyanan + + TlwgTypist: Add TTF Name 'UniqueID' to fix reproducibility issue + + * tlwg/TlwgTypist*.sfd: + - Add TTF Name 'UniqueID' entry to prevent another timestamp + in form of date in UniqueID auto-generated by FontForge. + - Bump font version to 003.001 + +2018-10-29 Theppitak Karoonboonyanan + + TlwgTypewriter: Add TTF Name 'UniqueID' to fix reproducibility issue + + * tlwg/TlwgTypewriter*.sfd: + - Add TTF Name 'UniqueID' entry to prevent another timestamp + in form of date in UniqueID auto-generated by FontForge. + - Bump font version to 003.001 + +2018-10-29 Theppitak Karoonboonyanan + + TlwgMono: Add TTF Name 'UniqueID' to fix reproducibility issue + + * tlwg/TlwgMono*.sfd: + - Add TTF Name 'UniqueID' entry to prevent another timestamp + in form of date in UniqueID auto-generated by FontForge. + - Bump font version to 002.001 + +2018-10-29 Theppitak Karoonboonyanan + + Sawasdee: Add TTF Name 'UniqueID' to fix reproducibility issue + + * tlwg/Sawasdee*.sfd: + - Add TTF Name 'UniqueID' entry to prevent another timestamp + in form of date in UniqueID auto-generated by FontForge. + - Bump font version to 003.001 + +2018-10-29 Theppitak Karoonboonyanan + + Purisa: Add TTF Name 'UniqueID' to fix reproducibility issue + + * tlwg/Purisa*.sfd: + - Add TTF Name 'UniqueID' entry to prevent another timestamp + in form of date in UniqueID auto-generated by FontForge. + - Bump font version to 004.001 + +2018-10-29 Theppitak Karoonboonyanan + + Laksaman: Add TTF Name 'UniqueID' to fix reproducibility issue + + * sipa/Laksaman*.sfd: + - Add TTF Name 'UniqueID' entry to prevent another timestamp + in form of date in UniqueID auto-generated by FontForge. + - Bump font version to 004.001 + +2018-10-29 Theppitak Karoonboonyanan + + Loma: Regulate TTF Name UniqueID + + * nectec/Loma-Bold.sfd: + - Set TTF Name 'UniqueID' to be consistent with other styles. + * nectec/Loma*.sfd: + - Bump font version to 001.001 + 2018-10-26 Theppitak Karoonboonyanan * NEWS: diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/Makefile.am b/Master/texmf-dist/source/fonts/fonts-tlwg/Makefile.am index 4260986eb61..e2611544cb3 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/Makefile.am +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/Makefile.am @@ -116,6 +116,100 @@ dist-ctan-zip: dist-tds-zip distdir dist-ctan: dist-ctan-zip -.PHONY: dist-ctan dist-ctan-tgz dist-ctan-zip dist-tds dist-tds-tgz dist-tds-zip inst-tds endif # INCLUDE_LATEX +.PHONY: dist-tds dist-tds-tgz dist-tds-zip inst-tds +.PHONY: dist-ctan dist-ctan-tgz dist-ctan-zip + +# +# Font Binary Tarballs +# + +otf_package = otf-tlwg +ttf_package = ttf-tlwg +woff_package = woff-tlwg + +otfdist_txz = $(otf_package)-$(VERSION).tar.xz +ttfdist_txz = $(ttf_package)-$(VERSION).tar.xz +woffdist_txz = $(woff_package)-$(VERSION).tar.xz + +otfdist_zip = $(otf_package)-$(VERSION).zip +ttfdist_zip = $(ttf_package)-$(VERSION).zip +woffdist_zip = $(woff_package)-$(VERSION).zip + +otfdistdir = $(otf_package)-$(VERSION) +ttfdistdir = $(ttf_package)-$(VERSION) +woffdistdir = $(woff_package)-$(VERSION) + +fcdistdir = fontconfig-$(VERSION) + +workingdir = work + +inst-fonts.stamp: + rm -rf $(otfdistdir) $(ttfdistdir) $(woffdistdir) + rm -rf $(fcdistdir) + rm -rf $(workingdir) + mkdir $(workingdir) + confdir=`cd $(top_srcdir) && pwd` \ + abs_otfdistdir=`pwd`/$(otfdistdir) \ + abs_ttfdistdir=`pwd`/$(ttfdistdir) \ + abs_woffdistdir=`pwd`/$(woffdistdir) \ + abs_fcdistdir=`pwd`/$(fcdistdir) \ + && cd $(workingdir) \ + && $$confdir/configure \ + --enable-otf --with-otfdir=$$abs_otfdistdir \ + --enable-ttf --with-ttfdir=$$abs_ttfdistdir \ + --enable-woff --with-woffdir=$$abs_woffdistdir \ + --datadir=$$abs_fcdistdir \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) install + cp -a $(fcdistdir)/* $(otfdistdir) + cp -a $(fcdistdir)/* $(ttfdistdir) + rm -rf $(fcdistdir) + rm -rf $(workingdir) + touch $@ + +dist-otf-txz: inst-fonts.stamp + rm -f $(otfdist_txz) + tar cJf $(otfdist_txz) $(otfdistdir) + md5sum $(otfdist_txz) > $(otfdist_txz).md5sum + +dist-otf-zip: inst-fonts.stamp + rm -f $(otfdist_zip) + zip -r $(otfdist_zip) $(otfdistdir) + md5sum $(otfdist_zip) > $(otfdist_zip).md5sum + +dist-ttf-txz: inst-fonts.stamp + rm -f $(ttfdist_txz) + tar cJf $(ttfdist_txz) $(ttfdistdir) + md5sum $(ttfdist_txz) > $(ttfdist_txz).md5sum + +dist-ttf-zip: inst-fonts.stamp + rm -f $(ttfdist_zip) + zip -r $(ttfdist_zip) $(ttfdistdir) + md5sum $(ttfdist_zip) > $(ttfdist_zip).md5sum + +dist-woff-txz: inst-fonts.stamp + rm -f $(woffdist_txz) + tar cJf $(woffdist_txz) $(woffdistdir) + md5sum $(woffdist_txz) > $(woffdist_txz).md5sum + +dist-woff-zip: inst-fonts.stamp + rm -f $(woffdist_zip) + zip -r $(woffdist_zip) $(woffdistdir) + md5sum $(woffdist_zip) > $(woffdist_zip).md5sum + +dist-fonts-clean: + rm -rf $(otfdistdir) $(ttfdistdir) $(woffdistdir) + rm -f inst-fonts.stamp + +dist-fonts-txz: dist-otf-txz dist-ttf-txz dist-woff-txz + +dist-fonts-zip: dist-otf-zip dist-ttf-zip dist-woff-zip + +dist-fonts: dist-fonts-txz dist-fonts-zip dist-fonts-clean + +.PHONY: dist-fonts-txz dist-otf-txz dist-ttf-txz dist-woff-txz +.PHONY: dist-fonts-zip dist-otf-zip dist-ttf-zip dist-woff-zip +.PHONY: dist-fonts dist-fonts-clean + diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/Makefile.in b/Master/texmf-dist/source/fonts/fonts-tlwg/Makefile.in index 59b2e3c5d44..e53c05f1e8d 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/Makefile.in +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/Makefile.in @@ -313,6 +313,24 @@ SUBDIRS = scripts latex nf nectec sipa tlwg fontconfig tests @INCLUDE_LATEX_TRUE@tdsdist_zip = $(LATEX_PACKAGE)-$(VERSION).tds.zip @INCLUDE_LATEX_TRUE@ctandist_zip = $(LATEX_PACKAGE)-$(VERSION).ctan.zip @INCLUDE_LATEX_TRUE@tdsdistdir = $(LATEX_PACKAGE)-$(VERSION)-tds + +# +# Font Binary Tarballs +# +otf_package = otf-tlwg +ttf_package = ttf-tlwg +woff_package = woff-tlwg +otfdist_txz = $(otf_package)-$(VERSION).tar.xz +ttfdist_txz = $(ttf_package)-$(VERSION).tar.xz +woffdist_txz = $(woff_package)-$(VERSION).tar.xz +otfdist_zip = $(otf_package)-$(VERSION).zip +ttfdist_zip = $(ttf_package)-$(VERSION).zip +woffdist_zip = $(woff_package)-$(VERSION).zip +otfdistdir = $(otf_package)-$(VERSION) +ttfdistdir = $(ttf_package)-$(VERSION) +woffdistdir = $(woff_package)-$(VERSION) +fcdistdir = fontconfig-$(VERSION) +workingdir = work all: all-recursive .SUFFIXES: @@ -869,7 +887,76 @@ dist-hook: @INCLUDE_LATEX_TRUE@dist-ctan: dist-ctan-zip -@INCLUDE_LATEX_TRUE@.PHONY: dist-ctan dist-ctan-tgz dist-ctan-zip dist-tds dist-tds-tgz dist-tds-zip inst-tds +.PHONY: dist-tds dist-tds-tgz dist-tds-zip inst-tds +.PHONY: dist-ctan dist-ctan-tgz dist-ctan-zip + +inst-fonts.stamp: + rm -rf $(otfdistdir) $(ttfdistdir) $(woffdistdir) + rm -rf $(fcdistdir) + rm -rf $(workingdir) + mkdir $(workingdir) + confdir=`cd $(top_srcdir) && pwd` \ + abs_otfdistdir=`pwd`/$(otfdistdir) \ + abs_ttfdistdir=`pwd`/$(ttfdistdir) \ + abs_woffdistdir=`pwd`/$(woffdistdir) \ + abs_fcdistdir=`pwd`/$(fcdistdir) \ + && cd $(workingdir) \ + && $$confdir/configure \ + --enable-otf --with-otfdir=$$abs_otfdistdir \ + --enable-ttf --with-ttfdir=$$abs_ttfdistdir \ + --enable-woff --with-woffdir=$$abs_woffdistdir \ + --datadir=$$abs_fcdistdir \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) install + cp -a $(fcdistdir)/* $(otfdistdir) + cp -a $(fcdistdir)/* $(ttfdistdir) + rm -rf $(fcdistdir) + rm -rf $(workingdir) + touch $@ + +dist-otf-txz: inst-fonts.stamp + rm -f $(otfdist_txz) + tar cJf $(otfdist_txz) $(otfdistdir) + md5sum $(otfdist_txz) > $(otfdist_txz).md5sum + +dist-otf-zip: inst-fonts.stamp + rm -f $(otfdist_zip) + zip -r $(otfdist_zip) $(otfdistdir) + md5sum $(otfdist_zip) > $(otfdist_zip).md5sum + +dist-ttf-txz: inst-fonts.stamp + rm -f $(ttfdist_txz) + tar cJf $(ttfdist_txz) $(ttfdistdir) + md5sum $(ttfdist_txz) > $(ttfdist_txz).md5sum + +dist-ttf-zip: inst-fonts.stamp + rm -f $(ttfdist_zip) + zip -r $(ttfdist_zip) $(ttfdistdir) + md5sum $(ttfdist_zip) > $(ttfdist_zip).md5sum + +dist-woff-txz: inst-fonts.stamp + rm -f $(woffdist_txz) + tar cJf $(woffdist_txz) $(woffdistdir) + md5sum $(woffdist_txz) > $(woffdist_txz).md5sum + +dist-woff-zip: inst-fonts.stamp + rm -f $(woffdist_zip) + zip -r $(woffdist_zip) $(woffdistdir) + md5sum $(woffdist_zip) > $(woffdist_zip).md5sum + +dist-fonts-clean: + rm -rf $(otfdistdir) $(ttfdistdir) $(woffdistdir) + rm -f inst-fonts.stamp + +dist-fonts-txz: dist-otf-txz dist-ttf-txz dist-woff-txz + +dist-fonts-zip: dist-otf-zip dist-ttf-zip dist-woff-zip + +dist-fonts: dist-fonts-txz dist-fonts-zip dist-fonts-clean + +.PHONY: dist-fonts-txz dist-otf-txz dist-ttf-txz dist-woff-txz +.PHONY: dist-fonts-zip dist-otf-zip dist-ttf-zip dist-woff-zip +.PHONY: dist-fonts dist-fonts-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/NEWS b/Master/texmf-dist/source/fonts/fonts-tlwg/NEWS index 9a85b3d2ac5..62da0ef17e2 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/NEWS +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/NEWS @@ -1,3 +1,9 @@ +0.7.1 (2018-11-04) +===== +- Address another reproducibility issue caused by "date stamp" + in auto-generated UniqueID. +- Automate font binary tarballs building, with additional ZIP provision. + 0.7.0 (2018-10-26) ===== - Build fonts reproducibly, thus new major version due to source restructuring. diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/VERSION b/Master/texmf-dist/source/fonts/fonts-tlwg/VERSION index faef31a4357..39e898a4f95 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/VERSION +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/configure b/Master/texmf-dist/source/fonts/fonts-tlwg/configure index 872d860e1ed..ce1db26d71b 100755 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/configure +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for fonts-tlwg 0.7.0. +# Generated by GNU Autoconf 2.69 for fonts-tlwg 0.7.1. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='fonts-tlwg' PACKAGE_TARNAME='fonts-tlwg' -PACKAGE_VERSION='0.7.0' -PACKAGE_STRING='fonts-tlwg 0.7.0' +PACKAGE_VERSION='0.7.1' +PACKAGE_STRING='fonts-tlwg 0.7.1' PACKAGE_BUGREPORT='thai-linux-foss-devel@googlegroups.com' PACKAGE_URL='' @@ -1269,7 +1269,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures fonts-tlwg 0.7.0 to adapt to many kinds of systems. +\`configure' configures fonts-tlwg 0.7.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1336,7 +1336,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of fonts-tlwg 0.7.0:";; + short | recursive ) echo "Configuration of fonts-tlwg 0.7.1:";; esac cat <<\_ACEOF @@ -1436,7 +1436,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -fonts-tlwg configure 0.7.0 +fonts-tlwg configure 0.7.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1453,7 +1453,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by fonts-tlwg $as_me 0.7.0, which was +It was created by fonts-tlwg $as_me 0.7.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2318,7 +2318,7 @@ fi # Define the identity of the package. PACKAGE='fonts-tlwg' - VERSION='0.7.0' + VERSION='0.7.1' cat >>confdefs.h <<_ACEOF @@ -4421,7 +4421,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by fonts-tlwg $as_me 0.7.0, which was +This file was extended by fonts-tlwg $as_me 0.7.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4474,7 +4474,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -fonts-tlwg config.status 0.7.0 +fonts-tlwg config.status 0.7.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-Bold.sfd index 3681459f3b2..45723ad2ba8 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-Bold.sfd @@ -4,7 +4,7 @@ FullName: Loma Bold FamilyName: Loma Weight: Bold Copyright: Copyright (c) NECTEC, 2003. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: 0 UnderlinePosition: -170 UnderlineWidth: 10 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662462 -ModificationTime: 1539618338 +ModificationTime: 1540799273 PfmFamily: 33 TTFWeight: 700 TTFWidth: 5 @@ -1299,7 +1299,7 @@ ShortTable: cvt 41 169 181 EndShort -LangName: 1033 "" "" "" "Nectec UI" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Mr.Sirichai Lerdvorawut" "" "http://www.opentle.org" "http://www.opentle.org" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Loma" "Bold" +LangName: 1033 "" "" "" "Nectec UI - Loma Bold" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Mr.Sirichai Lerdvorawut" "" "http://www.opentle.org" "http://www.opentle.org" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Loma" "Bold" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-BoldOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-BoldOblique.sfd index f23a868e15c..f734015ec89 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-BoldOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-BoldOblique.sfd @@ -4,7 +4,7 @@ FullName: Loma Bold Oblique FamilyName: Loma Weight: Bold Copyright: Copyright (c) NECTEC, 2003. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: -12 UnderlinePosition: -170 UnderlineWidth: 10 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662534 -ModificationTime: 1539618349 +ModificationTime: 1540799283 PfmFamily: 33 TTFWeight: 700 TTFWidth: 5 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-Oblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-Oblique.sfd index c73bc8e3b71..995296b3e63 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-Oblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma-Oblique.sfd @@ -4,7 +4,7 @@ FullName: Loma Oblique FamilyName: Loma Weight: Regular Copyright: Copyright (c) NECTEC, 2003. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: -12 UnderlinePosition: -170 UnderlineWidth: 20 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662347 -ModificationTime: 1539618317 +ModificationTime: 1540799259 PfmFamily: 33 TTFWeight: 400 TTFWidth: 5 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma.sfd index 74fe023c1db..06d7bc83b49 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/nectec/Loma.sfd @@ -4,7 +4,7 @@ FullName: Loma FamilyName: Loma Weight: Regular Copyright: Copyright (c) NECTEC, 2003. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: 0 UnderlinePosition: -170 UnderlineWidth: 20 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662374 -ModificationTime: 1539618300 +ModificationTime: 1540799234 PfmFamily: 33 TTFWeight: 400 TTFWidth: 5 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-Bold.sfd index 763130af761..4088e3aa03b 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-Bold.sfd @@ -4,7 +4,7 @@ FullName: Laksaman Bold FamilyName: Laksaman Weight: Bold Copyright: Laksaman, based on TH Sarabun New.\n\nCopyright (c) 2014 Theppitak Karoonboonyanan.\n\nTH Sarabun New:\n\nCopyright (c) 2010-2011 by Software Industry Promotion Agency (Public Organization) (SIPA). All rights reserved.\nCreated by : Suppakit CHALERMLARP. -Version: 004.000 +Version: 004.001 ItalicAngle: 0 UnderlinePosition: -20 UnderlineWidth: 30 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1308745583 -ModificationTime: 1539675260 +ModificationTime: 1540799706 PfmFamily: 33 TTFWeight: 700 TTFWidth: 5 @@ -1295,7 +1295,7 @@ ShortTable: maxp 16 3 1 EndShort -LangName: 1033 "" "" "" "" "" "" "" "TH Sarabun New Bold is a trademark of Mr.Suppakit Chalermlarp, PSK. Design LTD.." "TLWG" "Mr.Suppakit CHALERMLARP" "" "http://linux.thai.net/projects/fonts-tlwg" "mailto:typethai@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AA0ACgANAAoA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AA0ACgANAAoA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AA0ACgANAAoA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" "" "Laksaman" "Bold" +LangName: 1033 "" "" "" "Laksaman Bold" "" "" "" "TH Sarabun New Bold is a trademark of Mr.Suppakit Chalermlarp, PSK. Design LTD.." "TLWG" "Mr.Suppakit CHALERMLARP" "" "http://linux.thai.net/projects/fonts-tlwg" "mailto:typethai@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AA0ACgANAAoA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AA0ACgANAAoA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AA0ACgANAAoA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" "" "Laksaman" "Bold" GaspTable: 3 8 2 18 1 65535 3 0 Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-BoldItalic.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-BoldItalic.sfd index e19a5c19f7a..aa691c13ade 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-BoldItalic.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-BoldItalic.sfd @@ -4,7 +4,7 @@ FullName: Laksaman Bold Italic FamilyName: Laksaman Weight: Bold Copyright: Laksaman, based on TH Sarabun New.\n\nCopyright (c) 2014 Theppitak Karoonboonyanan.\n\nTH Sarabun New:\n\nCopyright (c) 2010-2011 by Software Industry Promotion Agency (Public Organization) (SIPA). All rights reserved.\nCreated by : Suppakit CHALERMLARP. -Version: 004.000 +Version: 004.001 ItalicAngle: -12 UnderlinePosition: -20 UnderlineWidth: 30 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1308745585 -ModificationTime: 1539675303 +ModificationTime: 1540799737 PfmFamily: 33 TTFWeight: 700 TTFWidth: 5 @@ -1301,7 +1301,7 @@ ShortTable: maxp 16 3 1 EndShort -LangName: 1033 "" "" "Bold Italic" "" "" "" "" "TH Sarabun New Bold Italic is a trademark of Mr.Suppakit Chalermlarp, PSK. Design LTD." "TLWG" "Mr.Suppakit CHALERMLARP" "" "http://www.facebook.com/suppakit.chalermlarp" "mailto:typethai@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AA0ACgANAAoA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AA0ACgANAAoA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AA0ACgANAAoA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" "" "Laksaman" "Bold Italic" +LangName: 1033 "" "" "Bold Italic" "Laksaman Bold Italic" "" "" "" "TH Sarabun New Bold Italic is a trademark of Mr.Suppakit Chalermlarp, PSK. Design LTD." "TLWG" "Mr.Suppakit CHALERMLARP" "" "http://www.facebook.com/suppakit.chalermlarp" "mailto:typethai@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AA0ACgANAAoA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AA0ACgANAAoA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AA0ACgANAAoA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" "" "Laksaman" "Bold Italic" GaspTable: 3 8 2 18 1 65535 3 0 Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-Italic.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-Italic.sfd index cb681602992..7030b9ef1dc 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-Italic.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman-Italic.sfd @@ -4,7 +4,7 @@ FullName: Laksaman Italic FamilyName: Laksaman Weight: Regular Copyright: Laksaman, based on TH Sarabun New.\n\nCopyright (c) 2014 Theppitak Karoonboonyanan.\n\nTH Sarabun New:\n\nCopyright (c) 2010-2011 by Software Industry Promotion Agency (Public Organization) (SIPA). All rights reserved.\nCreated by : Suppakit CHALERMLARP. -Version: 004.000 +Version: 004.001 ItalicAngle: -12 UnderlinePosition: -20 UnderlineWidth: 30 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1308745587 -ModificationTime: 1539675214 +ModificationTime: 1540799682 PfmFamily: 33 TTFWeight: 400 TTFWidth: 5 @@ -1282,7 +1282,7 @@ ShortTable: maxp 16 3 1 EndShort -LangName: 1033 "" "" "" "" "" "" "" "TH Sarabun New Italic is a trademark of Mr.Suppakit Chalermlarp, PSK. Design LTD." "TLWG" "Mr.Suppakit CHALERMLARP" "" "http://linux.thai.net/projects/fonts-tlwg" "mailto:typethai@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AA0ACgANAAoA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AA0ACgANAAoA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AA0ACgANAAoA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" "" "Laksaman" "Italic" +LangName: 1033 "" "" "" "Laksaman Italic" "" "" "" "TH Sarabun New Italic is a trademark of Mr.Suppakit Chalermlarp, PSK. Design LTD." "TLWG" "Mr.Suppakit CHALERMLARP" "" "http://linux.thai.net/projects/fonts-tlwg" "mailto:typethai@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AA0ACgANAAoA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AA0ACgANAAoA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AA0ACgANAAoA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" "" "Laksaman" "Italic" GaspTable: 3 8 2 36 1 65535 3 0 Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman.sfd index 67426821c40..6e741cca482 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/sipa/Laksaman.sfd @@ -4,7 +4,7 @@ FullName: Laksaman FamilyName: Laksaman Weight: Regular Copyright: Laksaman, based on TH Sarabun New.\n\nCopyright (c) 2014 Theppitak Karoonboonyanan.\n\nTH Sarabun New:\n\nCopyright (c) 2010-2011 by Software Industry Promotion Agency (Public Organization) (SIPA). All rights reserved.\nCreated by : Suppakit CHALERMLARP. -Version: 004.000 +Version: 004.001 ItalicAngle: 0 UnderlinePosition: -20 UnderlineWidth: 30 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1308745588 -ModificationTime: 1539675163 +ModificationTime: 1540799631 PfmFamily: 33 TTFWeight: 400 TTFWidth: 5 @@ -1338,7 +1338,7 @@ ShortTable: maxp 16 3 1 EndShort -LangName: 1033 "" "" "" "" "" "" "" "TH Sarabun New is a trademark of Mr.Suppakit Chalermlarp, PSK. Design LTD.." "TLWG" "Mr.Suppakit CHALERMLARP" "" "http://linux.thai.net/projects/fonts-tlwg" "mailto:typethai@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AA0ACgANAAoA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AA0ACgANAAoA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AA0ACgANAAoA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" "" "Laksaman" "Regular" +LangName: 1033 "" "" "" "Laksaman" "" "" "" "TH Sarabun New is a trademark of Mr.Suppakit Chalermlarp, PSK. Design LTD.." "TLWG" "Mr.Suppakit CHALERMLARP" "" "http://linux.thai.net/projects/fonts-tlwg" "mailto:typethai@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AA0ACgANAAoA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AA0ACgANAAoA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AA0ACgANAAoA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" "" "Laksaman" "Regular" GaspTable: 3 8 2 45 1 65535 2 0 Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-Bold.sfd index 851c595f5a4..0bf852b7269 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-Bold.sfd @@ -5,7 +5,7 @@ FamilyName: Purisa Weight: Bold Copyright: Purisa, Thai handwriting outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-27: Created.+AAoACgAA-Acknowlegement:+AAoA-Hanwriting by Ms.Purisa Cholasueksa. +AAoA-Co-operated by Mr.Teeratep Sosakul.+AAoACgAA-2004-02-14:+AAoA-Modified most characters. Make numbers bigger." -Version: 004.000 +Version: 004.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666222 -ModificationTime: 1539676370 +ModificationTime: 1540802727 PfmFamily: 65 TTFWeight: 700 TTFWidth: 5 @@ -1301,7 +1301,7 @@ ShortTable: cvt 29 112 49 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Purisa" "Bold" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Purisa Bold" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Purisa" "Bold" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DiAOOQ4jDjQOKQ4y +DhgONQ4jDkAOFw4e" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-BoldOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-BoldOblique.sfd index f513a57bcb3..3433d9cb446 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-BoldOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-BoldOblique.sfd @@ -5,7 +5,7 @@ FamilyName: Purisa Weight: Bold Copyright: Purisa, Thai handwriting outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-27: Created.+AAoACgAA-Acknowlegement:+AAoA-Hanwriting by Ms.Purisa Cholasueksa. +AAoA-Co-operated by Mr.Teeratep Sosakul.+AAoACgAA-2004-02-14:+AAoA-Modified most characters. Make numbers bigger." -Version: 004.000 +Version: 004.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666222 -ModificationTime: 1539676415 +ModificationTime: 1540802751 PfmFamily: 65 TTFWeight: 700 TTFWidth: 5 @@ -1310,7 +1310,7 @@ ShortTable: cvt 38 47 50 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Purisa" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Purisa Bold Oblique" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Purisa" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DiAOOQ4jDjQOKQ4y +DhgONQ4jDkAOFw4e" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-Oblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-Oblique.sfd index 3d95009884b..48f5592b501 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-Oblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa-Oblique.sfd @@ -5,7 +5,7 @@ FamilyName: Purisa Weight: Regular Copyright: Purisa, Thai handwriting outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-27: Created.+AAoACgAA-Acknowlegement:+AAoA-Hanwriting by Ms.Purisa Cholasueksa. +AAoA-Co-operated by Mr.Teeratep Sosakul.+AAoACgAA-2004-02-14:+AAoA-Modified most characters. Make numbers bigger." -Version: 004.000 +Version: 004.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666222 -ModificationTime: 1539676327 +ModificationTime: 1540802705 PfmFamily: 65 TTFWeight: 400 TTFWidth: 5 @@ -1280,7 +1280,7 @@ ShortTable: cvt 36 23 20 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Purisa" "Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Purisa Oblique" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Purisa" "Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DiAOOQ4jDjQOKQ4y +DhgONQ4jDkAOFw4e" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa.sfd index d46d324228a..6676c4fe439 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Purisa.sfd @@ -5,7 +5,7 @@ FamilyName: Purisa Weight: Regular Copyright: Purisa, Thai handwriting outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-27: Created.+AAoACgAA-Acknowlegement:+AAoA-Hanwriting by Ms.Purisa Cholasueksa. +AAoA-Co-operated by Mr.Teeratep Sosakul.+AAoACgAA-2004-02-14:+AAoA-Modified most characters. Make numbers bigger." -Version: 004.000 +Version: 004.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666222 -ModificationTime: 1539676284 +ModificationTime: 1540802676 PfmFamily: 65 TTFWeight: 400 TTFWidth: 5 @@ -1272,7 +1272,7 @@ ShortTable: cvt 27 35 67 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Purisa" "Regular" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Purisa" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Purisa" "Regular" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DiAOOQ4jDjQOKQ4y +DhgONQ4jDkAOFw4e" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-Bold.sfd index 46feb147870..b83edcefcf6 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-Bold.sfd @@ -4,7 +4,7 @@ FullName: Sawasdee Bold FamilyName: Sawasdee Weight: Bold Copyright: Copyright (c) 2007 Pol Udomwittayanukul. All rights reserved. -Version: 003.000 +Version: 003.001 ItalicAngle: 0 UnderlinePosition: -153 UnderlineWidth: 102 @@ -22,7 +22,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1178430034 -ModificationTime: 1539676992 +ModificationTime: 1540802968 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -1266,7 +1266,7 @@ ShortTable: cvt 23 138 135 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "" "Pol Udomwittayanukul" "" "" "pol.udomwittayanukul@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Sawasdee" "Bold" +LangName: 1033 "" "" "" "Sawasdee Bold" "" "" "" "" "" "Pol Udomwittayanukul" "" "" "pol.udomwittayanukul@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Sawasdee" "Bold" Encoding: UnicodeBmp Compacted: 1 UnicodeInterp: none diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-BoldOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-BoldOblique.sfd index 8a940908be0..765d83ddfb1 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-BoldOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-BoldOblique.sfd @@ -4,7 +4,7 @@ FullName: Sawasdee Bold Oblique FamilyName: Sawasdee Weight: Bold Copyright: Copyright (c) 2007 Pol Udomwittayanukul. All rights reserved. -Version: 003.000 +Version: 003.001 ItalicAngle: -12 UnderlinePosition: -153 UnderlineWidth: 102 @@ -22,7 +22,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1178430034 -ModificationTime: 1539677223 +ModificationTime: 1540803038 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -1291,7 +1291,7 @@ ShortTable: cvt 33 86 88 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "" "Pol Udomwittayanukul" "" "" "pol.udomwittayanukul@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Sawasdee" "Bold Oblique" +LangName: 1033 "" "" "" "Sawasdee Bold Oblique" "" "" "" "" "" "Pol Udomwittayanukul" "" "" "pol.udomwittayanukul@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Sawasdee" "Bold Oblique" Encoding: UnicodeBmp Compacted: 1 UnicodeInterp: none diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-Oblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-Oblique.sfd index 9f82b313132..5831b04e685 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-Oblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee-Oblique.sfd @@ -4,7 +4,7 @@ FullName: Sawasdee Oblique FamilyName: Sawasdee Weight: Regular Copyright: Copyright (c) 2007 Pol Udomwittayanukul. All rights reserved. -Version: 003.000 +Version: 003.001 ItalicAngle: -12 UnderlinePosition: -153 UnderlineWidth: 102 @@ -22,7 +22,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1178430034 -ModificationTime: 1539676842 +ModificationTime: 1540802945 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -1253,7 +1253,7 @@ ShortTable: cvt 23 74 67 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "" "Pol Udomwittayanukul" "" "" "pol.udomwittayanukul@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Sawasdee" "Oblique" +LangName: 1033 "" "" "" "Sawasdee Oblique" "" "" "" "" "" "Pol Udomwittayanukul" "" "" "pol.udomwittayanukul@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Sawasdee" "Oblique" Encoding: UnicodeBmp Compacted: 1 UnicodeInterp: none diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee.sfd index a91bbfd05e9..4f7ab028207 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Sawasdee.sfd @@ -4,7 +4,7 @@ FullName: Sawasdee FamilyName: Sawasdee Weight: Regular Copyright: Copyright (c) 2007 Pol Udomwittayanukul. All rights reserved. -Version: 003.000 +Version: 003.001 ItalicAngle: 0 UnderlinePosition: -153 UnderlineWidth: 102 @@ -22,7 +22,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1178430034 -ModificationTime: 1539676699 +ModificationTime: 1540802918 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -1235,7 +1235,7 @@ ShortTable: cvt 20 73 75 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "" "Pol Udomwittayanukul" "" "" "pol.udomwittayanukul@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Sawasdee" "Regular" +LangName: 1033 "" "" "" "Sawasdee" "" "" "" "" "" "Pol Udomwittayanukul" "" "" "pol.udomwittayanukul@gmail.com" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Sawasdee" "Regular" Encoding: UnicodeBmp Compacted: 1 UnicodeInterp: none diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-Bold.sfd index 7dc29133ac4..087183e9376 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-Bold.sfd @@ -5,7 +5,7 @@ FamilyName: TlwgMono Weight: Bold Copyright: TlwgMono-Bold, Free Thai Monospace outline font.\n\nCopyright (C) 2003 Poonlap Veerathanabutr UComments: "2003-11-26: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-Imported ISO-8859-1 from FreeMono.sfd.+AAoA-http://www.nongnu.org/freefont/+AAoACgAA-Created from PseudoMono-Bold" -Version: 002.000 +Version: 002.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666223 -ModificationTime: 1539679806 +ModificationTime: 1540803207 PfmFamily: 49 TTFWeight: 700 TTFWidth: 5 @@ -767,7 +767,7 @@ ShortTable: cvt 24 80 64 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Mono" "Bold" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Mono Bold" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Mono" "Bold" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ4zDkkA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-BoldOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-BoldOblique.sfd index cb02739563d..8686d3fb188 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-BoldOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-BoldOblique.sfd @@ -5,7 +5,7 @@ FamilyName: TlwgMono Weight: Bold Copyright: TlwgMono-Bold, Free Thai Monospace outline font.\n\nCopyright (C) 2003 Poonlap Veerathanabutr UComments: "2003-11-26: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-Imported ISO-8859-1 from FreeMono.sfd.+AAoA-http://www.nongnu.org/freefont/+AAoACgAA-Created from PseudoMono-BoldOblique+AAoA" -Version: 002.000 +Version: 002.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666223 -ModificationTime: 1539679909 +ModificationTime: 1540803228 PfmFamily: 49 TTFWeight: 700 TTFWidth: 5 @@ -824,7 +824,7 @@ ShortTable: cvt 36 50 57 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Mono" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Mono Bold Oblique" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Mono" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ4zDkkA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-Oblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-Oblique.sfd index eb53deb4454..2e1d36ee374 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-Oblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono-Oblique.sfd @@ -5,7 +5,7 @@ FamilyName: TlwgMono Weight: Regular Copyright: TlwgMono, Free Thai Monospace outline font.\n\nCopyright (C) 2003 Poonlap Veerathanabutr UComments: "2003-11-26: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-This font was derived from TlwgMono.Most characters have fixed width except some vowels and tone marks.+AAoACgAA-Created from PseudoMono-Oblique" -Version: 002.000 +Version: 002.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666223 -ModificationTime: 1539679662 +ModificationTime: 1540803186 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -832,7 +832,7 @@ ShortTable: cvt 29 74 29 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Mono" "Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Mono Oblique" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Mono" "Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ4zDkkA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono.sfd index 58ffdd9ab61..a5711bd61dc 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgMono.sfd @@ -5,7 +5,7 @@ FamilyName: TlwgMono Weight: Regular Copyright: TlwgMono, Free Thai monospace outline font.\n\nCopyright (C) 2003 Poonlap Veerathanabutr UComments: "2003-11-8: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-Imported ISO-8859-1 from FreeMono.sfd.+AAoA-http://www.nongnu.org/freefont/+AAoACgAA-Imported thai18.bdf as background for reference.+AAoACgAA-2003-11-15: Used +ACIA-Copy reference+ACIA to variants. But some cannot. I don't know why.+AAoACgAA-2003-11-17: First release+AAoA-See sample of this font in PDF from http://linux/thai.net/Members/poonlap/font/TlwgMono.pdf+AAoACgAA-2003-11-18: fixed some characters and make every character monospace.+AAoACgAA-2003-11-18: fixed font width and name (dottedcircke, uni0E10descless)" -Version: 002.000 +Version: 002.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666223 -ModificationTime: 1539679515 +ModificationTime: 1540803161 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -782,7 +782,7 @@ ShortTable: cvt 24 66 68 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Mono" "Regular" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Mono" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Mono" "Regular" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ4zDkkA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Bold.sfd index 7ceb7236639..6ce189d4871 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Bold.sfd @@ -5,7 +5,7 @@ FamilyName: TlwgTypewriter Weight: Bold Copyright: Tlwg Typewriter-Bold, Free Thai Pseudo Monospace outline font. Copyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-Imported ISO-8859-1 from FreeMono.sfd.+AAoA-http://www.nongnu.org/freefont/+AAoACgAA-2003-11-22: first release+AAoACgAA-2003-11-25: Fixed vowel and tone marks' level." -Version: 003.000 +Version: 003.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666223 -ModificationTime: 1539697367 +ModificationTime: 1540803404 PfmFamily: 49 TTFWeight: 700 TTFWidth: 5 @@ -1224,7 +1224,7 @@ ShortTable: cvt 23 80 64 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "" "" "Tlwg Typewriter" "Bold" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typewriter Bold" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "" "" "Tlwg Typewriter" "Bold" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ4zDkkA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-BoldOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-BoldOblique.sfd index 9667b4f0dbe..d57da770dec 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-BoldOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-BoldOblique.sfd @@ -5,7 +5,7 @@ FamilyName: TlwgTypewriter Weight: Bold Copyright: Tlwg Typewriter-Bold, Free Thai Pseudo Monospace outline font. Copyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-25: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-Imported ISO-8859-1 from FreeMono.sfd.+AAoA-http://www.nongnu.org/freefont/+AAoACgAA" -Version: 003.000 +Version: 003.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666223 -ModificationTime: 1539697447 +ModificationTime: 1540803424 PfmFamily: 49 TTFWeight: 700 TTFWidth: 5 @@ -1281,7 +1281,7 @@ ShortTable: cvt 35 50 57 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "" "" "Tlwg Typewriter" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typewriter Bold Oblique" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "" "" "Tlwg Typewriter" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ4zDkkA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Oblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Oblique.sfd index 95574f62c2d..a30a670e021 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Oblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Oblique.sfd @@ -5,7 +5,7 @@ FamilyName: TlwgTypewriter Weight: Regular Copyright: Tlwg Typewriter, Free Thai Pseudo Monospace outline font. Copyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-25: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-This font was derived from TlwgMono.Most characters have fixed width except some vowels and tone marks.+AAoA" -Version: 003.000 +Version: 003.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666223 -ModificationTime: 1539697286 +ModificationTime: 1540803384 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -1288,7 +1288,7 @@ ShortTable: cvt 27 55 66 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "" "" "Tlwg Typewriter" "Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typewriter Oblique" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "" "" "Tlwg Typewriter" "Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ4zDkkA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter.sfd index 45f27b3ccba..e84baa3f23b 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter.sfd @@ -5,7 +5,7 @@ FamilyName: TlwgTypewriter Weight: Regular Copyright: Tlwg Typewriter, Free Thai Pseudo Monospace outline font. Copyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-This font was derived from TlwgMono.Most characters have fixed width except some vowels and tone marks.+AAoACgAA-2003-11-25: Fixed above vowel and tone mark level.+AAoA" -Version: 003.000 +Version: 003.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153666223 -ModificationTime: 1539697160 +ModificationTime: 1540803363 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -1240,7 +1240,7 @@ ShortTable: cvt 24 66 68 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "" "" "Tlwg Typewriter" "Regular" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typewriter" "" "" "" "" "TLWG" "" "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "" "" "Tlwg Typewriter" "Regular" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ4zDkkA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Bold.sfd index 0400918f719..3223810f0b9 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Bold.sfd @@ -5,7 +5,7 @@ FamilyName: Tlwg Typist Weight: Bold Copyright: Tlwg Typist, based on Poonlap Veerathanabutr's Tlwg Typewriter.\n\nCopyright (C) 2005-2014 Theppitak Karoonboonyanan.\n\nTlwg Typewriter, Free Thai Pseudo Monospace outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-Imported ISO-8859-1 from FreeMono.sfd.+AAoA-http://www.nongnu.org/freefont/+AAoACgAA-2003-11-22: first release+AAoACgAA-2003-11-25: Fixed vowel and tone marks' level." -Version: 003.000 +Version: 003.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153664010 -ModificationTime: 1539710118 +ModificationTime: 1540803667 PfmFamily: 49 TTFWeight: 700 TTFWidth: 5 @@ -1250,7 +1250,7 @@ ShortTable: cvt 21 77 63 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typist" "Bold" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typist Bold" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typist" "Bold" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ5JDjMA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-BoldOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-BoldOblique.sfd index 3bb19b1eb90..85b8800170d 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-BoldOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-BoldOblique.sfd @@ -5,7 +5,7 @@ FamilyName: Tlwg Typist Weight: Bold Copyright: Tlwg Typist, based on Poonlap Veerathanabutr's Tlwg Typewriter.\n\nCopyright (C) 2005-2014 Theppitak Karoonboonyanan.\n\nTlwg Typewriter, Free Thai Pseudo Monospace outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-Imported ISO-8859-1 from FreeMono.sfd.+AAoA-http://www.nongnu.org/freefont/+AAoACgAA-2003-11-22: first release+AAoACgAA-2003-11-25: Fixed vowel and tone marks' level." -Version: 003.000 +Version: 003.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153664121 -ModificationTime: 1539710199 +ModificationTime: 1540803691 PfmFamily: 49 TTFWeight: 700 TTFWidth: 5 @@ -1273,7 +1273,7 @@ ShortTable: cvt 29 67 83 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typist" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typist Bold Oblique" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typist" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ5JDjMA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Oblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Oblique.sfd index 52e390df81e..e5c8279b002 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Oblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Oblique.sfd @@ -5,7 +5,7 @@ FamilyName: Tlwg Typist Weight: Regular Copyright: Tlwg Typist, based on Poonlap Veerathanabutr's Tlwg Typewriter.\n\nCopyright (C) 2005-2014 Theppitak Karoonboonyanan.\n\nTlwg Typewriter, Free Thai Pseudo Monospace outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-This font was derived from TlwgMono.Most characters have fixed width except some vowels and tone marks.+AAoACgAA-2003-11-25: Fixed above vowel and tone mark level.+AAoA" -Version: 003.000 +Version: 003.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153663934 -ModificationTime: 1539710027 +ModificationTime: 1540803648 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -1319,7 +1319,7 @@ ShortTable: cvt 30 25 29 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typist" "Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typist Oblique" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typist" "Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist.sfd index 4997d047695..d08e744d220 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypist.sfd @@ -5,7 +5,7 @@ FamilyName: Tlwg Typist Weight: Regular Copyright: Tlwg Typist, based on Poonlap Veerathanabutr's Tlwg Typewriter.\n\nCopyright (C) 2005-2014 Theppitak Karoonboonyanan.\n\nTlwg Typewriter, Free Thai Pseudo Monospace outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-This font was derived from TlwgMono.Most characters have fixed width except some vowels and tone marks.+AAoACgAA-2003-11-25: Fixed above vowel and tone mark level.+AAoA" -Version: 003.000 +Version: 003.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153663876 -ModificationTime: 1539709953 +ModificationTime: 1540803622 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -1250,7 +1250,7 @@ ShortTable: cvt 21 22 24 EndShort -LangName: 1033 "" "" "" "FontForge 1.0 : Tlwg Typist Bold : 2006-04-09" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typist" "Regular" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typist" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typist" "Regular" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Bold.sfd index e2087ea7ae3..d707b17ef16 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Bold.sfd @@ -5,7 +5,7 @@ FamilyName: Tlwg Typo Weight: Bold Copyright: Tlwg Typo, based on Poonlap Veerathanabutr's Tlwg Typewriter.\n\nCopyright (C) 2005-2014 Theppitak Karoonboonyanan.\n\nTlwg Typewriter, Free Thai Pseudo Monospace outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-Imported ISO-8859-1 from FreeMono.sfd.+AAoA-http://www.nongnu.org/freefont/+AAoACgAA-2003-11-22: first release+AAoACgAA-2003-11-25: Fixed vowel and tone marks' level." -Version: 004.000 +Version: 004.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153664010 -ModificationTime: 1539743384 +ModificationTime: 1540803886 PfmFamily: 49 TTFWeight: 700 TTFWidth: 5 @@ -1241,7 +1241,7 @@ ShortTable: cvt 22 77 64 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typo" "Bold" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typo Bold" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typo" "Bold" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ5JDjMA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-BoldOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-BoldOblique.sfd index c061f0f0c4e..b654b3c1371 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-BoldOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-BoldOblique.sfd @@ -5,7 +5,7 @@ FamilyName: Tlwg Typo Weight: Bold Copyright: Tlwg Typo, based on Poonlap Veerathanabutr's Tlwg Typewriter.\n\nCopyright (C) 2005-2014 Theppitak Karoonboonyanan.\n\nTlwg Typewriter, Free Thai Pseudo Monospace outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-Imported ISO-8859-1 from FreeMono.sfd.+AAoA-http://www.nongnu.org/freefont/+AAoACgAA-2003-11-22: first release+AAoACgAA-2003-11-25: Fixed vowel and tone marks' level." -Version: 004.000 +Version: 004.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153664121 -ModificationTime: 1539743478 +ModificationTime: 1540803907 PfmFamily: 49 TTFWeight: 700 TTFWidth: 5 @@ -1264,7 +1264,7 @@ ShortTable: cvt 30 83 71 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typo" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typo Bold Oblique" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typo" "Bold Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DkAOFA5HDgEOAQ4VDjEODQ4NDjkOQA4dDkkOMg5EDgIOSQ4EDjgOEw4bDjkOSA4tDiIOOQ5IDhcONQ5IDhoOSQ4yDhkOIw40DiEOGQ5JDjMA" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Oblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Oblique.sfd index d573e619a6b..86d9b7f6a06 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Oblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Oblique.sfd @@ -5,7 +5,7 @@ FamilyName: Tlwg Typo Weight: Regular Copyright: Tlwg Typo, based on Poonlap Veerathanabutr's Tlwg Typewriter.\n\nCopyright (C) 2005-2014 Theppitak Karoonboonyanan.\n\nTlwg Typewriter, Free Thai Pseudo Monospace outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-This font was derived from TlwgMono.Most characters have fixed width except some vowels and tone marks.+AAoACgAA-2003-11-25: Fixed above vowel and tone mark level.+AAoA" -Version: 004.000 +Version: 004.001 ItalicAngle: -12 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153663934 -ModificationTime: 1539743290 +ModificationTime: 1540803868 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -1309,7 +1309,7 @@ ShortTable: cvt 30 25 29 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typo" "Oblique" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typo Oblique" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typo" "Oblique" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo.sfd index f701edda67f..1e17192bfb9 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/TlwgTypo.sfd @@ -5,7 +5,7 @@ FamilyName: Tlwg Typo Weight: Regular Copyright: Tlwg Typo, based on Poonlap Veerathanabutr's Tlwg Typewriter.\n\nCopyright (C) 2005-2014 Theppitak Karoonboonyanan.\n\nTlwg Typewriter, Free Thai Pseudo Monospace outline font.\n\nCopyright (C) 2003, 2004 Poonlap Veerathanabutr UComments: "2003-11-20: Created. +AAoA-PfaEdit 1.0 (http://pfaedit.sf.net).+AAoACgAA-TLWG is Thai Linux Working Group http://linux.thai.net+AAoACgAA-This font was derived from TlwgMono.Most characters have fixed width except some vowels and tone marks.+AAoACgAA-2003-11-25: Fixed above vowel and tone mark level.+AAoA" -Version: 004.000 +Version: 004.001 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 @@ -21,7 +21,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153663876 -ModificationTime: 1539743156 +ModificationTime: 1540803848 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -1240,7 +1240,7 @@ ShortTable: cvt 21 22 24 EndShort -LangName: 1033 "" "" "" "FontForge 1.0 : Tlwg Typist Bold : 2006-04-09" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typo" "Regular" "" "A quick brown fox jumps over the lazy dog." +LangName: 1033 "" "" "" "Tlwg Typo" "" "" "" "" "TLWG" "Theppitak Karoonboonyanan " "" "" "" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Tlwg Typo" "Regular" "" "A quick brown fox jumps over the lazy dog." LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Bold.sfd index bd0f080c5a6..c727e4f4b20 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Bold.sfd @@ -4,7 +4,7 @@ FullName: Umpush Bold FamilyName: Umpush Weight: Bold Copyright: Copyright (c) 2003 NECTEC. All rights reserved.\nCopyright (c) 2007 Widhaya Trisarnwadhana. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: 0 UnderlinePosition: -170 UnderlineWidth: 10 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662462 -ModificationTime: 1539753269 +ModificationTime: 1540804125 PfmFamily: 33 TTFWeight: 700 TTFWidth: 5 @@ -1285,7 +1285,7 @@ ShortTable: cvt 42 150 146 EndShort -LangName: 1033 "" "" "" "" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Bold" +LangName: 1033 "" "" "" "Umpush Bold" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Bold" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-BoldOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-BoldOblique.sfd index 12f21f16a79..9a5fc936380 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-BoldOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-BoldOblique.sfd @@ -4,7 +4,7 @@ FullName: Umpush Bold Oblique FamilyName: Umpush Weight: Bold Copyright: Copyright (c) 2003 NECTEC. All rights reserved.\nCopyright (c) 2007 Widhaya Trisarnwadhana. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: -10 UnderlinePosition: -170 UnderlineWidth: 10 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662462 -ModificationTime: 1539753734 +ModificationTime: 1540804151 PfmFamily: 33 TTFWeight: 700 TTFWidth: 5 @@ -1375,7 +1375,7 @@ ShortTable: cvt 57 80 31 EndShort -LangName: 1033 "" "" "" "" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Bold Oblique" +LangName: 1033 "" "" "" "Umpush Bold Oblique" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Bold Oblique" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Light.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Light.sfd index a77bdee8e76..2e9605969ee 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Light.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Light.sfd @@ -4,7 +4,7 @@ FullName: Umpush Light FamilyName: Umpush Weight: Light Copyright: Copyright (c) 2003 NECTEC. All rights reserved.\nCopyright (c) 2007 Widhaya Trisarnwadhana. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: 0 UnderlinePosition: -85 UnderlineWidth: 10 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1176605901 -ModificationTime: 1539753018 +ModificationTime: 1540804086 PfmFamily: 33 TTFWeight: 300 TTFWidth: 5 @@ -1304,7 +1304,7 @@ ShortTable: cvt 31 101 93 EndShort -LangName: 1033 "" "" "" "" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Light" +LangName: 1033 "" "" "" "Umpush Light" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Light" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-LightOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-LightOblique.sfd index 007eed98f66..3e6e9ded64c 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-LightOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-LightOblique.sfd @@ -4,7 +4,7 @@ FullName: Umpush Light Oblique FamilyName: Umpush Weight: Light Copyright: Copyright (c) 2003 NECTEC. All rights reserved.\nCopyright (c) 2007 Widhaya Trisarnwadhana. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: -10 UnderlinePosition: -85 UnderlineWidth: 10 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1176605901 -ModificationTime: 1539753131 +ModificationTime: 1540804105 PfmFamily: 33 TTFWeight: 300 TTFWidth: 5 @@ -1320,7 +1320,7 @@ ShortTable: cvt 47 80 30 EndShort -LangName: 1033 "" "" "" "" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Light Oblique" +LangName: 1033 "" "" "" "Umpush Light Oblique" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Light Oblique" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Oblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Oblique.sfd index 042736d4f2f..173b0140c9a 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Oblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush-Oblique.sfd @@ -4,7 +4,7 @@ FullName: Umpush Oblique FamilyName: Umpush Weight: Regular Copyright: Copyright (c) 2003 NECTEC. All rights reserved.\nCopyright (c) 2007 Widhaya Trisarnwadhana. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: -10 UnderlinePosition: -170 UnderlineWidth: 20 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662374 -ModificationTime: 1539752626 +ModificationTime: 1540804065 PfmFamily: 33 TTFWeight: 400 TTFWidth: 5 @@ -1318,7 +1318,7 @@ ShortTable: cvt 47 80 31 EndShort -LangName: 1033 "" "" "" "" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Oblique" +LangName: 1033 "" "" "" "Umpush Oblique" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Oblique" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush.sfd index b8836480173..4592abd800a 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Umpush.sfd @@ -4,7 +4,7 @@ FullName: Umpush FamilyName: Umpush Weight: Regular Copyright: Copyright (c) 2003 NECTEC. All rights reserved.\nCopyright (c) 2007 Widhaya Trisarnwadhana. All rights reserved.\nModified under GNU General Public License by TLWG. -Version: 001.000 +Version: 001.001 ItalicAngle: 0 UnderlinePosition: -170 UnderlineWidth: 20 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662374 -ModificationTime: 1539752490 +ModificationTime: 1540804047 PfmFamily: 33 TTFWeight: 400 TTFWidth: 5 @@ -1308,7 +1308,7 @@ ShortTable: cvt 37 162 158 EndShort -LangName: 1033 "" "" "" "" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Regular" +LangName: 1033 "" "" "" "Umpush" "" "" "" "SLThaiUI is a trademark of the NECTEC." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "This font is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.+AAoACgAA-This font is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.+AAoACgAA-You should have received a copy of the GNU General Public License along with this font; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA+AAoACgAA-As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version." "http://www.gnu.org/licenses/gpl.html" "" "Umpush" "Regular" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-Bold.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-Bold.sfd index 5c5ccc44dc8..f64680b39f0 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-Bold.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-Bold.sfd @@ -4,7 +4,7 @@ FullName: Waree Bold FamilyName: Waree Weight: Bold Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.\n\nTLWG changes are in public domain. -Version: 001.000 +Version: 001.001 ItalicAngle: 0 UnderlinePosition: -170 UnderlineWidth: 10 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662462 -ModificationTime: 1539754367 +ModificationTime: 1540804325 PfmFamily: 33 TTFWeight: 700 TTFWidth: 5 @@ -1488,7 +1488,7 @@ ShortTable: cvt 66 104 141 EndShort -LangName: 1033 "" "" "" "" "" "" "" "Bitstream Vera is a trademark of Bitstream, Inc." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "Fonts are (c) Bitstream (see below). TLWG changes are in public domain.+AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. " "" "" "Waree" "Bold" +LangName: 1033 "" "" "" "Waree Bold" "" "" "" "Bitstream Vera is a trademark of Bitstream, Inc." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "Fonts are (c) Bitstream (see below). TLWG changes are in public domain.+AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. " "" "" "Waree" "Bold" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-BoldOblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-BoldOblique.sfd index 1ebfaf6fd08..bbbf66b0c6f 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-BoldOblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-BoldOblique.sfd @@ -4,7 +4,7 @@ FullName: Waree Bold Oblique FamilyName: Waree Weight: Bold Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.\n\nTLWG changes are in public domain. -Version: 001.000 +Version: 001.001 ItalicAngle: -11 UnderlinePosition: -170 UnderlineWidth: 10 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662462 -ModificationTime: 1539754481 +ModificationTime: 1540804341 PfmFamily: 33 TTFWeight: 700 TTFWidth: 5 @@ -1614,7 +1614,7 @@ ShortTable: cvt 91 82 112 EndShort -LangName: 1033 "" "" "" "" "" "" "" "Bitstream Vera is a trademark of Bitstream, Inc." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "Fonts are (c) Bitstream (see below). TLWG changes are in public domain.+AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. " "" "" "Waree" "Bold Oblique" +LangName: 1033 "" "" "" "Waree Bold Oblique" "" "" "" "Bitstream Vera is a trademark of Bitstream, Inc." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "Fonts are (c) Bitstream (see below). TLWG changes are in public domain.+AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. " "" "" "Waree" "Bold Oblique" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-Oblique.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-Oblique.sfd index 0545d478ca2..76d459acaf4 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-Oblique.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree-Oblique.sfd @@ -4,7 +4,7 @@ FullName: Waree Oblique FamilyName: Waree Weight: Regular Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.\n\nTLWG changes are in public domain. -Version: 001.000 +Version: 001.001 ItalicAngle: -11 UnderlinePosition: -170 UnderlineWidth: 20 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662374 -ModificationTime: 1539754227 +ModificationTime: 1540804310 PfmFamily: 33 TTFWeight: 400 TTFWidth: 5 @@ -1576,7 +1576,7 @@ ShortTable: cvt 67 603 82 EndShort -LangName: 1033 "" "" "" "" "" "" "" "Bitstream Vera is a trademark of Bitstream, Inc." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "Fonts are (c) Bitstream (see below). TLWG changes are in public domain.+AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. " "" "" "Waree" "Oblique" +LangName: 1033 "" "" "" "Waree Oblique" "" "" "" "Bitstream Vera is a trademark of Bitstream, Inc." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "Fonts are (c) Bitstream (see below). TLWG changes are in public domain.+AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. " "" "" "Waree" "Oblique" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree.sfd b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree.sfd index 8b43543ffcb..8fc33dfb7c0 100644 --- a/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree.sfd +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/tlwg/Waree.sfd @@ -4,7 +4,7 @@ FullName: Waree FamilyName: Waree Weight: Regular Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.\n\nTLWG changes are in public domain. -Version: 001.000 +Version: 001.001 ItalicAngle: 0 UnderlinePosition: -170 UnderlineWidth: 20 @@ -20,7 +20,7 @@ OS2Version: 4 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1153662374 -ModificationTime: 1539754125 +ModificationTime: 1540804293 PfmFamily: 33 TTFWeight: 400 TTFWidth: 5 @@ -1383,7 +1383,7 @@ ShortTable: cvt 50 104 96 EndShort -LangName: 1033 "" "" "" "" "" "" "" "Bitstream Vera is a trademark of Bitstream, Inc." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "Fonts are (c) Bitstream (see below). TLWG changes are in public domain.+AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. " "" "" "Waree" "Regular" +LangName: 1033 "" "" "" "Waree" "" "" "" "Bitstream Vera is a trademark of Bitstream, Inc." "TLWG" "Widhaya Trisarnwadhana" "" "http://linux.thai.net/projects/fonts-tlwg" "http://www.thaitux.info" "Fonts are (c) Bitstream (see below). TLWG changes are in public domain.+AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. " "" "" "Waree" "Regular" LangName: 1054 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "+DicONA4NDg0OOQ4hDjgOSA4HDiMOOQ5JDh4ONA4GDjIOFQ4bDjcOSQ4ZDgIONQ5JDh0OOA5IDhkOQA4lDikODw44" Encoding: UnicodeBmp Compacted: 1 -- cgit v1.2.3