@@ -13,22 +13,22 @@ Un font è un file che definisce lo stile generico di un insieme di caratteri. E
|
||||
I \texttt{ttf} sono \texttt{otf} raggruppati. Un \texttt{ttf} possiede generalmente il raggruppamento degli stili Regular, Bold, Italic e BoldItalic, \texttt{ttf} più complessi possiedono varianti anche sul peso che possiedono associate a un valore generalmente da $1$ a $1000$.
|
||||
\begin{wrapfigure}[r]{0.4\textwidth}
|
||||
\centering
|
||||
\begin{tabularx}{c c}
|
||||
\toprule \\
|
||||
Name & Weight \\
|
||||
\midrule \\
|
||||
\begin{tabularx}{\linewidth}{X c}
|
||||
\toprule
|
||||
\textbf{Name} & \textbf{Weight} \\
|
||||
\midrule
|
||||
Thin / Hairline & 100 \\
|
||||
Ultra-light / Extra-light & 200 \\
|
||||
Light & 300 \\
|
||||
Normal / regular & 400 \\
|
||||
Medium & 500 \\
|
||||
Semi-bold / Demi-bold & 600 \\
|
||||
Bold & 700 \\
|
||||
Extra-bold / Ultra-bold & 800 \\
|
||||
Heavy / Black & 900 \\
|
||||
Extra-black / Ultra-black & 950 \\
|
||||
\bottomrule
|
||||
\end{tabularx}
|
||||
Normal / regular & 400 \\
|
||||
Medium & 500 \\
|
||||
Semi-bold / Demi-bold & 600 \\
|
||||
Bold & 700 \\
|
||||
Extra-bold / Ultra-bold & 800 \\
|
||||
Heavy / Black & 900 \\
|
||||
Extra-black / Ultra-black & 950 \\
|
||||
\bottomrule
|
||||
\end{tabularx}
|
||||
\end{wrapfigure}
|
||||
Per ognuno dei pesi è generalmente necessario specificare le 4 varianti: Regular, Bold, italic e BoldItalic. Non è necessario che un font definisca tutti i pesi.
|
||||
\subsection{Definire un font}
|
||||
|
||||
Reference in New Issue
Block a user