method EposText.prototype.size
EposText.prototype.size(): { width?: number; height?: number; }

Return Type

{ width?: number; height?: number; }
method EposText.prototype.size
EposText.prototype.size(size: { width?: number; height?: number; }): void

Parameters

size: { width?: number; height?: number; }

Return Type

void

Usage

import { EposText } from "xml";