| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<macromedia-extension name="letterspace" version="1.2" type="command" requires-restart="false"> |
|---|
| 3 |
|
|---|
| 4 |
<!-- Describe the author --> |
|---|
| 5 |
|
|---|
| 6 |
<author name="yoropan" /> |
|---|
| 7 |
|
|---|
| 8 |
<!-- List the required/compatible products --> |
|---|
| 9 |
|
|---|
| 10 |
<products> |
|---|
| 11 |
<product name="Flash" version="8" primary="true" /> |
|---|
| 12 |
</products> |
|---|
| 13 |
|
|---|
| 14 |
<!-- Describe the extension --> |
|---|
| 15 |
|
|---|
| 16 |
<description> |
|---|
| 17 |
<![CDATA[概要:カンマ区切りの文字列の前後の文字間隔をカーニングします。]]> |
|---|
| 18 |
</description> |
|---|
| 19 |
|
|---|
| 20 |
<!-- Describe where the extension shows in the UI of the product --> |
|---|
| 21 |
|
|---|
| 22 |
<ui-access> |
|---|
| 23 |
<![CDATA[アクセス方法:コマンド>letterspace]]> |
|---|
| 24 |
</ui-access> |
|---|
| 25 |
|
|---|
| 26 |
<!-- Describe the files that comprise the extension --> |
|---|
| 27 |
|
|---|
| 28 |
<files> |
|---|
| 29 |
<file name="letterspace.jsfl" destination="$flash/Commands" /> |
|---|
| 30 |
<file name="letterspace.xml" destination="$flash/Commands" /> |
|---|
| 31 |
</files> |
|---|
| 32 |
|
|---|
| 33 |
</macromedia-extension> |
|---|