method PrinterService.italic
PrinterService.italic(message: string): string

Return the provided message so that the text is displayed in italic.

Parameters

message: string

Return Type

string

Usage

import type PrinterService from ".";