summaryrefslogtreecommitdiff
path: root/fonts/figbas
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/figbas
Initial commit
Diffstat (limited to 'fonts/figbas')
-rw-r--r--fonts/figbas/README117
-rw-r--r--fonts/figbas/afm/cmrj.afm28
-rw-r--r--fonts/figbas/afm/cmssj.afm28
-rw-r--r--fonts/figbas/afm/plrj.afm28
-rw-r--r--fonts/figbas/doc/README117
-rw-r--r--fonts/figbas/doc/example.pdfbin0 -> 15520 bytes
-rw-r--r--fonts/figbas/doc/example.tex82
-rw-r--r--fonts/figbas/doc/figbas.pdfbin0 -> 64057 bytes
-rw-r--r--fonts/figbas/doc/figbas.tex113
-rw-r--r--fonts/figbas/example.pdfbin0 -> 15520 bytes
-rw-r--r--fonts/figbas/figbas.pdfbin0 -> 64057 bytes
-rw-r--r--fonts/figbas/map/figbas.map3
-rw-r--r--fonts/figbas/tfm/cmrj.tfmbin0 -> 216 bytes
-rw-r--r--fonts/figbas/tfm/cmssj.tfmbin0 -> 220 bytes
-rw-r--r--fonts/figbas/tfm/plrj.tfmbin0 -> 224 bytes
-rw-r--r--fonts/figbas/type1/cmrj.pfbbin0 -> 8915 bytes
-rw-r--r--fonts/figbas/type1/cmssj.pfbbin0 -> 4056 bytes
-rw-r--r--fonts/figbas/type1/plrj.pfbbin0 -> 8893 bytes
18 files changed, 516 insertions, 0 deletions
diff --git a/fonts/figbas/README b/fonts/figbas/README
new file mode 100644
index 0000000000..2f0055fb35
--- /dev/null
+++ b/fonts/figbas/README
@@ -0,0 +1,117 @@
+=========================================================================
+ FIGBAS (minifonts for figured-bass ligatures)
+=========================================================================
+
+ version 1.0.3
+ 2013-01-24
+ Bob Tennent
+ rdt(a)tennent.ca
+
+This package provides three Postscript Type 1 mini-fonts cmrj,
+cmssj, plrj (and associated map file and metric files) with just
+five "ligatures" for the combinations 2+, 4+, 5+, 6+, and 9+ used
+in figured-bass notation in baroque music. The fonts are intended
+for use with Computer Modern (cmr), Computer Modern Sans (cmss), and
+Palatino/Palladio (pplr), respectively.
+
+Installation
+------------
+
+Unzip the archive tex-archive/install/fonts/figbas.tds.zip at the root
+of a texmf hierarchy, preferably a "local" tree, such as $HOME/texmf
+or /usr/local/share/texmf on a Un*x-like system or C:\localtexmf on a
+Windows system; the documentation of your TeX distribution should tell
+you where to install new files.
+
+Updating the Filename Database
+------------------------------
+
+Most TeX systems improve the efficiency of file access by maintaining
+a data base of file names. The documentation of your TeX distribution
+should tell you what you have to do to update this data base after
+adding new files. For example, on a teTeX-based system, execute
+
+ texhash
+
+On a MikTeX system, execute
+
+ initexmf -u
+
+or click on Options and then the Refresh button for the file-name
+database.
+
+
+Configuring the Font Maps
+-------------------------
+
+TeX systems maintain map files which associate font files with font
+names. The file figbas.map in the archive defines the appropriate
+associations for these fonts. The documentation of your TeX
+distribution should tell you what you have to do to add the
+associations in figbas.map to the global map file or files. For
+example, on a TeXLive system, execute
+
+ updmap --enable Map=figbas.map
+
+or add
+
+ Map figbas.map
+
+to updmap.cfg and run updmap (as a user) or updmap-sys (as root).
+
+On a MikTeX system:
+
+ + Run
+
+initexmf --edit-config-file updmap
+
+and add the following at the end of the file:
+
+Map figbas.map
+
+ + Save the file and exit Notepad.
+
+ + Refresh the file-name database and run
+
+initexmf --mkmaps
+
+
+Using the Fonts
+---------------
+
+The fonts might be used in a TeX-based format such as MusixTeX as
+follows:
+
+ % Uncomment one of the following three lines:
+ % \font\figfont=cmr7 \font\figplus=cmrj at 7pt
+ % \font\figfont=cmss8 at 7pt \font\figplus=cmssj at 7pt
+ \font\figfont=pplr8r at 7pt \font\figplus=plrj at 7pt
+
+ \def\twopl{\figplus 2}
+ \def\fourpl{\figplus 4}
+ \def\fivepl{\figplus 5}
+ \def\sixpl{\figplus 6}
+ \def\ninepl{\figplus 9}
+
+
+Licensing
+---------
+
+plrj.pfb is based on glyphs from the Palladio L Roman font by
+
+ URW++ Design and Development Incorporated
+ Poppenbuetteler Bogen 29A
+ D-22399 Hamburg
+ Germany
+ tel. +49 (40) 60 60 50
+ fax +49 (40) 60 60 51 11
+ http://www.urwpp.de
+
+which is licensed under the GPL. The same license applies to plrj.pfb.
+The font may be embedded in non-GPLed documents.
+
+cmrj.pfb and cmssj.pfb are based on glyphs from the so-called "bluesky"
+type-1 version of Knuth's Computer Modern Roman and Sans fonts. The
+copyright to these type-1 fonts is now held by the AMS but modification
+and distribution without their copyright notice is allowed; cmrj.pfb and
+cmssj.pfb are licensed under the LPPL.
diff --git a/fonts/figbas/afm/cmrj.afm b/fonts/figbas/afm/cmrj.afm
new file mode 100644
index 0000000000..a4a80848db
--- /dev/null
+++ b/fonts/figbas/afm/cmrj.afm
@@ -0,0 +1,28 @@
+StartFontMetrics 2.0
+Comment Generated by FontForge 20090914
+Comment Creation Date: Mon Jan 10 20:25:11 2011
+FontName ComputerModern-FB
+FullName Computer Modern Figured Bass
+FamilyName Computer Modern
+Weight Medium
+Notice (Created by Bob Tennent with FontForge 2.0 (http://fontforge.sf.net))
+Comment
+Comment Based on glyphs from cmr7.pfb.
+Comment
+Comment Licensed under the LPPL.
+ItalicAngle 0
+IsFixedPitch false
+UnderlinePosition -100
+UnderlineThickness 50
+Version 001.000
+EncodingScheme AdobeStandardEncoding
+FontBBox -18 -246 813 779
+Descender -2147483648
+StartCharMetrics 5
+C 50 ; WX 880 ; N two ; B 59 -246 813 664 ;
+C 52 ; WX 848 ; N four ; B 39 0 780 674 ;
+C 53 ; WX 709 ; N five ; B 63 -20 662 779 ;
+C 54 ; WX 569 ; N six ; B -18 -20 514 712 ;
+C 57 ; WX 569 ; N nine ; B 54 -100 514 664 ;
+EndCharMetrics
+EndFontMetrics
diff --git a/fonts/figbas/afm/cmssj.afm b/fonts/figbas/afm/cmssj.afm
new file mode 100644
index 0000000000..23d639bdaa
--- /dev/null
+++ b/fonts/figbas/afm/cmssj.afm
@@ -0,0 +1,28 @@
+StartFontMetrics 2.0
+Comment Generated by FontForge 20090914
+Comment Creation Date: Mon Jan 10 20:18:23 2011
+FontName ComputerModernSans-FB
+FullName Computer Modern Sans Figured Bass
+FamilyName Computer Modern
+Weight Medium
+Notice (Created by Bob Tennent with FontForge 2.0 (http://fontforge.sf.net))
+Comment
+Comment Based on glyphs from cmss8.pfb.
+Comment
+Comment Licensed under the LPPL.
+ItalicAngle 0
+IsFixedPitch false
+UnderlinePosition -100
+UnderlineThickness 50
+Version 001.000
+EncodingScheme AdobeStandardEncoding
+FontBBox -36 -201 797 818
+Descender -2147483648
+StartCharMetrics 5
+C 50 ; WX 789 ; N two ; B 44 -201 756 677 ;
+C 52 ; WX 807 ; N four ; B 30 0 797 656 ;
+C 53 ; WX 787 ; N five ; B 40 -21 610 818 ;
+C 54 ; WX 531 ; N six ; B -36 -21 494 762 ;
+C 57 ; WX 607 ; N nine ; B 44 -50 590 677 ;
+EndCharMetrics
+EndFontMetrics
diff --git a/fonts/figbas/afm/plrj.afm b/fonts/figbas/afm/plrj.afm
new file mode 100644
index 0000000000..ae58bd1987
--- /dev/null
+++ b/fonts/figbas/afm/plrj.afm
@@ -0,0 +1,28 @@
+StartFontMetrics 2.0
+Comment Generated by FontForge 20090914
+Comment Creation Date: Mon Jan 10 22:56:31 2011
+FontName TeXPalladioL-FB
+FullName TeX Palladio L Figured Bass
+FamilyName TeX Palladio L
+Weight Medium
+Notice (Created by Bob Tennent with FontForge 2.0 (http://fontforge.sf.net))
+Comment
+Comment Based on glyphs from URW Palladio.
+Comment
+Comment Licensed as GPL with font exception.
+ItalicAngle 0
+IsFixedPitch false
+UnderlinePosition -100
+UnderlineThickness 50
+Version 001.000
+EncodingScheme AdobeStandardEncoding
+FontBBox -27 -174 712 850
+Descender -2147483648
+StartCharMetrics 5
+C 50 ; WX 750 ; N two ; B 16 -174 654 689 ;
+C 52 ; WX 732 ; N four ; B 2 -3 712 694 ;
+C 53 ; WX 698 ; N five ; B 13 -20 689 850 ;
+C 54 ; WX 500 ; N six ; B 32 -20 468 770 ;
+C 57 ; WX 480 ; N nine ; B -27 -134 457 689 ;
+EndCharMetrics
+EndFontMetrics
diff --git a/fonts/figbas/doc/README b/fonts/figbas/doc/README
new file mode 100644
index 0000000000..2f0055fb35
--- /dev/null
+++ b/fonts/figbas/doc/README
@@ -0,0 +1,117 @@
+=========================================================================
+ FIGBAS (minifonts for figured-bass ligatures)
+=========================================================================
+
+ version 1.0.3
+ 2013-01-24
+ Bob Tennent
+ rdt(a)tennent.ca
+
+This package provides three Postscript Type 1 mini-fonts cmrj,
+cmssj, plrj (and associated map file and metric files) with just
+five "ligatures" for the combinations 2+, 4+, 5+, 6+, and 9+ used
+in figured-bass notation in baroque music. The fonts are intended
+for use with Computer Modern (cmr), Computer Modern Sans (cmss), and
+Palatino/Palladio (pplr), respectively.
+
+Installation
+------------
+
+Unzip the archive tex-archive/install/fonts/figbas.tds.zip at the root
+of a texmf hierarchy, preferably a "local" tree, such as $HOME/texmf
+or /usr/local/share/texmf on a Un*x-like system or C:\localtexmf on a
+Windows system; the documentation of your TeX distribution should tell
+you where to install new files.
+
+Updating the Filename Database
+------------------------------
+
+Most TeX systems improve the efficiency of file access by maintaining
+a data base of file names. The documentation of your TeX distribution
+should tell you what you have to do to update this data base after
+adding new files. For example, on a teTeX-based system, execute
+
+ texhash
+
+On a MikTeX system, execute
+
+ initexmf -u
+
+or click on Options and then the Refresh button for the file-name
+database.
+
+
+Configuring the Font Maps
+-------------------------
+
+TeX systems maintain map files which associate font files with font
+names. The file figbas.map in the archive defines the appropriate
+associations for these fonts. The documentation of your TeX
+distribution should tell you what you have to do to add the
+associations in figbas.map to the global map file or files. For
+example, on a TeXLive system, execute
+
+ updmap --enable Map=figbas.map
+
+or add
+
+ Map figbas.map
+
+to updmap.cfg and run updmap (as a user) or updmap-sys (as root).
+
+On a MikTeX system:
+
+ + Run
+
+initexmf --edit-config-file updmap
+
+and add the following at the end of the file:
+
+Map figbas.map
+
+ + Save the file and exit Notepad.
+
+ + Refresh the file-name database and run
+
+initexmf --mkmaps
+
+
+Using the Fonts
+---------------
+
+The fonts might be used in a TeX-based format such as MusixTeX as
+follows:
+
+ % Uncomment one of the following three lines:
+ % \font\figfont=cmr7 \font\figplus=cmrj at 7pt
+ % \font\figfont=cmss8 at 7pt \font\figplus=cmssj at 7pt
+ \font\figfont=pplr8r at 7pt \font\figplus=plrj at 7pt
+
+ \def\twopl{\figplus 2}
+ \def\fourpl{\figplus 4}
+ \def\fivepl{\figplus 5}
+ \def\sixpl{\figplus 6}
+ \def\ninepl{\figplus 9}
+
+
+Licensing
+---------
+
+plrj.pfb is based on glyphs from the Palladio L Roman font by
+
+ URW++ Design and Development Incorporated
+ Poppenbuetteler Bogen 29A
+ D-22399 Hamburg
+ Germany
+ tel. +49 (40) 60 60 50
+ fax +49 (40) 60 60 51 11
+ http://www.urwpp.de
+
+which is licensed under the GPL. The same license applies to plrj.pfb.
+The font may be embedded in non-GPLed documents.
+
+cmrj.pfb and cmssj.pfb are based on glyphs from the so-called "bluesky"
+type-1 version of Knuth's Computer Modern Roman and Sans fonts. The
+copyright to these type-1 fonts is now held by the AMS but modification
+and distribution without their copyright notice is allowed; cmrj.pfb and
+cmssj.pfb are licensed under the LPPL.
diff --git a/fonts/figbas/doc/example.pdf b/fonts/figbas/doc/example.pdf
new file mode 100644
index 0000000000..30e0ed6f9f
--- /dev/null
+++ b/fonts/figbas/doc/example.pdf
Binary files differ
diff --git a/fonts/figbas/doc/example.tex b/fonts/figbas/doc/example.tex
new file mode 100644
index 0000000000..9f41bfa8d4
--- /dev/null
+++ b/fonts/figbas/doc/example.tex
@@ -0,0 +1,82 @@
+\input musixtex
+
+
+ % Uncomment one of the following three lines:
+ % \font\figfont=cmr7 \font\figplus=cmrj at 7pt
+ % \font\figfont=cmss8 at 7pt \font\figplus=cmssj at 7pt
+ \font\figfont=pplr8r at 7pt \font\figplus=plrj at 7pt
+
+ \def\twopl{\figplus 2}
+ \def\fourpl{\figplus 4}
+ \def\fivepl{\figplus 5}
+ \def\sixpl{\figplus 6}
+ \def\ninepl{\figplus 9}
+
+\newcount\fig
+\fig=9
+
+\def\sharpfig{\musixchar92}
+\def\flatfig{\musixchar90}
+\def\natfig{\musixchar94}
+
+
+\makeatletter
+
+\def\bc#1#2{\off{.9pt}\advance\fig by #1\lower\fig\internote%
+\hbox to \z@{\figfont#2\hss}\off{-.9pt}\advance\fig by -#1}%
+
+\def\Cont#1#2{\advance\fig by #1\lower\fig\internote%
+\hbox to \z@{\kern -0.3\noteskip%
+\vbox{\hrule height 1.4\lthick width #2\noteskip}\hss}%
+\advance\fig by -#1}%
+
+\makeatother
+
+\smallmusicsize
+\def\tql#1#2{\tbl{#1}\qb{#1}{#2}}
+\def\qqsk{\off{0.25\elemskip}}
+\def\tqu#1#2{\roffset{.05}{\tbu{#1}}\qb{#1}{#2}} % offset to fix upper-beam problem
+\def\tr#1{\zcharnote{#1}{\ppff tr}}
+
+
+\instrumentnumber2
+\setclef1\bass
+\songbottom1
+\songtop2
+\generalsignature{-2}
+\relativeaccid
+\generalmeter{\meterfrac34}%
+\startpiece\addspace\afterruleskip%
+\systemnumbers
+\NOtes\qa N&\qa n\en
+\Notes\ds\bc0{\sixpl}\ibl0a{-1}\qb0{a}\bc06\qb0{b}\tql0N&\qa{.k}\sk\sk\ca l\en
+\bar%2
+\vnotes1.0\elemskip&\tinynotesize\islurd2l\cu k\qsk\en
+\Notes\bc07\ibl0a0\qb0a\tql0a&\tsslur2k\qa{.j}\en
+\notes\bc{-1}{\sharpfig}\qa{.d}&\en
+\vnotes1.0\elemskip&\tinynotesize\ccu i\qqsk\en
+\Notes\sk\sk\bc0{\fourpl}\bc32\ca c&\ibu2h{-2}\qb2{hg}\tqu2{^f}\en
+\bar%3
+\Notes\bc06\qa b&\ibu2j0\qb2{g}\lppz e\qb2e\en
+\notes\ds&\lppz d\qb2d\en
+\vnotes1.0\elemskip&\tinynotesize\ibbu3h3\qb3h\tqu3i\qqsk\en
+\notes\bc0{\sixpl}\ibl0a{-2}\qb0{a}&\qb2j\en
+\vnotes1.0\elemskip&\tinynotesize\ccu j\qqsk\en
+\Notes\qb0{N}&\qb2{i}\en
+\Notes\bc06\tql0{^M}&\tqu2h\en
+\bar%4
+\Notes\qa N&\ibu2l{0}\qb2{i}\lppz f\qb2{^f}\en
+\notes\qp&\lppz g\qb2{g}\en
+\vnotes1.0\elemskip&\tinynotesize\ibbu3j3\qb3j\tqu3k\qqsk\en
+\notes&\qb2l\en
+\vnotes1.0\elemskip&\tinynotesize\ccu l\qqsk\en
+\Notes\cna M\qa{M}&\qb2{k}\tqu2j\en
+\bar%5
+\Notes\ibl0a{-1}\bc05\qb0{b}\bc06\qb0{b}&\ibl2k{5}\qb2k\tql2n\en
+\Notes\bc0{\sixpl}\qb0{aaN}\tql0N&\qa{^m}\sk\tr p\qa{n}\en
+\bar%6
+\NOtes\bc{-1}{\sharpfig}\qa K&\qa o\en
+\mulooseness-1%
+\zstoppiece
+\eject
+\end
diff --git a/fonts/figbas/doc/figbas.pdf b/fonts/figbas/doc/figbas.pdf
new file mode 100644
index 0000000000..f8549e2f58
--- /dev/null
+++ b/fonts/figbas/doc/figbas.pdf
Binary files differ
diff --git a/fonts/figbas/doc/figbas.tex b/fonts/figbas/doc/figbas.tex
new file mode 100644
index 0000000000..073eaa5fcd
--- /dev/null
+++ b/fonts/figbas/doc/figbas.tex
@@ -0,0 +1,113 @@
+\documentclass[11pt]{article}
+\usepackage[textwidth=6.5in,textheight=8.5in]{geometry}
+\usepackage[osf]{mathpazo}
+\usepackage{url}
+\begin{document}
+\title{Figbas (Minifonts for Figured-Bass Ligatures)\\ Version 1.0.3}
+\author{Bob Tennent\\
+\small\url{rdt@cs.queensu.ca}}
+\date{\today}
+\maketitle
+\thispagestyle{empty}
+
+\section{Introduction}
+This package provides three
+Postscript Type 1 mini-fonts \texttt{cmrj}, \texttt{cmssj}, \texttt{plrj} (and associated map file
+and metric files) with just five ``ligatures'' for the combinations 2+,
+4+, 5+, 6+, and 9+ used in figured-bass notation in baroque music. The
+fonts are intended for use with Computer Modern (\texttt{cmr}), Computer Modern
+Sans (\texttt{cmss}), and Palatino/Palladio (\texttt{pplr}), respectively.
+
+\section{Installation}
+
+Unzip the archive \verb\/install/fonts/figbas.tds.zip\ at the root of a texmf hierarchy, preferably
+a ``local'' tree, such as \verb\$HOME/texmf\ or \verb\/usr/local/share/texmf\
+on a Unix-like system or \verb|C:\localtexmf| on a Windows system; the
+documentation of your \TeX\ distribution should tell you where to install
+new files.
+
+\section{Updating the Filename Database}
+
+Most \TeX\ systems improve the efficiency of file access by maintaining
+a data base of file names. The documentation of your \TeX\ distribution
+should tell you what you have to do to update this data base after
+adding new files. For example, on a teTeX-based system, execute
+\begin{list}{}{}\item
+ \verb\texhash\
+\end{list}
+On a MikTeX system, execute
+\begin{list}{}{}\item
+
+ \verb\initexmf -u\
+\end{list}
+or click on Options and then the Refresh button for the file-name
+database.
+
+
+\section{Configuring the Font Maps}
+
+\TeX\ systems maintain map files which associate font files with font
+names. The file \verb\figbas.map\ in the archive defines the appropriate
+associations for these fonts. The documentation of your \TeX\
+distribution should tell you what you have to do to add the
+associations in \verb\figbas.map\ to the global map file or files. For
+example, on a TeXLive system, execute
+\begin{list}{}{}\item
+
+ \verb\updmap --enable Map=figbas.map\
+\end{list}
+or add \verb\Map figbas.map\
+to the relevant \verb\updmap.cfg\ and run \verb\updmap\ (as a user) or \verb\updmap-sys\ (as root).
+
+On a MikTeX system:
+\begin{enumerate}\item Run
+ \verb\initexmf --edit-config-file updmap\
+and add the following at the end of the file:
+ \verb\Map figbas.map\
+
+\item Save the file and exit Notepad.
+
+ \item Refresh the file-name database and run
+
+\verb\initexmf --mkmaps \
+\end{enumerate}
+
+
+\section{Using the Fonts}
+
+The fonts might be used in a \TeX-based format such as MusixTeX as
+follows:
+\begin{verbatim}
+ % Uncomment one of the following three lines:
+ % \font\figfont=cmr7 \font\figplus=cmrj at 7pt
+ % \font\figfont=cmss8 at 7pt \font\figplus=cmssj at 7pt
+ \font\figfont=pplr8r at 7pt \font\figplus=plrj at 7pt
+
+ \def\twopl{\figplus 2}
+ \def\fourpl{\figplus 4}
+ \def\fivepl{\figplus 5}
+ \def\sixpl{\figplus 6}
+ \def\ninepl{\figplus 9}
+\end{verbatim}
+
+\section{Licensing}
+
+\verb\plrj.pfb\ is based on glyphs from the Palladio L Roman font by
+\begin{verse}
+ URW++ Design and Development Incorporated\\
+ Poppenbuetteler Bogen 29A\\
+ D-22399 Hamburg\\
+ Germany\\
+ tel. +49 (40) 60 60 50\\
+ fax +49 (40) 60 60 51 11\\
+ \verb\http://www.urwpp.de\
+\end{verse}
+which is licensed under the GPL. The same license applies to \verb\plrj.pfb\.
+The font may be embedded in non-GPLed documents.
+\verb\cmrj.pfb\ and \verb\cmssj.pfb\ are based on glyphs from the so-called ``bluesky''
+type-1 version of Knuth's Computer Modern Roman and Sans fonts. The
+copyright to these type-1 fonts is now held by the AMS but modification
+and distribution without their copyright notice is allowed; \verb\cmrj.pfb\ and
+\verb\cmssj.pfb\ are licensed under the LPPL.
+
+\end{document}
diff --git a/fonts/figbas/example.pdf b/fonts/figbas/example.pdf
new file mode 100644
index 0000000000..30e0ed6f9f
--- /dev/null
+++ b/fonts/figbas/example.pdf
Binary files differ
diff --git a/fonts/figbas/figbas.pdf b/fonts/figbas/figbas.pdf
new file mode 100644
index 0000000000..f8549e2f58
--- /dev/null
+++ b/fonts/figbas/figbas.pdf
Binary files differ
diff --git a/fonts/figbas/map/figbas.map b/fonts/figbas/map/figbas.map
new file mode 100644
index 0000000000..98cf59b9e7
--- /dev/null
+++ b/fonts/figbas/map/figbas.map
@@ -0,0 +1,3 @@
+cmrj ComputerModern-FB "TeXBase1Encoding ReEncodeFont" <8r.enc <cmrj.pfb
+cmssj ComputerModernSans-FB "TeXBase1Encoding ReEncodeFont" <8r.enc <cmssj.pfb
+plrj TeXPalladioL-FB "TeXBase1Encoding ReEncodeFont" <8r.enc <plrj.pfb
diff --git a/fonts/figbas/tfm/cmrj.tfm b/fonts/figbas/tfm/cmrj.tfm
new file mode 100644
index 0000000000..d7b6a79415
--- /dev/null
+++ b/fonts/figbas/tfm/cmrj.tfm
Binary files differ
diff --git a/fonts/figbas/tfm/cmssj.tfm b/fonts/figbas/tfm/cmssj.tfm
new file mode 100644
index 0000000000..6cb4d18b6c
--- /dev/null
+++ b/fonts/figbas/tfm/cmssj.tfm
Binary files differ
diff --git a/fonts/figbas/tfm/plrj.tfm b/fonts/figbas/tfm/plrj.tfm
new file mode 100644
index 0000000000..ffc936796b
--- /dev/null
+++ b/fonts/figbas/tfm/plrj.tfm
Binary files differ
diff --git a/fonts/figbas/type1/cmrj.pfb b/fonts/figbas/type1/cmrj.pfb
new file mode 100644
index 0000000000..7dcfde5f6f
--- /dev/null
+++ b/fonts/figbas/type1/cmrj.pfb
Binary files differ
diff --git a/fonts/figbas/type1/cmssj.pfb b/fonts/figbas/type1/cmssj.pfb
new file mode 100644
index 0000000000..4f801261b1
--- /dev/null
+++ b/fonts/figbas/type1/cmssj.pfb
Binary files differ
diff --git a/fonts/figbas/type1/plrj.pfb b/fonts/figbas/type1/plrj.pfb
new file mode 100644
index 0000000000..a44cf51f7f
--- /dev/null
+++ b/fonts/figbas/type1/plrj.pfb
Binary files differ