start copy from cimac web
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
|
||||
<title>AddFont</title>
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="../fpdf.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>AddFont</h1>
|
||||
|
||||
<code>AddFont(<b>string</b> family [, <b>string</b> style [, <b>string</b> file]])</code>
|
||||
|
||||
<h2>Descrizione</h2>
|
||||
|
||||
Importa un font TrueType, OpenType o Type1 e lo rende disponibile. E' necessario generare prima un
|
||||
|
||||
file di definizione di font con la utility MakeFont.
|
||||
|
||||
<br>
|
||||
|
||||
Il file di definizione (e lo stesso file del font quando compreso) deve essere presente nella
|
||||
|
||||
directory delle fonts. Se non può essere trovato, viene generato l'errore "Could not include
|
||||
|
||||
font definition file".
|
||||
|
||||
<h2>Parametri</h2>
|
||||
|
||||
<dl class="param">
|
||||
|
||||
<dt><code>family</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
Famiglia del font. Il nome può essere scelto arbitrariamente. Se viene indicato un nome di una famiglia
|
||||
|
||||
standard, verrà sovrascritto il font corrispondente.
|
||||
|
||||
</dd>
|
||||
|
||||
<dt><code>style</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
Stile del font. Possibili valori sono (case insensitive):
|
||||
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user