rtf.cell_label: Given a cell_label class create an RTF representation.

View source: R/render-rtf.R

rtf.cell_labelR Documentation

Given a cell_label class create an RTF representation.

Description

Given a cell_label class create an RTF representation.

Usage

## S3 method for class 'cell_label'
rtf(object, id, ..., point = 18)

Arguments

object

The cell label to render to RTF

id

A unique identifier for traceability

...

additional arguments to renderer. Unused

point

size of main font for cell label

Value

An RTF text string rendering of the given label.


tangram documentation built on Feb. 16, 2023, 5:59 p.m.