ostream& operator<<

(ostream& outStream,
  const glSvgFontData& font)

Stream operator to send this data to a stream.

Documentation

Stream operator to send this data to a stream. The fontData is converted to a string that looks something like this: "[filename, pointsize, red, green, blue, alpha]".

Parameters:
outStream - the output stream specified by whatever is to the left of this operator.
font - the fontData to send to the output stream
Returns:
a reference to the modified output stream

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.