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 is to be read.  

Returns eOk if the font object is initialized successfully, or an appropriate error code otherwise.

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

 

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