diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2022-10-19 21:32:49 +1100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2022-11-25 14:04:20 +0100 |
commit | 42da7674685c1a82fd655f19c2665030f41d5929 (patch) | |
tree | a863ab8cc67623c74d4d251215329d0fe5f20738 /vcl/Module_vcl.mk | |
parent | c4d7b9c3ec6e44b96134fdfb036be7f9fcf39f9d (diff) |
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 <michael.stahl@allotropia.de>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ )) |