diff --git a/sc2/doc/devel/fontres b/sc2/doc/devel/fontres index ff3593368..c70cb6ce5 100644 --- a/sc2/doc/devel/fontres +++ b/sc2/doc/devel/fontres @@ -67,16 +67,7 @@ bits are most likely never used): Frames: Then for all frames: - If DATA_HARDWARE is set in the flags for this char: - 4 Size of image data - ? .cel image data - If DATA_PACKED is set in the flags for this char: (from 3do/imageint.c) - for every line in the image (bounds.height lines): - 2 number of bytes used to encode this line - The actual number of bytes is computed like so: - (number-of-bytes + 2) * 4 - a number of packets of this format: - + See "Frames" in gfxres. Initial version 2003-09-02, by Alex Volkov