

<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amigaos.net/w/index.php?action=history&amp;feed=atom&amp;title=HEAD_IFF_Flow_Idea_Processor_Format</id>
	<title>HEAD IFF Flow Idea Processor Format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amigaos.net/w/index.php?action=history&amp;feed=atom&amp;title=HEAD_IFF_Flow_Idea_Processor_Format"/>
	<link rel="alternate" type="text/html" href="https://wiki.amigaos.net/w/index.php?title=HEAD_IFF_Flow_Idea_Processor_Format&amp;action=history"/>
	<updated>2026-05-06T17:09:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.amigaos.net/w/index.php?title=HEAD_IFF_Flow_Idea_Processor_Format&amp;diff=2988&amp;oldid=prev</id>
		<title>Steven Solie: Created page with &quot;&lt;pre&gt; TITLE:  HEAD  (FORM used by Flow - New Horizons Software, Inc.)  IFF FORM / CHUNK DESCRIPTION ============================  Form/Chunk ID:  FORM HEAD, Chunks NEST, TEXT,...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.amigaos.net/w/index.php?title=HEAD_IFF_Flow_Idea_Processor_Format&amp;diff=2988&amp;oldid=prev"/>
		<updated>2012-06-08T19:52:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; TITLE:  HEAD  (FORM used by Flow - New Horizons Software, Inc.)  IFF FORM / CHUNK DESCRIPTION ============================  Form/Chunk ID:  FORM HEAD, Chunks NEST, TEXT,...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
TITLE:  HEAD  (FORM used by Flow - New Horizons Software, Inc.)&lt;br /&gt;
&lt;br /&gt;
IFF FORM / CHUNK DESCRIPTION&lt;br /&gt;
============================&lt;br /&gt;
&lt;br /&gt;
Form/Chunk ID:  FORM HEAD, Chunks NEST, TEXT, FSCC&lt;br /&gt;
&lt;br /&gt;
Date Submitted: 03/87&lt;br /&gt;
Submitted by:   James Bayless - New Horizons Software, Inc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FORM&lt;br /&gt;
====&lt;br /&gt;
&lt;br /&gt;
FORM ID:  HEAD&lt;br /&gt;
&lt;br /&gt;
FORM Description: &lt;br /&gt;
&lt;br /&gt;
   FORM HEAD is the file storage format of the Flow idea processor&lt;br /&gt;
by New Horizons Software, Inc.  Currently only the TEXT and NEST&lt;br /&gt;
chunks are used.  There are plans to incorporate FSCC and some&lt;br /&gt;
additional chunks for headers and footers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CHUNKS&lt;br /&gt;
======&lt;br /&gt;
&lt;br /&gt;
CHUNK ID:  NEST&lt;br /&gt;
&lt;br /&gt;
   This chunk consists of only of a word (two byte) value that gives&lt;br /&gt;
the new current nesting level of the outline.  The initial nesting level&lt;br /&gt;
(outermost level) is zero.  It is necessary to include a NEST chunk only&lt;br /&gt;
when the nesting level changes.  Valid changes to the nesting level are&lt;br /&gt;
either to decrease the current value by any amount (with a minimum of 0)&lt;br /&gt;
or to increase it by one (and not more than one).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CHUNK ID:  TEXT&lt;br /&gt;
&lt;br /&gt;
   This chunk is the actual text of a heading.  Each heading has a TEXT&lt;br /&gt;
chunk (even if empty).  The text is not NULL terminated - the chunk&lt;br /&gt;
size gives the length of the heading text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CHUNK ID: FSCC&lt;br /&gt;
&lt;br /&gt;
   This chunk gives the Font/Style/Color changes in the heading from the&lt;br /&gt;
most recent TEXT chunk.  It should occur immediately after the TEXT chunk&lt;br /&gt;
it modifies.  The format is identical to the FSCC chunk for the IFF&lt;br /&gt;
form type &amp;#039;WORD&amp;#039; (for compatibility), except that only the &amp;#039;Location&amp;#039;&lt;br /&gt;
and &amp;#039;Style&amp;#039; values are used (i.e., there can be currently only be style&lt;br /&gt;
changes in an outline heading).  The structure definition is:&lt;br /&gt;
&lt;br /&gt;
typedef struct {&lt;br /&gt;
   UWORD   Location;   /* Char location of change */&lt;br /&gt;
   UBYTE   FontNum;    /* Ignored */&lt;br /&gt;
   UBYTE   Style;      /* Amiga style bits */&lt;br /&gt;
   UBYTE   MiscStyle;  /* Ignored */&lt;br /&gt;
   UBYTE   Color;      /* Ignored */&lt;br /&gt;
   UWORD   pad;        /* Ignored */&lt;br /&gt;
} FSCChange;&lt;br /&gt;
&lt;br /&gt;
   The actual chunk consists of an array of these structures, one entry&lt;br /&gt;
for each Style change in the heading text.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Steven Solie</name></author>
	</entry>
</feed>