Learn R Programming

cograph (version 1.5.2)

fontface_to_string: Convert Numeric Fontface to String

Description

Converts numeric fontface value to string specification. Handles both numeric (1, 2, 3, 4) and string inputs.

Usage

fontface_to_string(fontface)

Value

Character fontface value ("plain", "bold", "italic", "bold.italic").

Arguments

fontface

Numeric or character fontface specification.