OHOS::TextFormatter

Overview

Related Modules:

Graphic

Description:

Defines a text formatter. You can inherit this class and implement the Format() function.

Since:

1.0

Version:

1.0

Summary

Public Member Functions

Public Member Function Name

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.