Giter Site home page Giter Site logo

fontpro's People

Contributors

arthurl avatar epoyraz avatar georgeraraujo avatar jtaprogge avatar sebschub avatar srstevenson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fontpro's Issues

Derived font name longer than 29 characters

I get the following warning/message with MinionPro:

Creating PostScript fonts ...
warning: derived font name ‘MinionPro-SemiboldCnItCaptLCDFJ’ longer than 29   characters
(Use the ‘--name’ option to supply your own name.)
warning: derived font name ‘MinionPro-SemiboldCnItDispLCDFJ’ longer than 29 characters
(Use the ‘--name’ option to supply your own name.)
warning: derived font name ‘MinionPro-SemiboldCnItSubhLCDFJ’ longer than 29 characters
(Use the ‘--name’ option to supply your own name.)

Problem with spacing around \int with minionint (MinionPro)

If I write

\documentclass{scrartcl}
\usepackage{MinionPro}
\begin{document}
\[ \int_a^b f(x) \, dx \]
\end{document}

I spaces good the \int_a^b, but if I use \usepackage[minionint]{MinionPro}, then the same code doesn't space well (the a is too far from the bottom of the integral).

EDIT:

And, in order to fix it I have to manually put \int_{\:\!\!a}^b every time. As you can see that small space make it look good.

Build font without ligatures

I'd like to build MyriadPro without ligatures, especially without f-ligatures.
I know that this is possible with using microtype but when disabling ligatures using microtype other features get lost. Is there a way to not build ligatures at all using some option?

I had an idea to use --pack option. So I generated a Python script to delete all f-ligatures from glyphlist like:

import os

name_glyphlist = "MyriadPro-glyph-list-2.106"

path = os.path.dirname(os.path.realpath(__file__))
input_file = os.path.join(path, "scripts", name_glyphlist)
output_file = input_file + "-no-ligs"
ligature_pattern = ["""/f_""", """/fl\n""", """/ff\n""", """/fi\n""", """/fj\n""", """/ffi\n""", """/ffl\n""", """/ffj\n"""]

with open(input_file, "r") as input:
    with open(output_file, "w") as output: 
        for line in input:
            if not any(pattern in line for pattern in ligature_pattern):
                output.write(line)

and than built the font. When I now compile a document it uses all glyphs distinct from f-ligatures but if there should be an f-ligature like in Office it instead prints Oà ice. When I write Of{}fice it works.
Now I'm not sure if there is a possibility to achieve my goal without using microtype.

--pack option

Would that be the correct usage?

    local FONT_VER
    FONT_VER=$(otfinfo -v "${S}/otf/${PN}-Regular.otf" | sed -e 's/^Version \([[:digit:]]*\.[[:digit:]]*\);.*$/\1/')
    ./scripts/makeall ${PN} --pack="${S}/scripts/${PN}-glyph-list-${FONT_VER}"

moschlar/moopoo@f9555a6#L0R43

Install script uses the wrong 'enc' directory

When running ./scripts/install ${pkgdir}/usr/share/texmf, I get the error:-

