R/font.R

Defines functions identical_font

identical_font <- function(op1, op2) {
    all(mapply(identical,
               op1$blocks,
               op2$blocks))
}

Try the xdvir package in your browser

Any scripts or data that you put into this service are public.

xdvir documentation built on Aug. 8, 2025, 7:12 p.m.