Re: Small Caps e New Aster: essere o non essere?

#99297
samiel
Partecipante
    Up
    0
    Down
    ::


    `\documentclass{article}
    \usepackage{polyglossia}
    \setmainlanguage{italian}
    \usepackage{fontspec}
    \setmainfont[Ligatures=TeX]{New Aster LT Std}
    \makeatletter
    \newlength\fake@f
    \newlength\fake@c
    \def\fakesc#1{%
    \begingroup%
    \xdef\fake@name{\csname\curr@fontshape/\f@size\endcsname}%
    \fontsize{\fontdimen8\fake@name}{\baselineskip}\selectfont%
    \uppercase{#1}%
    \endgroup%
    }
    \makeatother

    \begin{document}

    Vorrei scrivere qualcosa in \fakesc{small caps}.

    \end{document}`

    m

    PS
    forse cont FontForge il risultato è migliore,
    qui hai meno lavoro da fare

    Go to top