bm_lapply() applies a function over a bitmap glyph list
and returns a modified bitmap glyph list.
Arguments
- X
- FUN
A function that takes a bitmap object supported by
is_supported_bitmap()as its first argument and returns a bitmap object supported byis_supported_bitmap().- ...
Additional arguments to pass to
FUN.
Details
bm_lapply() is a wrapper around base::lapply() that
preserves the classes and metadata of the original bitmap glyph list.