SRGraphComponent::WriteFontParameters

voidSRGraphComponent::WriteFontParameters(CStdioFile*file)

Writes font information to a template file
Not implemented in the base class

Defined in: SRGComp.cpp

Parameters

file

Pointer to a CStdioFile used in writing templates

Developer Notes

In all derived classes this function is used to write the font data to a template file. This information is read by the  SRGraph::ReadTemplate routine to load graph details from the template. In a future release, the reading of data may also be handled within the class.