VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/plugins/org.dita.pdf2/cfg/fo/font-mappings.rnc@ 99507

最後變更 在這個檔案從99507是 98584,由 vboxsync 提交於 2 年 前

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1022 位元組
 
1font-mappings =
2 ## Mapping table from logical fonts and character sets to physical fonts.
3 element font-mappings {
4 font-table*
5 }
6font-table =
7 ## Font mapping table
8 element font-table {
9 aliases*,
10 logical-font*
11 }
12aliases =
13 ## Logical font aliases
14 element aliases {
15 alias*
16 }
17alias =
18 ## Logical font alias
19 element alias {
20 ## Alias name
21 attribute name { text }?,
22 ## Logical font name
23 text
24 }
25logical-font =
26 ## Logical font mapping
27 element logical-font {
28 ## Logical font name
29 attribute name { text }?,
30 physical-font*
31 }
32physical-font =
33 ## Physical font
34 element physical-font {
35 ## Character set name
36 attribute char-set { text | "default" }?,
37 font-face,
38 baseline-shift?,
39 override-size?
40 }
41font-face =
42 ## Physical font name
43 element font-face { text }
44baseline-shift =
45 ## Baseline shift adjustment
46 element baseline-shift { text }
47override-size =
48 ## Font size adjustment
49 element override-size { text }
50
51start = font-mappings
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette