# OHOS::TextFormatter - [Overview](#section262028324165633) - [Summary](#section596230424165633) - [Public Member Functions](#pub-methods) ## **Overview** **Related Modules:** [Graphic](Graphic.md) **Description:** Defines a text formatter. You can inherit this class and implement the **[Format\(\)](Graphic.md#ga183cac282667493fa2a008f9a7f4f9d2)** function. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Public Member Functions

Function

Description

Format (int16_t value, char *outText, uint16_t textLen)

virtual bool

Converts the input integer into a character string for output.

operator new (size_t size)

void *

Overrides the new function.

operator delete (void *p)

void

Overrides the delete function.