tests/testthat/helper-extents.R

rounded_width <- function(text) {
  round(str_width(text), 4)
}

expect_metrics <- function(string, w, h, a, d) {
  metrics <- round(str_info(string), 4)
  expect_equal(metrics, c(width = w, height = h, ascent = a, descent = d))
}

Try the freetypeharfbuzz package in your browser

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

freetypeharfbuzz documentation built on Jan. 13, 2021, 3:15 p.m.