Text Functions

Function

Description

Text_LineCountA

Get the line count of text by counting line feeds.

Text_LineCountW

Get the line count of text by counting line feeds.

Text_LineCountExA

Get the line count of text by counting line feeds.

Text_LineCountExW

Get the line count of text by counting line feeds.

Text_ParseLineA

Parse words in a line of text into an array of zero terminated strings.

Text_ParseLineW

Parse words in a line of text into an array of zero terminated strings.

Text_ReadLineA

Read a line of text into a buffer.

Text_ReadLineW

Read a line of text into a buffer.

Text_TestLineA

Tests the first character after any tabs or spaces to determine if the line has usable text or not.

Text_TestLineW

Tests the first character after any tabs or spaces to determine if the line has usable text or not.

Text_WriteLineA

Writes a line of text to a memory buffer and updates the last write position.

Text_WriteLineW

Writes a line of text to a memory buffer and updates the last write position.