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 /Repository.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 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 35c7a8e25295..15a75405ee23 100644 --- a/Repository.mk +++ b/Repository.mk @@ -81,6 +81,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ mtfdemo \ visualbackendtest \ listfonts \ + listglyphs \ $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \ $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), gtktiledviewer) \ $(if $(filter EMSCRIPTEN,$(OS)),wasm-qt5-mandelbrot) \ |