From 42da7674685c1a82fd655f19c2665030f41d5929 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Wed, 19 Oct 2022 21:32:49 +1100 Subject: vcl: list the glyphs and bound rects of a specified font Change-Id: Ia635d83a5d3dd257948777e9f6976fecfeb4ee98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141526 Tested-by: Jenkins Reviewed-by: Michael Stahl --- vcl/Module_vcl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/Module_vcl.mk') diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 81f28dcfdd68..596ed5b8c03a 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -57,6 +57,7 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_fftester \ Executable_svptest \ Executable_listfonts \ + Executable_listglyphs \ Executable_svpclient) \ )) -- cgit