blob: 0d2382efee9ddd279080e98145e996031a1a4bea (
plain)
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
|
---
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>
|