Hi all,

XeLaTeX has a problem with Delicious font
http://www.josbuivenga.demon.nl/delicious.html as is documented in the
attachments. It was compiled with xelatex in TeX Live 2010.

The Bold Italic causes:
* ERROR ** Cannot proceed without the "native" font:
Delicious-BoldItalic (Delicious BoldItalic)...
However, it works fine in OpenOffice and FontForge.

Can anyone confirm this and what would be the best way to get this fixed?

Thanks,

Pander
\documentclass{artikel3}
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text}
\usepackage{xunicode}
\usepackage{xltxtra}
\pagestyle{empty}
\begin{document}

Delicious - Regular\\
{\fontspec{Delicious}ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz}\\%FIXME
{\tt results in bold that should be regular}

Delicious - Italic\\
{\fontspec{Delicious}\itshape ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz}

Delicious - Bold Italic\\
%{\fontspec{Delicious}\bfseries\itshape ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz}%FIXME
{\tt * ERROR ** Cannot proceed without the "native" font: Delicious-BoldItalic (Delicious BoldItalic)...}

Delicious - Bold\\
{\fontspec{Delicious}\bfseries ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz}\\%FIXME
{\tt results in regular that should be bold}

Delicious - Heavy\\
{\fontspec{Delicious Heavy}ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz}

Delicious - SmallCaps\\
{\fontspec{Delicious SmallCaps}ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz}

{\tt fc-list|grep Delicious\\
Delicious:style=Bold\\
Delicious SmallCaps,Delicious:style=Regular,SmallCaps\\
Delicious:style=Italic\\
Delicious:style=Bold Italic\\
Delicious Heavy,Delicious:style=Regular,Heavy\\
Delicious:style=Roman}

{\tt fc-cat|grep Delicious [output has been shortened manually]\\
"Delicious-Bold.otf":Delicious:style=Bold:\\
fullname=Delicious-Bold\\
"Delicious-BoldItalic.otf":Delicious:style=Bold Italic:\\
fullname=Delicious-BoldItalic\\
"Delicious-Heavy.otf":Delicious Heavy,Delicious:style=Regular,Heavy:\\
fullname=Delicious-Heavy\\
"Delicious-Italic.otf":Delicious:style=Italic:\\
fullname=Delicious-Italic\\
"Delicious-Roman.otf":Delicious:style=Roman:\\
fullname=Delicious-Roman\\
"Delicious-SmallCaps.otf":Delicious SmallCaps,Delicious:style=Regular,SmallCaps:\\
fullname=Delicious-SmallCaps}


\end{document}

--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to