This commit is contained in:
Elena Subbotina
2022-12-11 15:05:37 +03:00
parent 8a49166605
commit 99fee71d3a
3 changed files with 24 additions and 2 deletions

View File

@ -34,6 +34,10 @@
using namespace PPT;
FontCollectionEntry::FontCollectionEntry()
{
}
void FontCollectionEntry::ReadFromStream(POLE::Stream *pStream)
{
StreamUtils::StreamSkip(76, pStream);