I am using Baskerville font following the answer to the question: Is a “real” Baskerville font available for LaTeX?
But I found some letters are out of alignment. For example:
\documentclass[a4paper,12pt]{article}
\usepackage[demo]{graphicx}
\usepackage{blindtext}
\usepackage[T1]{fontenc}
\usepackage{baskervald}
\begin{document}
\listoffigures
\section{TEST}
\blindtext
\begin{figure}[hpb]
\centering
\includegraphics[width=3cm]{example-image-a}
\caption{The Figure AA}
\end{figure}
\begin{figure}[hpb]
\centering
\includegraphics[width=3cm]{example-image-b}
\caption{Jer Figure BB}
\end{figure}
\begin{figure}[hpb]
\centering
\includegraphics[width=3cm]{example-image-c}
\caption{A Figure CC}
\end{figure}
\end{document}
Obviously, the letter "J" is out of alignment, as shown in the figure below:
Using the default font (is it Modern Roman?), "J" aligns properly, as shown below


Jis defined with the foot hanging out of the bounding box. for example, try\fboxsep=-\fboxrule\fbox{J}. I would guess the font designer called that a "feature" not a "bug". See? "AJ" looks really cool inbaskervald! – Steven B. Segletes Mar 28 '17 at 10:51\,Jto shift it a bit in thefigurecaption... – Steven B. Segletes Mar 28 '17 at 10:55