Bug 35972 - Added FontCollection and FontEntityAtom records
Summary: Added FontCollection and FontEntityAtom records
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.0-dev
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 15:11 UTC by Yegor Kozlov
Modified: 2005-08-02 11:18 UTC (History)
0 users



Attachments
FontCollection and FontEntityAtom records (7.02 KB, patch)
2005-08-02 15:18 UTC, Yegor Kozlov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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