Learn R Programming

bittermelon (version 2.2.1)

is_bm_list: Test if the object is a bitmap glyph list object

Description

is_bm_list() returns TRUE for bm_list() objects (or subclasses) and FALSE for all other objects.

Usage

is_bm_list(x)

Value

TRUE or FALSE

Arguments

x

An object

See Also

bm_list()

Examples

Run this code
 font_file <- system.file("fonts/spleen/spleen-8x16.hex.gz", package = "bittermelon")
 font <- read_hex(font_file)
 is_bm_font(font)

Run the code above in your browser using DataLab