Home
last modified time | relevance | path

Searched refs:global_font (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenfont/intern/
H A Dblf.c90 return global_font[fontid]; in blf_get()
98 global_font[i] = NULL; in BLF_init()
114 FontBLF *font = global_font[i]; in BLF_exit()
117 global_font[i] = NULL; in BLF_exit()
127 FontBLF *font = global_font[i]; in BLF_cache_clear()
138 FontBLF *font = global_font[i]; in blf_search()
150 if (!global_font[i]) { in blf_search_available()
220 global_font[i] = font; in BLF_load_unique()
267 global_font[i] = font; in BLF_load_mem_unique()
282 global_font[i] = NULL; in BLF_unload()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_themes.cpp72 String global_font = EditorSettings::get_singleton()->get("global/custom_font"); in create_editor_theme() local
73 if (global_font != "") { in create_editor_theme()
74 Ref<Font> fnt = ResourceLoader::load(global_font); in create_editor_theme()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_themes.cpp72 String global_font = EditorSettings::get_singleton()->get("global/custom_font"); in create_editor_theme() local
73 if (global_font != "") { in create_editor_theme()
74 Ref<Font> fnt = ResourceLoader::load(global_font); in create_editor_theme()
/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dsetting.c177 int global_font = 0; variable
183 global_font = 1; in set_global_font()
252 global_font = local_font = 0; in restore_default_settings()
H A Dsetting.h108 extern int global_font;
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/widgets/
H A Dtheme.py58 global_font = config.sections["ui"]["globalfont"]
63 if global_font and global_font != "Normal":
64 set_global_font(global_font)
/dports/science/xcrysden/xcrysden-1.6.2/examples/Scripting/
H A Datomic_labels.tcl97 set global_font [font create -family Times -size 30 -weight bold]
99 scripting::atomicLabels::global -tkfont $global_font -brightcolor \#ffff55
/dports/math/eukleides/eukleides-1.5.4/src/euktopst/
H A Dcheck.c158 if (global_color != current_fontcolor || (global_font && default_font)) { in check_font()
164 if (global_font && default_font) { in check_font()
/dports/graphics/gimp-app/gimp-2.10.30/app/config/
H A Dgimpcoreconfig.h79 gboolean global_font; member
H A Dgimpcoreconfig.c1050 core_config->global_font = g_value_get_boolean (value); in gimp_core_config_set_property()
1286 g_value_set_boolean (value, core_config->global_font); in gimp_core_config_get_property()
/dports/math/eukleides/eukleides-1.5.4/src/eukleides/
H A Dcheck.c126 } else if (global_font) { in check_font()
/dports/x11-wm/berry/berry-0.1.9/
H A Dwm.c46 static char global_font[MAXLEN] = DEFAULT_FONT; variable
1239 strncpy(global_font, font_list[0], sizeof(global_font)); in ipc_set_font()
1241 font = XftFontOpenName(display, screen, global_font); in ipc_set_font()
2068 font = XftFontOpenName(display, screen, global_font); in setup()
2500 strncpy(global_font, font_name, sizeof(global_font)); in main()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimp-tool-options-manager.c255 if (config->global_font) in tool_options_manager_get_global_props()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpstrokeoptions.c614 if (config->global_font) in gimp_stroke_options_prepare()