cp: cannot stat ‘dvips/*.enc’: No such file or directory

It's a really simple fix, just replace dvips for enc, in line 34 of scripts/install..

$ git diff scripts/install
diff --git a/scripts/install b/scripts/install
index 821218c..a59ce8f 100755
--- a/scripts/install
+++ b/scripts/install
@@ -31,7 +31,7 @@ doc_dir="$dir/doc/latex/$font"
 mkdir -p "$enc_dir" "$map_dir" "$pfb_dir" "$tfm_dir" "$vf_dir" "$tex_dir" "$doc_dir"

 cp pfb/*.pfb          "$pfb_dir"
-cp dvips/*.enc        "$enc_dir"
+cp enc/*.enc          "$enc_dir"
 cp "dvips/$font.map"  "$map_dir"
 cp tex/*.{sty,cfg,fd} "$tex_dir"

Incompatibility between Babel (french) and Myriad mathversion{sans}

If I try to load sans math using MyriadPro's mathversion command, I encounter an error. A mwe is

\documentclass{article}

\usepackage[french]{babel}
\usepackage[sansmath]{MyriadPro}

\begin{document}
\mathversion{sans}
$2+2=4$
\end{document}

This produces the following error message:

! File ended while scanning use of @for.

The error is specifically caused by the french babel package. Calling \usepackage[english]{babel} does not trigger an error, nor using $\mathsf{2+2=4}$ instead of using mathversion.

Install script default directory can misbehave

The default install directory determined by kpsewhich -expand-var='$TEXMFLOCAL' can install at an undesired location: when I run kpsewhich -expand-var='$TEXMFLOCAL' (on Arch Linux with TeX Live 2014), the output is /usr/local/share/texmf:/usr/share/texmf. Note the two paths separated by a colon. The script will install into a directory literally containing this colon.

Myriad Pro being used only for math text

I installed both Myriad Pro and Minon Pro using the script. While Minion Pro works flawlessly, Myriad Pro is being used only for math mode text. It gives me no error, but when compiling all the text is displayed with default font and only the math mode text is displayed with Myriad Pro.

\epsilon appears as a crossed out box in MinionPro

I've installed the MinionPro font using your scripts, on my laptop (Ubuntu 12.10, texlive 2012), and I'm unable to use the \epsilon command (it does not raise an error, but it shows a crossed out box).

What kind of infos do you need to see where the problem is?

"Too many math alphabets" error when using both MinionPro and MyriadPro

Hello,
When I use MinionPro (text and math) as well as MyriadPro (sans font and math font), I am unable to use all math fonts. Here is a mwe:

\documentclass{article}

\usepackage{MinionPro}
\usepackage[sansmath]{MyriadPro}

\begin{document}
$\mathrm{A}$

$\mathsf{A}$

$\mathfrak{A}$

$\mathbf{A}$

$\mathcal{A}$

$\mathbb{A}$
\end{document}

does not compile and return the following error:

! LaTeX Error: Too many math alphabets used in version normal.

If I comment anyone of the `a's (and therefore use one less alphabet), the error disappers.
The error somehow comes from the combination of both packages; indeed, if I comment either, the error goes away. Loading them in reverse order does not solve the issue.

MyriadPro: adjust MnSymbol

Adjust the symbols of MnSymbol to better fit to MyriadPro. This is a work in progress in sebschub/MathSymbol .

Make MnSymbol usable with unicode-math

While MdSymbol seems to work with \setmathfont{MdSymbol} just fine, MnSymbol doesn't work without ugly workarounds (http://tex.stackexchange.com/questions/152714/possible-to-use-mnsymbol-with-luatex). I don't know how much work is needed to achieve compatibility and I don't know how to work with MATH tables from otf fonts, otherwise I'd try to help. It'd be great if MnSymbol could be made fit for the future, as LuaTeX will succeed pdfLaTeX sooner or later and already has some "killer"-packages like selnolig.

Cronos Pro Opticals new version: 2.112

Hello,

Just acquired the latest Cronos Pro Opticals set from Adobe. Love the font, but FontPro had me generate a new encoding map. I've transmitted the new map to your email address.

There does seem to be an interesting definition issue, however: if I load MinionPro before CronosPro, I get this:

screenshot 2014-09-12 13 50 12

screenshot 2014-09-12 13 50 33

If I merely switch the loading order around:

screenshot 2014-09-12 13 51 07

screenshot 2014-09-12 13 50 59

Git Release Tagging

Right now, you tag releases per indivudal font, could you consider also using some universal versioning scheme? So that I can fetch the tarball more easy?

Polish l (ł \l) does not appear correctly

The polish letters ł (\l) and Ł (\L) do not print properly (they print fbl and fbL) and also there are some problems with the spacing. See the following MWE

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{MinionPro}
\begin{document}
\l ł

\L Ł

\newpage
l

L
\end{document}

MyriadPro with sansmath before MinionPro results in errors

This combination

\usepackage[sansmath]{MyriadPro}
\usepackage{MinionPro}

does not work. Then errors like these occur:

! LaTeX Error: Math version sansbold' is not defined. ... l.371 ...sbold} {T1}{\My@Math@Family} {b}{n} You probably mispelled the name of the math version. Or you have to specify an additional package. ! LaTeX Error: Math versionsanstabular' is not defined.
...
l.372 ...stabular} {T1}{\My@Math@TFamily}{m}{n}
You probably mispelled the name of the math version.
Or you have to specify an additional package.
! LaTeX Error: Math version `sansboldtabular' is not defined.

MyriadPro small caps fontshape undefined

Today I faced a problem when trying to use Small Caps with MyriadPro.
I built the font using makeall --novietnamese --noligatures --wide-spacing. I would assume since I didn't touched the --*smallcaps option that they were built. But when trying to compile the following MWE

\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[lf]{MyriadPro}
\begin{document}
\sffamily
\textsc{SMALL caps Test}
\end{document}

using pdflatex it warns: LaTeX Font Warning: Font shape OT1/MyriadPro-LF/m/sc undefined.
I also tried other encodings like LY1, T1 but the same happens...

Note: I tried Small Caps with MinionPro and they work flawless. Does MyriadPro has SC?

MyriadPro leads to an error again.

It is somehow like in issue #22. Installation went without errors.

If I run pdflatex it will return

{/Users/leipert/Library/texmf/fonts/enc/dvips/MinionPro/base-MinionPro-aa.enc}
!pdfTeX error: /usr/texbin/pdflatex (file MyriadPro-Bold-Base-ac): Font MyriadP
ro-Bold-Base-ac at 785 not found
 ==> Fatal error occurred, no output PDF file produced!

kpsewhich output:

$ kpsewhich base-MyriadPro-ac.enc
/Users/leipert/Library/texmf/fonts/enc/dvips/MyriadPro/base-MyriadPro-ac.enc
$ kpsewhich base-MyriadPro-ac.tfm
<empty>
$ kpsewhich base-MyriadPro-ac.pfb
<empty>

My otfs (from Adobe CS6) have all the same version:

MyriadPro-Bold.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168
MyriadPro-BoldCond.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168
MyriadPro-BoldCondIt.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168
MyriadPro-BoldIt.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168
MyriadPro-Cond.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168
MyriadPro-CondIt.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168
MyriadPro-It.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168
MyriadPro-Regular.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168
MyriadPro-Semibold.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168
MyriadPro-SemiboldIt.otf:Version 2.102;PS 2.000;hotconv 1.0.67;makeotf.lib2.5.33168

I'm on a mac wit mactex and for MinionPro everything works fine. Can you help me and do you need further logs?

Some extended unicode characters not drawing.

I am having some problems with unicode characters not appearing. I am using XeLaTeX, and as far as I understand I should be able to have unicode in the body. When using Minon Pro via this repo some characters like ⅓ works fine as does \epsilon however ♭ and ♮ draw as a box with an x through it.

I have checked the otf's and they include the characters as U+266D and U+266E but when I render my document they do not work. I have tried other fonts such as DejaVuSans and that draws them correctly.

Any thoughts?

Myriad leads to error

Hi,
I installed MyriadPro according to the instructions. The installation itself went fine but I get the following upon pdflatex:

(/usr/local/share/texmf/tex/latex/MinionPro/MinionPro-FontDef.sty)) [1{/var/lib
/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] 4
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+421/600 --dpi 1021 MyriadPro-Bold-Base-ab
mktexpk: don't know how to create bitmap font for MyriadPro-Bold-Base-ab.
kpathsea: Appending font creation commands to missfont.log.
LaTeX Font Warning: Size substitutions with differences
(Font) up to 1.0pt have occurred.
)
!pdfTeX error: /usr/bin/pdflatex (file MyriadPro-Bold-Base-ab): Font MyriadPro-
Bold-Base-ab at 1021 not found

Any ideas?

Fix dotless j

dotless j glyph is generated but not usable in tex files (black blob instead). No idea why...

Metric file not found under OS X El Capitan with MacTex2015

I encounter a problem with the MyriadPro and MinionPro metric files under a clean install of Mac OS X El Capitan with a fresh MacTex2015. Installing the fonts as described works properly (despite many error messages during installation which was already addressed by another issue report). However, compiling a tex file with MyriadPro or MinionPro leads to errors whenever certain font sizes are in use, e.g.

\documentclass{scrreprt}
\usepackage{MyriadPro}
\renewcommand{\familydefault}{\sfdefault}
\begin{document}
\chapter{My very first chapter} % Not visible
Some words... % Correct font
\end{document}

produces the error message

./main.tex:12: Font OT1/MyriadPro-OsF/bx/n/20.74=MyriadPro-Bold- at 20.74pt not loadable: Metric (TFM) file not found.
<to be read again> 
                   relax 
l.12 \chapter{My very first chapter}

./main.tex:12: Font \OT1/MyriadPro-OsF/b/n/20.74=nullfont not loadable: Metric (TFM) file not found.
<to be read again> 
                   \relax 
l.12 \chapter{My very first chapter}

I get similar error messages when I try to use MinionPro also for chapters.

MyriadPro: adjust placement of denominator and nominator figures

Apparently, there are different kerning information for denominator and nominator figures in different font versions of Myriad Pro. Especially when using slantfrac, a constant placement is necessary. One could manually add kerning pairs for these figures.

Light font for math

MyriadPro comes along with a \fontseries{l}. However, the math font is not changed to use light font as well. It results in a weird looking document with almost bold math font.

Any input how to get the math font also in light serie?

Question on "keyval.tex"

I compiled this package with Minion Pro, but when I use it with Texpad, it pops out "KeyVal does not exist" and ask to create one, thus there will be an empty file named keyval.tex under the directory as same as the original .tex document. How can I solve this? Even there is no other visible issue.

This is how I include the package: \usepackage[onlymath, minionint, lf]{MinionPro}

MyriadPro gives an error when compiling

Hi, as an preceding issue, I have installed the font as it is told, but when I compile it gives me the following error:
!pdfTeX error: pdflatex (file MyriadPro-Bold-Base-aa): Font MyriadPro-Bold-Base-aa at 436 not found ==> Fatal error occurred, no output PDF file produced!

otfinfo for all files gives:
Version 2.106;PS 2.000;hotconv 1.0.70;makeotf.lib2.5.58329

Thank you

Unable to make on Mint 14

Hi,

I'm trying to use the makeall script on Linux Mint, but I get the following error (code pasted below). The console just reads vftovp: fatal: vf file../vf/MinionPro-Subh-tosf-oml.vf' not found.`. Yet I'm sure I have a complete font, version 2.030, from the Adobe Font-Folio 11.

How do you think this problem can be fixed?

Virtual font written on MinionPro-BoldMixedCapt-oml.vpl.
(./mn-symbol-a.etx) (./MnSymbolA12.pl)
Metrics written on MnSymbolA12-mn-symbol-a.mtx.
(./MnSymbolA12-mn-symbol-a.mtx) (./mn-symbol-c.etx) (./MnSymbolC12.pl)
Metrics written on MnSymbolC12-mn-symbol-c.mtx.
(./MnSymbolC12-mn-symbol-c.mtx) (./mn-symbol-d.etx) (./MnSymbolD12.pl)
Metrics written on MnSymbolD12-mn-symbol-d.mtx.
(./MnSymbolD12-mn-symbol-d.mtx) (./mn-symbol-e.etx) (./MnSymbolE12.pl)
Metrics written on MnSymbolE12-mn-symbol-e.mtx.
(./MnSymbolE12-mn-symbol-e.mtx)

! \install... error:
        Font/MTX file MinionPro-Subh-tosf-oml not found.

Type  H <return>  for immediate help.
\generic_error ...turn> \space for immediate help}
                                                  \endgroup 
\input_mtx_file ...l then be applied on that.\fi }
                                                  \fi \fi 
<argument> ...ro-Subh-tosf-oml encoding mn-oml-up}
                                                  \process_csep_list {\input...

\identity_one #1->#1

\curr_file_list ...bh-tosf-oml encoding mn-oml-up,
                                                  MinionPro-ItSubh-tosf-oml ...

\input_metrics ...\input_mtx_file \curr_file_list 
                                                  \process_csep_list ,\globa...

\installfont ...al =\x_relax \input_metrics {}{#2}
                                                  \etxtovpl {#3}{#1}\install...

\installopt ...rrowhooks,tie}{mn-oml-#3}{}{}{}{}{}
                                                  \installfont {MinionPro-Se...
l.42   \installopt{Subh}{12}{Mixed}{}

? No pages of output.

Licensing

Hey there,

You state that "These files are public domain." - but as you sure will know, e.g. in Germany, there is no such thing as a "public domain" which you can put things under...

While trying to create ebuilds for Gentoo Linux (https://github.com/moschlar/moopoo/blob/master/eclass/FontPro.eclass), I was wondering how I should specify the license. Since acroread gets downloaded automatically, the Adobe license is of course relevant, but I'd like to specify something for the FontPro files, too.

Do you have any opinion on that? ;)

Poor placement of math accents with \boldsymbol

If I use the \boldsymbol command, the placement of math accents is rather poor:
boldsymbol
Interestingly, this does not happen if the mathversion is switched to bold (but so are the accents):
mathversion
Is there any way to get the "correct" placement also for single bold symbols?

\documentclass{article}

\usepackage{MinionPro}
\usepackage[sansmath]{MyriadPro}

\let\bm\boldsymbol
\def\foo{$\dot{\bm{I}}$ $\dot{\bm{J}}$ $\dot{\bm{K}}$ $\dot{\bm{L}}$}
\def\bar{$\dot{I}$ $\dot{J}$ $\dot{K}$ $\dot{L}$}

\begin{document}
\foo\par
{\mathversion{sans}\foo}

\bigskip
{\mathversion{bold}\bar}\par
{\mathversion{sansbold}\bar}
\end{document}

And by the way: thanks for the awesome project!

Accentuated Small caps and caps

There is a weird behaviour with MinionPro (other fonts not tested) with accentuated small caps and caps : some space is introduced after the letter.

Cronos Pro `makeall` error

I receive an error when building Cronos Pro (apologies for the lengthy paste):

otfinfo -v output on CronosPro-Regular.otf:

Version 2.040;PS 002.000;hotconv 1.0.51;makeotf.lib2.0.18671

ls of ./otf:

CronosPro-Bold.otf
CronosPro-BoldCapt.otf
CronosPro-BoldCaptIt.otf
CronosPro-BoldDisp.otf
CronosPro-BoldDispIt.otf
CronosPro-BoldIt.otf
CronosPro-BoldSubh.otf
CronosPro-BoldSubhIt.otf
CronosPro-Capt.otf
CronosPro-CaptIt.otf
CronosPro-Disp.otf
CronosPro-DispIt.otf
CronosPro-Italic.otf
CronosPro-Lt.otf
CronosPro-LtCapt.otf
CronosPro-LtCaptIt.otf
CronosPro-LtDisp.otf
CronosPro-LtDispIt.otf
CronosPro-LtIt.otf
CronosPro-LtSubh.otf
CronosPro-LtSubhIt.otf
CronosPro-Regular.otf
CronosPro-Semibold.otf
CronosPro-SemiboldCapt.otf
CronosPro-SemiboldCaptIt.otf
CronosPro-SemiboldDisp.otf
CronosPro-SemiboldDispIt.otf
CronosPro-SemiboldIt.otf
CronosPro-SemiboldSubh.otf
CronosPro-SemiboldSubhIt.otf
CronosPro-Subh.otf
CronosPro-SubhIt.otf

Console output from ./scripts/makeall CronosPro:

Chosen font family is CronosPro
Creating PostScript fonts ...
CronosPro-Bold: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldCapt: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldCaptIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldDisp: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldDispIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldSubh: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldSubhIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Capt: already has a dotlessj glyph at ‘uni0237’
CronosPro-CaptIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Disp: already has a dotlessj glyph at ‘uni0237’
CronosPro-DispIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Italic: already has a dotlessj glyph at ‘uni0237’
CronosPro-Lt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtCapt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtCaptIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtDisp: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtDispIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtSubh: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtSubhIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Regular: already has a dotlessj glyph at ‘uni0237’
CronosPro-Semibold: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldCapt: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldCaptIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldDisp: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldDispIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldSubh: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldSubhIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Subh: already has a dotlessj glyph at ‘uni0237’
CronosPro-SubhIt: already has a dotlessj glyph at ‘uni0237’
Creating TeX metrics ...
otfinfo: otf/CronosPro-It.otf: No such file or directory
Processing font CronosPro-Regular ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-Capt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-Disp ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-Subh ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-Capt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-Regular ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-Semibold ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldCapt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldDisp ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldSubh ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldCapt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-Semibold ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-SemiboldIt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldIt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-SemiboldIt ... integral, integral-cn1, integral-cn2, done.
Processing font CronosPro-Bold ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldCapt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldDisp ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldSubh ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldCapt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-Bold ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-BoldIt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldIt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-BoldIt ... integral, integral-cn1, integral-cn2, done.
I had to round some depths by 0.0065002 units.
I had to round some heights by 0.0194998 units.
tftopl: fatal: tfm file `../tfm/CronosPro-It-integral.tfm' not found.
tftopl: fatal: tfm file `../tfm/CronosPro-It-integral-cn2.tfm' not found.
This is TeX, Version 3.1415926 (TeX Live 2011)
(./make-CrSymbolFI-noopt.tex (./fontinst-macros.tex
(/usr/local/texlive/2011/texmf-dist/tex/fontinst/base/fontinst.sty
No file fontinst.rc.
)) (./mn-symbol-f-partialints.etx) (./MnSymbolF10.pl)
Metrics written on MnSymbolF10-mn-symbol-f-partialints.mtx.
(./MnSymbolF10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF5.pl)
Metrics written on MnSymbolF5-mn-symbol-f.mtx.
(./MnSymbolF5-mn-symbol-f.mtx)

! \install... error:
        Font/MTX file CronosPro-It-integral not found.

Type  H <return>  for immediate help.
\generic_error ...turn> \space for immediate help}
                                                  \endgroup 
\input_mtx_file ...l then be applied on that.\fi }
                                                  \fi \fi 
<argument> ...tegral encoding mn-tint scaled 1100}
                                                  \process_csep_list {\input...

\identity_one #1->#1

\curr_file_list ...l encoding mn-tint scaled 1100,
                                                  CronosPro-It-integral-cn2 ...

\input_metrics ...\input_mtx_file \curr_file_list 
                                                  \process_csep_list ,\globa...

\installfont ...al =\x_relax \input_metrics {}{#2}
                                                  \etxtovpl {#3}{#1}\install...
l.28 ...nonopt{CrSymbolFI-NoOpticals5}{MnSymbolF5}
                                                  %
? 

Renaming CronosPro-Italic.otf to CronosPro-It.otf still produces an error:

Chosen font family is CronosPro
Creating PostScript fonts ...
CronosPro-Bold: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldCapt: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldCaptIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldDisp: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldDispIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldSubh: already has a dotlessj glyph at ‘uni0237’
CronosPro-BoldSubhIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Capt: already has a dotlessj glyph at ‘uni0237’
CronosPro-CaptIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Disp: already has a dotlessj glyph at ‘uni0237’
CronosPro-DispIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Italic: already has a dotlessj glyph at ‘uni0237’
CronosPro-Lt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtCapt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtCaptIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtDisp: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtDispIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtSubh: already has a dotlessj glyph at ‘uni0237’
CronosPro-LtSubhIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Regular: already has a dotlessj glyph at ‘uni0237’
CronosPro-Semibold: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldCapt: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldCaptIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldDisp: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldDispIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldSubh: already has a dotlessj glyph at ‘uni0237’
CronosPro-SemiboldSubhIt: already has a dotlessj glyph at ‘uni0237’
CronosPro-Subh: already has a dotlessj glyph at ‘uni0237’
CronosPro-SubhIt: already has a dotlessj glyph at ‘uni0237’
Creating TeX metrics ...
Processing font CronosPro-Regular ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-Capt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-Disp ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-Subh ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-Capt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-Regular ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-It ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-It ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-It ... lf-swash-t1, osf-swash-t1, tlf-swash-t1, tosf-swash-t1, lf-swash-ot1, osf-swash-ot1, tlf-swash-ot1, tosf-swash-ot1, lf-swash-ly1, osf-swash-ly1, tlf-swash-ly1, tosf-swash-ly1, lf-swash-t5, osf-swash-t5, tlf-swash-t5, tosf-swash-t5, done.
Processing font CronosPro-It ... integral, integral-cn1, integral-cn2, done.
Processing font CronosPro-It ... lf-swash-l1-t1, osf-swash-l1-t1, tlf-swash-l1-t1, tosf-swash-l1-t1, lf-swash-l1-ot1, osf-swash-l1-ot1, tlf-swash-l1-ot1, tosf-swash-l1-ot1, lf-swash-l1-ly1, osf-swash-l1-ly1, tlf-swash-l1-ly1, tosf-swash-l1-ly1, lf-swash-l1-t5, osf-swash-l1-t5, tlf-swash-l1-t5, tosf-swash-l1-t5, done.
Processing font CronosPro-Semibold ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldCapt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldDisp ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldSubh ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldCapt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-Semibold ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-SemiboldIt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-SemiboldIt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-SemiboldIt ... lf-swash-t1, osf-swash-t1, tlf-swash-t1, tosf-swash-t1, lf-swash-ot1, osf-swash-ot1, tlf-swash-ot1, tosf-swash-ot1, lf-swash-ly1, osf-swash-ly1, tlf-swash-ly1, tosf-swash-ly1, lf-swash-t5, osf-swash-t5, tlf-swash-t5, tosf-swash-t5, done.
Processing font CronosPro-SemiboldIt ... integral, integral-cn1, integral-cn2, done.
Processing font CronosPro-SemiboldIt ... lf-swash-l1-t1, osf-swash-l1-t1, tlf-swash-l1-t1, tosf-swash-l1-t1, lf-swash-l1-ot1, osf-swash-l1-ot1, tlf-swash-l1-ot1, tosf-swash-l1-ot1, lf-swash-l1-ly1, osf-swash-l1-ly1, tlf-swash-l1-ly1, tosf-swash-l1-ly1, lf-swash-l1-t5, osf-swash-l1-t5, tlf-swash-l1-t5, tosf-swash-l1-t5, done.
Processing font CronosPro-Bold ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldCapt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1,^[f osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldDisp ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldSubh ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldCapt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-Bold ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-BoldIt ... lf-t1, lf-ot1, lf-ly1, lf-ts1, lf-lgr, lf-lgi, lf-t2a, lf-t2b, lf-t2c, lf-x2, lf-ot2, lf-t5, lf-sc-t1, lf-sc-ot1, lf-sc-ly1, lf-sc-ts1, lf-sc-l2-t1, lf-sc-l2-ot1, lf-sc-l2-ly1, lf-sc-l2-ts1, lf-sc-t5, lf-sc-l2-t5, tlf-t1, tlf-ot1, tlf-ly1, tlf-ts1, tlf-lgr, tlf-lgi, tlf-t2a, tlf-t2b, tlf-t2c, tlf-x2, tlf-ot2, tlf-t5, tlf-sc-t1, tlf-sc-ot1, tlf-sc-ly1, tlf-sc-ts1, tlf-sc-l2-t1, tlf-sc-l2-ot1, tlf-sc-l2-ly1, tlf-sc-l2-ts1, tlf-sc-t5, tlf-sc-l2-t5, osf-t1, osf-ot1, osf-ly1, osf-ts1, osf-lgr, osf-lgi, osf-t2a, osf-t2b, osf-t2c, osf-x2, osf-ot2, osf-t5, osf-sc-t1, osf-sc-ot1, osf-sc-ly1, osf-sc-ts1, osf-sc-l2-t1, osf-sc-l2-ot1, osf-sc-l2-ly1, osf-sc-l2-ts1, osf-sc-t5, osf-sc-l2-t5, tosf-t1, tosf-ot1, tosf-ly1, tosf-ts1, tosf-lgr, tosf-lgi, tosf-t2a, tosf-t2b, tosf-t2c, tosf-x2, tosf-ot2, tosf-t5, tosf-sc-t1, tosf-sc-ot1, tosf-sc-ly1, tosf-sc-ts1, tosf-sc-l2-t1, tosf-sc-l2-ot1, tosf-sc-l2-ly1, tosf-sc-l2-ts1, tosf-sc-t5, tosf-sc-l2-t5, tosf-oml, extra-u, done.
Processing font CronosPro-BoldIt ... lf-l1-t1, lf-l1-ot1, lf-l1-ly1, lf-l1-ts1, lf-l1-lgr, lf-l1-lgi, lf-l1-t2a, lf-l1-t2b, lf-l1-t2c, lf-l1-x2, lf-l1-ot2, lf-l1-t5, lf-sc-l1-t1, lf-sc-l1-ot1, lf-sc-l1-ly1, lf-sc-l1-ts1, lf-sc-l1-t5, tlf-l1-t1, tlf-l1-ot1, tlf-l1-ly1, tlf-l1-ts1, tlf-l1-lgr, tlf-l1-lgi, tlf-l1-t2a, tlf-l1-t2b, tlf-l1-t2c, tlf-l1-x2, tlf-l1-ot2, tlf-l1-t5, tlf-sc-l1-t1, tlf-sc-l1-ot1, tlf-sc-l1-ly1, tlf-sc-l1-ts1, tlf-sc-l1-t5, osf-l1-t1, osf-l1-ot1, osf-l1-ly1, osf-l1-ts1, osf-l1-lgr, osf-l1-lgi, osf-l1-t2a, osf-l1-t2b, osf-l1-t2c, osf-l1-x2, osf-l1-ot2, osf-l1-t5, osf-sc-l1-t1, osf-sc-l1-ot1, osf-sc-l1-ly1, osf-sc-l1-ts1, osf-sc-l1-t5, tosf-l1-t1, tosf-l1-ot1, tosf-l1-ly1, tosf-l1-ts1, tosf-l1-lgr, tosf-l1-lgi, tosf-l1-t2a, tosf-l1-t2b, tosf-l1-t2c, tosf-l1-x2, tosf-l1-ot2, tosf-l1-t5, tosf-sc-l1-t1, tosf-sc-l1-ot1, tosf-sc-l1-ly1, tosf-sc-l1-ts1, tosf-sc-l1-t5, tosf-l1-oml, done.
Processing font CronosPro-BoldIt ... lf-swash-t1, osf-swash-t1, tlf-swash-t1, tosf-swash-t1, lf-swash-ot1, osf-swash-ot1, tlf-swash-ot1, tosf-swash-ot1, lf-swash-ly1, osf-swash-ly1, tlf-swash-ly1, tosf-swash-ly1, lf-swash-t5, osf-swash-t5, tlf-swash-t5, tosf-swash-t5, done.
Processing font CronosPro-BoldIt ... integral, integral-cn1, integral-cn2, done.
Processing font CronosPro-BoldIt ... lf-swash-l1-t1, osf-swash-l1-t1, tlf-swash-l1-t1, tosf-swash-l1-t1, lf-swash-l1-ot1, osf-swash-l1-ot1, tlf-swash-l1-ot1, tosf-swash-l1-ot1, lf-swash-l1-ly1, osf-swash-l1-ly1, tlf-swash-l1-ly1, tosf-swash-l1-ly1, lf-swash-l1-t5, osf-swash-l1-t5, tlf-swash-l1-t5, tosf-swash-l1-t5, done.
I had to round some depths by 0.0065002 units.
I had to round some heights by 0.0194998 units.
This is TeX, Version 3.1415926 (TeX Live 2011)
(./make-CrSymbolFI-noopt.tex (./fontinst-macros.tex
(/usr/local/texlive/2011/texmf-dist/tex/fontinst/base/fontinst.sty
No file fontinst.rc.
)) (./mn-symbol-f-partialints.etx) (./MnSymbolF10.pl)
Metrics written on MnSymbolF10-mn-symbol-f-partialints.mtx.
(./MnSymbolF10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF5.pl)
Metrics written on MnSymbolF5-mn-symbol-f.mtx.
(./MnSymbolF5-mn-symbol-f.mtx) (./mn-tint.etx) (./CronosPro-It-integral.pl)
Metrics written on CronosPro-It-integral-mn-tint.mtx.
(./CronosPro-It-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-It-integral-cn2.pl)
Metrics written on CronosPro-It-integral-cn2-mn-dint.mtx.
(./CronosPro-It-integral-cn2-mn-dint.mtx) (./mn-intop-text.mtx)
(./mn-intop-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-NoOpticals5.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF10.pl)
Metrics written on MnSymbolF10-mn-symbol-f-partialints.mtx.
(./MnSymbolF10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF6.pl)
Metrics written on MnSymbolF6-mn-symbol-f.mtx.
(./MnSymbolF6-mn-symbol-f.mtx) (./mn-tint.etx) (./CronosPro-It-integral.pl)
Metrics written on CronosPro-It-integral-mn-tint.mtx.
(./CronosPro-It-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-It-integral-cn2.pl)
Metrics written on CronosPro-It-integral-cn2-mn-dint.mtx.
(./CronosPro-It-integral-cn2-mn-dint.mtx) (./mn-intop-text.mtx)
(./mn-intop-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-NoOpticals6.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF10.pl)
Metrics written on MnSymbolF10-mn-symbol-f-partialints.mtx.
(./MnSymbolF10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF7.pl)
Metrics written on MnSymbolF7-mn-symbol-f.mtx.
(./MnSymbolF7-mn-symbol-f.mtx) (./mn-tint.etx) (./CronosPro-It-integral.pl)
Metrics written on CronosPro-It-integral-mn-tint.mtx.
(./CronosPro-It-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-It-integral-cn2.pl)
Metrics written on CronosPro-It-integral-cn2-mn-dint.mtx.
(./CronosPro-It-integral-cn2-mn-dint.mtx) (./mn-intop-text.mtx)
(./mn-intop-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-NoOpticals7.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF10.pl)
Metrics written on MnSymbolF10-mn-symbol-f-partialints.mtx.
(./MnSymbolF10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF8.pl)
Metrics written on MnSymbolF8-mn-symbol-f.mtx.
(./MnSymbolF8-mn-symbol-f.mtx) (./mn-tint.etx) (./CronosPro-It-integral.pl)
Metrics written on CronosPro-It-integral-mn-tint.mtx.
(./CronosPro-It-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-It-integral-cn2.pl)
Metrics written on CronosPro-It-integral-cn2-mn-dint.mtx.
(./CronosPro-It-integral-cn2-mn-dint.mtx) (./mn-intop-text.mtx)
(./mn-intop-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-NoOpticals8.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF10.pl)
Metrics written on MnSymbolF10-mn-symbol-f-partialints.mtx.
(./MnSymbolF10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF9.pl)
Metrics written on MnSymbolF9-mn-symbol-f.mtx.
(./MnSymbolF9-mn-symbol-f.mtx) (./mn-tint.etx) (./CronosPro-It-integral.pl)
Metrics written on CronosPro-It-integral-mn-tint.mtx.
(./CronosPro-It-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-It-integral-cn2.pl)
Metrics written on CronosPro-It-integral-cn2-mn-dint.mtx.
(./CronosPro-It-integral-cn2-mn-dint.mtx) (./mn-intop-text.mtx)
(./mn-intop-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-NoOpticals9.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF10.pl)
Metrics written on MnSymbolF10-mn-symbol-f-partialints.mtx.
(./MnSymbolF10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF10.pl)
Metrics written on MnSymbolF10-mn-symbol-f.mtx.
(./MnSymbolF10-mn-symbol-f.mtx) (./mn-tint.etx) (./CronosPro-It-integral.pl)
Metrics written on CronosPro-It-integral-mn-tint.mtx.
(./CronosPro-It-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-It-integral-cn2.pl)
Metrics written on CronosPro-It-integral-cn2-mn-dint.mtx.
(./CronosPro-It-integral-cn2-mn-dint.mtx) (./mn-intop-text.mtx)
(./mn-intop-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-NoOpticals10.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF10.pl)
Metrics written on MnSymbolF10-mn-symbol-f-partialints.mtx.
(./MnSymbolF10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF12.pl)
Metrics written on MnSymbolF12-mn-symbol-f.mtx.
(./MnSymbolF12-mn-symbol-f.mtx) (./mn-tint.etx) (./CronosPro-It-integral.pl)
Metrics written on CronosPro-It-integral-mn-tint.mtx.
(./CronosPro-It-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-It-integral-cn2.pl)
Metrics written on CronosPro-It-integral-cn2-mn-dint.mtx.
(./CronosPro-It-integral-cn2-mn-dint.mtx) (./mn-intop-text.mtx)
(./mn-intop-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-NoOpticals12.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF-Bold10.pl)
Metrics written on MnSymbolF-Bold10-mn-symbol-f-partialints.mtx.
(./MnSymbolF-Bold10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF-Bold5.pl)
Metrics written on MnSymbolF-Bold5-mn-symbol-f.mtx.
(./MnSymbolF-Bold5-mn-symbol-f.mtx) (./mn-tint.etx)
(./CronosPro-BoldIt-integral.pl)
Metrics written on CronosPro-BoldIt-integral-mn-tint.mtx.
(./CronosPro-BoldIt-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-BoldIt-integral-cn2.pl)
Metrics written on CronosPro-BoldIt-integral-cn2-mn-dint.mtx.
(./CronosPro-BoldIt-integral-cn2-mn-dint.mtx) (./mn-intop-bold-text.mtx)
(./mn-intop-bold-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-Bold-NoOpticals5.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF-Bold10.pl)
Metrics written on MnSymbolF-Bold10-mn-symbol-f-partialints.mtx.
(./MnSymbolF-Bold10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF-Bold6.pl)
Metrics written on MnSymbolF-Bold6-mn-symbol-f.mtx.
(./MnSymbolF-Bold6-mn-symbol-f.mtx) (./mn-tint.etx)
(./CronosPro-BoldIt-integral.pl)
Metrics written on CronosPro-BoldIt-integral-mn-tint.mtx.
(./CronosPro-BoldIt-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-BoldIt-integral-cn2.pl)
Metrics written on CronosPro-BoldIt-integral-cn2-mn-dint.mtx.
(./CronosPro-BoldIt-integral-cn2-mn-dint.mtx) (./mn-intop-bold-text.mtx)
(./mn-intop-bold-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-Bold-NoOpticals6.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF-Bold10.pl)
Metrics written on MnSymbolF-Bold10-mn-symbol-f-partialints.mtx.
(./MnSymbolF-Bold10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF-Bold7.pl)
Metrics written on MnSymbolF-Bold7-mn-symbol-f.mtx.
(./MnSymbolF-Bold7-mn-symbol-f.mtx) (./mn-tint.etx)
(./CronosPro-BoldIt-integral.pl)
Metrics written on CronosPro-BoldIt-integral-mn-tint.mtx.
(./CronosPro-BoldIt-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-BoldIt-integral-cn2.pl)
Metrics written on CronosPro-BoldIt-integral-cn2-mn-dint.mtx.
(./CronosPro-BoldIt-integral-cn2-mn-dint.mtx) (./mn-intop-bold-text.mtx)
(./mn-intop-bold-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-Bold-NoOpticals7.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF-Bold10.pl)
Metrics written on MnSymbolF-Bold10-mn-symbol-f-partialints.mtx.
(./MnSymbolF-Bold10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF-Bold8.pl)
Metrics written on MnSymbolF-Bold8-mn-symbol-f.mtx.
(./MnSymbolF-Bold8-mn-symbol-f.mtx) (./mn-tint.etx)
(./CronosPro-BoldIt-integral.pl)
Metrics written on CronosPro-BoldIt-integral-mn-tint.mtx.
(./CronosPro-BoldIt-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-BoldIt-integral-cn2.pl)
Metrics written on CronosPro-BoldIt-integral-cn2-mn-dint.mtx.
(./CronosPro-BoldIt-integral-cn2-mn-dint.mtx) (./mn-intop-bold-text.mtx)
(./mn-intop-bold-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-Bold-NoOpticals8.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF-Bold10.pl)
Metrics written on MnSymbolF-Bold10-mn-symbol-f-partialints.mtx.
(./MnSymbolF-Bold10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF-Bold9.pl)
Metrics written on MnSymbolF-Bold9-mn-symbol-f.mtx.
(./MnSymbolF-Bold9-mn-symbol-f.mtx) (./mn-tint.etx)
(./CronosPro-BoldIt-integral.pl)
Metrics written on CronosPro-BoldIt-integral-mn-tint.mtx.
(./CronosPro-BoldIt-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-BoldIt-integral-cn2.pl)
Metrics written on CronosPro-BoldIt-integral-cn2-mn-dint.mtx.
(./CronosPro-BoldIt-integral-cn2-mn-dint.mtx) (./mn-intop-bold-text.mtx)
(./mn-intop-bold-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-Bold-NoOpticals9.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF-Bold10.pl)
Metrics written on MnSymbolF-Bold10-mn-symbol-f-partialints.mtx.
(./MnSymbolF-Bold10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF-Bold10.pl)
Metrics written on MnSymbolF-Bold10-mn-symbol-f.mtx.
(./MnSymbolF-Bold10-mn-symbol-f.mtx) (./mn-tint.etx)
(./CronosPro-BoldIt-integral.pl)
Metrics written on CronosPro-BoldIt-integral-mn-tint.mtx.
(./CronosPro-BoldIt-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-BoldIt-integral-cn2.pl)
Metrics written on CronosPro-BoldIt-integral-cn2-mn-dint.mtx.
(./CronosPro-BoldIt-integral-cn2-mn-dint.mtx) (./mn-intop-bold-text.mtx)
(./mn-intop-bold-disp-noopt.mtx) (./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
(./mn-symbol-fi.etx) (./mn-symbol-fi.etx)
Virtual font written on CrSymbolFI-Bold-NoOpticals10.vpl.
(./mn-symbol-f-partialints.etx) (./MnSymbolF-Bold10.pl)
Metrics written on MnSymbolF-Bold10-mn-symbol-f-partialints.mtx.
(./MnSymbolF-Bold10-mn-symbol-f-partialints.mtx) (./mn-symbol-f.etx)
(./MnSymbolF-Bold12.pl)
Metrics written on MnSymbolF-Bold12-mn-symbol-f.mtx.
(./MnSymbolF-Bold12-mn-symbol-f.mtx) (./mn-tint.etx)
(./CronosPro-BoldIt-integral.pl)
Metrics written on CronosPro-BoldIt-integral-mn-tint.mtx.
(./CronosPro-BoldIt-integral-mn-tint.mtx) (./mn-dint.etx)
(./CronosPro-BoldIt-integral-cn2.pl)
Metrics written on CronosPro-Bo

Using the number 3 in italic causes a compile error

I'm not sure if this is a FontPro bug or a minionpro one, but when I use lining figures (package option lf), the number 3 in \itshape produces the following error (and refuses to compile):

!pdfTeX error: /usr/texbin/pdflatex (file /usr/local/texlive/2013/../texmf-
local/fonts/type1/adobe/MinionPro/MinionPro-It.pfb): 
CharString (/three.fitted): command not valid: 0
==> Fatal error occurred, no output PDF file produced!

This happens only with the number 3, only in italic and only when specifying the lf option.

Here's an example that produces this error on my system:

\documentclass{article}
\usepackage[lf]{MinionPro}
\begin{document}

\itshape Number 3

\end{document}

Using MdSymbol with MinionPro

This is not an issue but a suggestion / idea.

I don't like most of the symbols of MnSymbol (like the +, -, , , etc.) but I do like the mdsymbol ones. I'm asking if there would be an option in the future to automatically load this symbols with the MinionPro package.

By the way, at this moment, I don't know of an easy way of loading MinionPro, with the math greek, italic and roman taken from MinionPro AND only symbols like +, -, , , from mdsymbol package.

I would appreciate any help.

EDIT: may be not exactly this, but it would be great an option in the package MinionPro to use the +, -, , , (I don't know how to enter more symbols, but the font provides also, division, multiplication, plus minus sign, approx, not equal, …) provided by the original MinionPro font. (Which are more like mdsymbol than MnSymbol, that's why I'm asking this.)
May be, if not the option, I'm asking on how to achive this, if it's possible.

fltpoint.sty not found

I don't know if that package is commonly installed on other distributions, but on Gentoo, I had to install dev-texlive/texlive-genericextra to get the fltpoint package, which was required when using MyriadPro.

You should probably add that to the Readme ;)

Lots of rounding messages (MacTeX 2015)

I have used FontPro several times before and never encountered any problems. I am currently setting up my TeX environment on a new computer. I am now using the newly released MacTeX 2015.

When I try to build a font (tested with MinionPro and MyriadPro) I get lots of messages about rounding heights/depths. Building the font takes a really long time. Although the script does not show any error message after creating the font and installation works, the resulting font is unusable. Errors range from "unable to create bitmap fonts" to "font is not scalable" depending on where/how the fonts are used (I can provide more details if necessary).

My best guess is that this is related to the 2015 release of TeXLive/MacTex. The same version of the FontPro scripts using the same source font files works flawlessly on my old machine running MacTex 2014.

I attached the beginning of the output below. The messages at the end simply repeat thousands of times.

Please let me know if you need more information or if there is anything I can do to help track down or resolve this issue.

$ ./scripts/makeall MinionPro
Chosen font family is MinionPro
Different font versions found: --pack option is disabled
Creating PostScript fonts ...
Creating TeX metrics ...
Processing font MinionPro-Regular ... lf-t1,I had to round some heights by  units.
I had to round some depths by  units.
0.01650050.0045004I had to round some heights by  units.
I had to round some depths by  units.
0.01650050.0045004 lf-ot1,I had to round some heights by  units.
I had to round some depths by  units.
0.00750060.0020008I had to round some heights by  units.
I had to round some depths by  units.
0.00750060.0020008 lf-ly1,I had to round some heights by  units.
[...]

Change final command for Mac OS X

Dear readers,

I had to change the final command in order to make it work on my machine. I used

updmap --enable MixedMap MinionPro.map

I don't know if the MixedMap is necessary, though.

Warning messages in MinionPro

Are these warning messages normal/expected?

Chosen font family is MinionPro
Creating PostScript fonts ...
cfftot1: glyph ‘sterling.oldstyle’: warning: complex flex hint replaced with curves
cfftot1: (This Type 2 format font contains flex hints prohibited by Type 1.
cfftot1: I’ve safely replaced them with ordinary curves.)
MinionPro-Bold: already has a dotlessj glyph at ‘uni0237’
cfftot1: glyph ‘z’: warning: complex flex hint replaced with curves
cfftot1: (This Type 2 format font contains flex hints prohibited by Type 1.
cfftot1: I’ve safely replaced them with ordinary curves.)
MinionPro-BoldIt: already has a dotlessj glyph at ‘uni0237’
MinionPro-It: already has a dotlessj glyph at ‘uni0237’
MinionPro-Regular: already has a dotlessj glyph at ‘uni0237’
Creating TeX metrics ...

Lots of Undefined control sequences

I get hundrets of errors like this one:

! Undefined control sequence.
l.403 \mdsy@DeclareMathAccent
{grave} {\mathalpha}{operators}{0}

Downloaded latest 'MinionProv2.2.zip' and executed all scripts,
copied then the resulting texmf tree to the localtexmf tree and updated
the file list of miktex.

If I load then MyriadPro I get these errors.

The reason I have build MyriadPro new from sources was a problem I had with the combination of mininpro, myriadpro and microtype. Compilation failed then inside microtype.

endless loop for unkown math symbols

The following code

\documentclass[]{scrbook}
\usepackage[T1]{fontenc}
\usepackage{amsmath} %
\usepackage[%
onlytext, % only change the text fonts
sansmath, % provide math version sans and sansbold
]{MyriadPro}
\begin{document}
%\tracingall
\begin{equation}
\oiint
\end{equation}
\end{document}

lets pdflatex go into an endless loop. It happens when a normal math command is executed but unknown and MyriadPro is called with onlytext and sansmath, such that it should not touch the math command at all.

Using \tracingall one can see that the part that is executed endlessly is this one - however I do not know in which package this code is located.

is@range #1-#2@nil ->if >#2expandafter check@single else expandafter check@rang
e fi
#1<-5
#2<->

{if: (level 6) entered on line 10}
{true}
{expandafter}
{else: if (level 6) entered on line 10}
{fi: if (level 6) entered on line 10}

check@single #1>#2<#3@nnil ->def reserved@f {extract@rangefontinfo <#3@nnil }if
dim f@size p@ =#1p@ set@simple@size@args #2<#3@nnil execute@size@function sizef
n@info ifx external@font @empty else let reserved@f @empty fi fi reserved@f
#1<-5
#2<-
#3<-6><7><8><9><10><12>gen*cmr<10.95>cmr10<14.4>cmr12<17.28><20.74><24.88>cmr17

<-*>@nil <
{def}
{changing reserved@f=relax}
{into reserved@f=macro:->extract@rangefontinfo <6><7><8ETC.}
{ifdim: (level 6) entered on line 10}

f@size ->8
{false}
{fi: ifdim (level 6) entered on line 10}

reserved@f ->extract@rangefontinfo <6><7><8><9><10><12>gen*cmr<10.95>cmr10<14.4

cmr12<17.28><20.74><24.88>cmr17<-*>@nil <@nnil

extract@rangefontinfo #1<#2>->is@range #2->@nil #2>
#1<-
#2<-6

Not quite working on OS X

TeX noob, and I've been trying to get the MinionPro fonts installed on OS X. Finally made my way here.

I install with ./scripts/install ~/Library/texmf/ to use the HOME instead of LOCAL folder.
All seems to go well until:

14:49 ~/Documents/github/cloned/FontPro/ > sudo updmap-sys --enable Map=MinionPro.map
Password:
updmap: resetting $HOME value (was /Users/username) to root's actual home (/var/root).
updmap is using the following updmap.cfg files (in precedence order):
  /var/root/Library/texlive/2014/texmf-config/web2c/updmap.cfg
  /usr/local/texlive/2014/texmf-config/web2c/updmap.cfg
  /usr/local/texlive/2014/texmf-dist/web2c/updmap.cfg
updmap is using the following updmap.cfg file for writing changes:
  /var/root/Library/texlive/2014/texmf-config/web2c/updmap.cfg
dvips output dir: "/usr/local/texlive/2014/texmf-var/fonts/map/dvips/updmap"
pdftex output dir: "/usr/local/texlive/2014/texmf-var/fonts/map/pdftex/updmap"
dvipdfmx output dir: "/usr/local/texlive/2014/texmf-var/fonts/map/dvipdfmx/updmap"

ERROR:  The following map file(s) couldn't be found:
    MinionPro.map (in /var/root/Library/texlive/2014/texmf-config/web2c/updmap.cfg)

    Did you run mktexlsr?

    You can disable non-existent map entries using the option
      —syncwithtrees.

If I just try it again right away:

updmap: resetting $HOME value (was /Users/username) to root's actual home (/var/root).
updmap is using the following updmap.cfg files (in precedence order):
  /var/root/Library/texlive/2014/texmf-config/web2c/updmap.cfg
  /usr/local/texlive/2014/texmf-config/web2c/updmap.cfg
  /usr/local/texlive/2014/texmf-dist/web2c/updmap.cfg
updmap is using the following updmap.cfg file for writing changes:
  /var/root/Library/texlive/2014/texmf-config/web2c/updmap.cfg
/var/root/Library/texlive/2014/texmf-config/web2c/updmap.cfg unchanged.  Map files not recreated.
updmap: Updating ls-R files.

It's not clear to me that it worked, but if I try to use pandoc to generate a pdf, I get:

! Font T1/MinionPro-OsF/m/n/17.28=MinionPro-Subh-osf-t1 at 17.28pt not loadable
: Metric (TFM) file not found.
<to be read again>
                   relax
l.28

Trying something else, I latex the following test file:

\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{MinionPro}

\begin{document}

This is a test document for the MinionPro font. Make sure that all the
symbols below compiled correctly.
\\
\\
$\beta = (X'X)^{-1} X'Y$
\\
\\
$Y = X\beta + \epsilon$

\end{document}

Among the output files is missfont.log, which reads:

mktexpk --mfmode / --bdpi 600 --mag 0+545/600 --dpi 545 MinionPro-Regular-Base-ab

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.