1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499
|
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 297028 $ -->
<chapter xml:id="haru.builtin" xmlns="http://docbook.org/ns/docbook">
<title>Builtin Fonts And Encodings</title>
<section xml:id="haru.builtin.fonts">
<title>Builtin Fonts</title>
<para>
These Base14 fonts are built-in into PDF and all viewers can display them.
Using these fonts may decrease the size of the result file and make the
processing faster, avoiding loading external fonts.
However the fonts support only latin1 character set and you have to load
external fonts if you need to use an other character set.
</para>
<para>
The Base14 fonts:
<itemizedlist>
<listitem>
<para>
Courier
</para>
</listitem>
<listitem>
<para>
Courier-Bold
</para>
</listitem>
<listitem>
<para>
Courier-Oblique
</para>
</listitem>
<listitem>
<para>
Courier-BoldOblique
</para>
</listitem>
<listitem>
<para>
Helvetica
</para>
</listitem>
<listitem>
<para>
Helvetica-Bold
</para>
</listitem>
<listitem>
<para>
Helvetica-Oblique
</para>
</listitem>
<listitem>
<para>
Helvetica-BoldOblique
</para>
</listitem>
<listitem>
<para>
Times-Roman
</para>
</listitem>
<listitem>
<para>
Times-Bold
</para>
</listitem>
<listitem>
<para>
Times-Italic
</para>
</listitem>
<listitem>
<para>
Times-BoldItalic
</para>
</listitem>
<listitem>
<para>
Symbol
</para>
</listitem>
<listitem>
<para>
ZapfDingbats
</para>
</listitem>
</itemizedlist>
</para>
</section>
<section xml:id="haru.builtin.encodings">
<title>Builtin Encodings</title>
<table>
<title>Single-byte character set encodings</title>
<tgroup cols="2">
<thead>
<row>
<entry>Name</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>
StandardEncoding
</entry>
<entry>
The default encoding of PDF.
</entry>
</row>
<row>
<entry>
MacRomanEncoding
</entry>
<entry>
The standard encoding of Mac OS.
</entry>
</row>
<row>
<entry>
WinAnsiEncoding
</entry>
<entry>
The standard encoding of Windows.
</entry>
</row>
<row>
<entry>
FontSpecific
</entry>
<entry>
The font built-in encoding.
</entry>
</row>
<row>
<entry>
ISO8859-2
</entry>
<entry>
Latin2 (East European)
</entry>
</row>
<row>
<entry>
ISO8859-3
</entry>
<entry>
Latin3 (South European)
</entry>
</row>
<row>
<entry>
ISO8859-4
</entry>
<entry>
Latin4 (North European)
</entry>
</row>
<row>
<entry>
ISO8859-5
</entry>
<entry>
Cyrillic
</entry>
</row>
<row>
<entry>
ISO8859-6
</entry>
<entry>
Arabic
</entry>
</row>
<row>
<entry>
ISO8859-7
</entry>
<entry>
Greek
</entry>
</row>
<row>
<entry>
ISO8859-8
</entry>
<entry>
Hebrew
</entry>
</row>
<row>
<entry>
ISO8859-9
</entry>
<entry>
Latin5 (Turkish)
</entry>
</row>
<row>
<entry>
ISO8859-10
</entry>
<entry>
Latin6 (Nordic)
</entry>
</row>
<row>
<entry>
ISO8859-11
</entry>
<entry>
Thai
</entry>
</row>
<row>
<entry>
ISO8859-13
</entry>
<entry>
Latin7 (Baltic Rim)
</entry>
</row>
<row>
<entry>
ISO8859-14
</entry>
<entry>
Latin8 (Celtic)
</entry>
</row>
<row>
<entry>
ISO8859-15
</entry>
<entry>
Latin9
</entry>
</row>
<row>
<entry>
ISO8859-16
</entry>
<entry>
Latin10
</entry>
</row>
<row>
<entry>
CP1250
</entry>
<entry>
MS Windows Codepage 1250.
</entry>
</row>
<row>
<entry>
CP1251
</entry>
<entry>
MS Windows Codepage 1251.
</entry>
</row>
<row>
<entry>
CP1252
</entry>
<entry>
MS Windows Codepage 1252.
</entry>
</row>
<row>
<entry>
CP1253
</entry>
<entry>
MS Windows Codepage 1253.
</entry>
</row>
<row>
<entry>
CP1254
</entry>
<entry>
MS Windows Codepage 1254.
</entry>
</row>
<row>
<entry>
CP1255
</entry>
<entry>
MS Windows Codepage 1255.
</entry>
</row>
<row>
<entry>
CP1256
</entry>
<entry>
MS Windows Codepage 1256.
</entry>
</row>
<row>
<entry>
CP1257
</entry>
<entry>
MS Windows Codepage 1257.
</entry>
</row>
<row>
<entry>
CP1258
</entry>
<entry>
MS Windows Codepage 1258.
</entry>
</row>
<row>
<entry>
KOI8-R
</entry>
<entry>
Cyrillic character set.
</entry>
</row>
</tbody>
</tgroup>
</table>
<table>
<title>Multi-byte character set encodings</title>
<tgroup cols="2">
<thead>
<row>
<entry>Name</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>
GB-EUC-H
</entry>
<entry>
EUC-CN encoding.
</entry>
</row>
<row>
<entry>
GB-EUC-V
</entry>
<entry>
Vertical writing version of GB-EUC-H.
</entry>
</row>
<row>
<entry>
GBK-EUC-H
</entry>
<entry>
Microsoft Code Page 936 (lfCharSet 0x86) GBK
encoding.
</entry>
</row>
<row>
<entry>
GBK-EUC-V
</entry>
<entry>
Vertical writing version of GBK-EUC-H.
</entry>
</row>
<row>
<entry>
ETen-B5-H
</entry>
<entry>
Microsoft Code Page 950 (lfCharSet 0x88) Big Five
character set with ETen extensions.
</entry>
</row>
<row>
<entry>
ETen-B5-V
</entry>
<entry>
Vertical writing version of ETen-B5-H.
</entry>
</row>
<row>
<entry>
90ms-RKSJ-H
</entry>
<entry>
Microsoft Code Page 932, JIS X 0208 character.
</entry>
</row>
<row>
<entry>
90ms-RKSJ-V
</entry>
<entry>
Vertical writing version of 90ms-RKSJ-V.
</entry>
</row>
<row>
<entry>
90msp-RKSJ-H
</entry>
<entry>
Microsoft Code Page 932, JIS X 0208 character
(proportional).
</entry>
</row>
<row>
<entry>
EUC-H
</entry>
<entry>
JIS X 0208 character set, EUC-JP encoding.
</entry>
</row>
<row>
<entry>
EUC-V
</entry>
<entry>
Vertical writing version of EUC-H.
</entry>
</row>
<row>
<entry>
KSC-EUC-H
</entry>
<entry>
KS X 1001:1992 character set, EUC-KR encoding.
</entry>
</row>
<row>
<entry>
KSC-EUC-V
</entry>
<entry>
Vertical writing version of KSC-EUC-V.
</entry>
</row>
<row>
<entry>
KSCms-UHC-H
</entry>
<entry>
Microsoft Code Page 949 (lfCharSet 0x81), KS X
1001:1992 character set plus 8822 additional hangul, Unified Hangul
Code (UHC) encoding (proportional).
</entry>
</row>
<row>
<entry>
KSCms-UHC-HW-H
</entry>
<entry>
Microsoft Code Page 949 (lfCharSet 0x81), KS X
1001:1992 character set plus 8822 additional hangul, Unified Hangul
Code (UHC) encoding (fixed width).
</entry>
</row>
<row>
<entry>
KSCms-UHC-HW-V
</entry>
<entry>
Vertical writing version of KSCms-UHC-HW-H.
</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
|