docs: add design doc for text/x-raw format

This commit is contained in:
Tim-Philipp Müller 2012-09-02 03:39:51 +01:00
parent 7c2e7b1a4f
commit 45f7c585b3

View file

@ -0,0 +1,28 @@
Media Types
-----------
text/x-raw
format, G_TYPE_STRING, mandatory
The format of the text, see the Formats section for a list of valid format
strings.
Metadata
--------
There are no common metas for this raw format yet.
Formats
-------
"utf8" plain timed utf8 text (formerly text/plain)
Parsed timed text in utf8 format.
"pango-markup" plain timed utf8 text with pango markup (formerly text/x-pango-markup)
Same as "utf8", but text embedded in an XML-style markup language for
size, colour, emphasis, etc.
See http://developer.gnome.org/pango/stable/PangoMarkupFormat.html