From 3aa8a048776bdf0d4868847baac2a72aa55cd6a3 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Fri, 15 Jun 2018 20:08:18 +0200 Subject: tdf#58941 Manipulate with font features using FontFeatureDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds a font feature dialog activated on the Character page, which adds a way to manipulate the available font features for the current selected font (by adding them to the font name). Change-Id: Icd0eda31b235d3cc8ef6eaee582fb78b4b346d78 Reviewed-on: https://gerrit.libreoffice.org/55894 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- cui/Library_cui.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/Library_cui.mk') diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index 44bac812c557..7ae5435fd6ed 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -102,6 +102,7 @@ $(eval $(call gb_Library_add_exception_objects,cui,\ cui/source/dialogs/cuiimapwnd \ cui/source/dialogs/cuitbxform \ cui/source/dialogs/dlgname \ + cui/source/dialogs/FontFeaturesDialog \ cui/source/dialogs/hangulhanjadlg \ cui/source/dialogs/hldocntp \ cui/source/dialogs/hldoctp \ -- cgit