Bug 35972

Summary: Added FontCollection and FontEntityAtom records
Product: POI Reporter: Yegor Kozlov <yegor>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.0-dev   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Attachments: FontCollection and FontEntityAtom records

Description Yegor Kozlov 2005-08-02 15:11:46 UTC
Added FontCollection and FontEntityAtom records which hold information
about all the fonts in the powerpoint presentation.
Comment 1 Yegor Kozlov 2005-08-02 15:18:59 UTC
Created attachment 15846 [details]
FontCollection and FontEntityAtom records

Two new classes added:
FontCollection which is a container that holds information about all the fonts
in the presentation and FontEntityAtom which stores font's name and some other
data.
Comment 2 Nick Burch 2005-08-02 19:18:57 UTC
Thanks for those. 

I tweaked a couple of little bits (moving child record adding to
RecordContainer, checking size of font name on set, ensuring font name is null
terminated on set), and applied to CVS.

Now one of us just has to document this in the PowerPoint file format doc!

Nick