MCPcopy Create free account
hub / github.com/Tracktion/choc / getLineWrapLength

Method getLineWrapLength

choc/text/choc_CodePrinter.h:91–91  ·  view source on GitHub ↗

Returns the current line-wrap length, where 0 means no wrapping.

Source from the content-addressed store, hash-verified

89 void setLineWrapLength (size_t lineWrapCharacters);
90 /// Returns the current line-wrap length, where 0 means no wrapping.
91 size_t getLineWrapLength() const { return lineWrapLength; }
92
93 //==============================================================================
94 /// An RAII class which resets the indent level when it is deleted.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected