Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdFont::initialize Method
Syntax
C++
virtual OdResult initialize(OdStreamBuf* pStreamBuf) = 0;

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

 

Parameters
Description
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.

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