return {
    apply_dpi = function(size, _)
        return size
    end,
    get_dpi = function() return 96 end,
}

-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80