使用 calligra 字体与 lettrine 时出现问题

使用 calligra 字体与 lettrine 时出现问题

我想将 calligra 字体与 lettrine 一起使用,但 lettrine 似乎会切掉字母 W 的一部分。

\documentclass[11pt]{book}
\usepackage[utf8]{inputenc}
\usepackage{lettrine}
\usepackage{calligra}
\usepackage{blindtext}
\usepackage[T1]{fontenc}

\begin{document}

\chapter{Story}

\lettrine[lines=3, loversize=0.25, findent=1.5em]{\calligra W}{o}\blindtext

\end{document}

w 右侧部分缺失

当我添加单引号时,它确实显示整个字母 W,但带有单引号,这并不理想。

\lettrine[lines=3, loversize=0.25, findent=1.5em]{\calligra W'}{o}\blindtext

w 带引号

有什么办法可以解决这个问题吗?提前谢谢您的回答。

相关内容