ec118eaee0229f9728bd76966ffbaf2d97de614b
[platform/core/api/system-settings.git] / utils / sys_settings_util.h
1 /* * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
2  *
3  * Licensed under the Apache License, Version 2.0 (the License);
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an AS IS BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15
16 bool font_config_set(char *font_name);
17 int __is_available_font(char *font_name);
18 char *_get_default_font();
19 bool __is_supported_image_type_load(char *path);
20 void __font_size_set();
21 void font_config_set_notification();