aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/rtf
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/rtf')
-rw-r--r--files/ja/glossary/rtf/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/ja/glossary/rtf/index.html b/files/ja/glossary/rtf/index.html
new file mode 100644
index 0000000000..0d2382efee
--- /dev/null
+++ b/files/ja/glossary/rtf/index.html
@@ -0,0 +1,28 @@
+---
+title: RTF
+slug: Glossary/RTF
+tags:
+ - Composing
+ - Format
+ - Glossary
+ - RTF
+ - Ricth Text Format
+translation_of: Glossary/RTF
+---
+<p>RTF (リッチテキストフォーマット) は書式設定 (例:太字、イタリック) をサポートしたプレーンテキストベースのファイルフォーマットです。</p>
+
+<p>1980 年代に Microsoft Word チームの 3 人のプログラマーが RTF を作り、Microsoft が 2008 年まで開発していました。開発が終了した現在でも多くの文書処理プログラムが RTF を読み書きできます。</p>
+
+<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">基礎知識</h3>
+
+<ul>
+ <li>Wikipedia の {{Interwiki("wikipedia", "Rich Text Format")}} </li>
+</ul>
+
+<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3>
+
+<ul>
+ <li><a href="http://www.microsoft.com/en-us/download/details.aspx?id=10725">Microsoft による最後の仕様</a></li>
+</ul>