Modify feature for font classes. (#264)
authorJinWang An <35290168+jinwangan@users.noreply.github.com>
Thu, 24 May 2018 04:34:13 +0000 (13:34 +0900)
committerGitHub <noreply@github.com>
Thu, 24 May 2018 04:34:13 +0000 (13:34 +0900)
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs
src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs

index 52b742e..4ff2482 100755 (executable)
@@ -136,6 +136,7 @@ namespace Tizen.System
         /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         /// <privlevel>platform</privlevel>
         /// <feature>http://tizen.org/feature/systemsetting</feature>
+        /// <feature>http://tizen.org/feature/systemsetting.font</feature>
         /// <exception cref="ArgumentException">Invalid Argument</exception>
         /// <exception cref="NotSupportedException">Not Supported feature</exception>
         /// <exception cref="InvalidOperationException">Invalid operation</exception>
@@ -169,6 +170,7 @@ namespace Tizen.System
         /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         /// <privlevel>platform</privlevel>
         /// <feature>http://tizen.org/feature/systemsetting</feature>
+        /// <feature>http://tizen.org/feature/systemsetting.font</feature>
         /// <exception cref="ArgumentException">Invalid Argument</exception>
         /// <exception cref="NotSupportedException">Not Supported feature</exception>
         /// <exception cref="InvalidOperationException">Invalid operation</exception>
@@ -368,6 +370,7 @@ namespace Tizen.System
         /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         /// <privlevel>platform</privlevel>
         /// <feature>http://tizen.org/feature/systemsetting</feature>
+        /// <feature>http://tizen.org/feature/systemsetting.font</feature>
         /// <exception cref="ArgumentException">Invalid Argument</exception>
         /// <exception cref="NotSupportedException">Not Supported feature</exception>
         /// <exception cref="InvalidOperationException">Invalid operation</exception>
index 3015510..7e6ec43 100755 (executable)
@@ -123,6 +123,7 @@ namespace Tizen.System
     /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
     /// <privlevel>platform</privlevel>
     /// <feature>http://tizen.org/feature/systemsetting</feature>
+    /// <feature>http://tizen.org/feature/systemsetting.font</feature>
     /// <exception cref="ArgumentException">Invalid Argument</exception>
     /// <exception cref="NotSupportedException">Not Supported feature</exception>
     /// <exception cref="InvalidOperationException">Invalid operation</exception>
@@ -155,6 +156,7 @@ namespace Tizen.System
     /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
     /// <privlevel>platform</privlevel>
     /// <feature>http://tizen.org/feature/systemsetting</feature>
+    /// <feature>http://tizen.org/feature/systemsetting.font</feature>
     /// <exception cref="ArgumentException">Invalid Argument</exception>
     /// <exception cref="NotSupportedException">Not Supported feature</exception>
     /// <exception cref="InvalidOperationException">Invalid operation</exception>