From 5686bcb342b6f1efcbaf481a35201ea18ae59978 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Oct 2023 12:01:40 -0600 Subject: [PATCH] [roundTools] Add missing export --- Lib/fontTools/misc/roundTools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/fontTools/misc/roundTools.py b/Lib/fontTools/misc/roundTools.py index 48a47c07c..a4d45c31b 100644 --- a/Lib/fontTools/misc/roundTools.py +++ b/Lib/fontTools/misc/roundTools.py @@ -13,6 +13,7 @@ __all__ = [ "otRound", "maybeRound", "roundFunc", + "nearestMultipleShortestRepr", ]