blob: 531a7757e77f11a25e31c3082038e506132c33a2 (
plain) (
blame)
1
2
3
4
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline double libskrift_inches_to_pixels(double inches, const struct libskrift_rendering *rendering);
|