API Reference > Other Classes > OdFont Class > OdFont Methods > OdFont::initialize Method
OdFont::initialize Method
Syntax
C++
virtual OdResult initialize(OdStreamBuf* pStreamBuf) = 0;
Parameters 
Description 
OdStreamBuf* pStreamBuf 
[in] Pointer to the StreamBuf object from which the data are to be read. 

Returns eOk if successful, or an appropriate error code if not.

Initializes this Font object to read font data from the specified StreamBuf object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.