Home
last modified time | relevance | path

Searched refs:text_font (Results 126 – 150 of 284) sorted by relevance

12345678910>>...12

/dports/emulators/spim/spim-8.0/xspim/
H A Dxspim.c108 XFontStruct *text_font; variable
364 if (!(text_font = XLoadQueryFont (XtDisplay (toplevel), app_res.textFont))) in initialize()
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/
H A Dgui7.rpy70 gui7.translate_define(language, "gui.text_font", s(font))
206 text_font (gui.system_font or "DejaVuSans.ttf")
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_sequence_types.h338 VFont *text_font; member
/dports/audio/gqradio/gqradio-1.9.2/skins/skyblue/
H A Dskindata_presets82 text_font = Sans 9
/dports/graphics/blender/blender-2.91.0/source/blender/sequencer/intern/
H A Deffects.c3779 data->text_font = NULL; in init_text_effect()
3797 if (do_id_user && data->text_font != NULL) { in BKE_sequencer_text_font_unload()
3798 id_us_min(&data->text_font->id); in BKE_sequencer_text_font_unload()
3799 data->text_font = NULL; in BKE_sequencer_text_font_unload()
3811 if (data->text_font != NULL) { in BKE_sequencer_text_font_load()
3813 id_us_plus(&data->text_font->id); in BKE_sequencer_text_font_load()
3817 STRNCPY(path, data->text_font->filepath); in BKE_sequencer_text_font_load()
3819 BLI_path_abs(path, ID_BLEND_PATH_FROM_GLOBAL(&data->text_font->id)); in BKE_sequencer_text_font_load()
3890 if (data->text_font) { in do_text_effect()
3891 data->text_blf_id = BLF_load(data->text_font->filepath); in do_text_effect()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Ddwtext.c153 text_font(TW *tw, const char *name, int size) in text_font() function
267 text_font(tw, "Courier New", 10); in text_new()
1079 text_font(tw, "Courier New", 10); in WinMain()
H A Ddwmain.c348 text_font(tw, fontname, fontsize); in set_font()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddwtext.c153 text_font(TW *tw, const char *name, int size) in text_font() function
267 text_font(tw, "Courier New", 10); in text_new()
1079 text_font(tw, "Courier New", 10); in WinMain()
H A Ddwmain.c348 text_font(tw, fontname, fontsize); in set_font()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Ddwtext.c147 text_font(TW *tw, const char *name, int size) in text_font() function
261 text_font(tw, "Courier New", 10); in text_new()
1055 text_font(tw, "Courier New", 10); in WinMain()
H A Ddwmain.c382 text_font(tw, fontname, fontsize); in set_font()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Ddwtext.c147 text_font(TW *tw, const char *name, int size) in text_font() function
261 text_font(tw, "Courier New", 10); in text_new()
1055 text_font(tw, "Courier New", 10); in WinMain()
H A Ddwmain.c382 text_font(tw, fontname, fontsize); in set_font()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dxwindow-private.h299 *text_font, member
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dxwindow-private.h299 *text_font, member
/dports/audio/gqradio/gqradio-1.9.2/src/default_skin/
H A Dskindata_presets_advanced221 text_font = Sans 7.5
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dxwindow.h326 *text_font, member
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dxwindow-private.h298 *text_font, member
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dxwindow-private.h298 *text_font, member
/dports/graphics/swappy/swappy-1.4.0/src/
H A Dpaint.c133 paint->content.text.font = g_strdup(state->config->text_font); in paint_add_temporary()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktext.c276 static void text_font_unref (GtkTextFont *text_font);
2797 text_font_unref (GtkTextFont *text_font) in text_font_unref() argument
2799 text_font->ref_count--; in text_font_unref()
2800 if (text_font->ref_count == 0) in text_font_unref()
2802 g_hash_table_remove (font_cache_table, text_font->gdk_font); in text_font_unref()
2803 gdk_font_unref (text_font->gdk_font); in text_font_unref()
2804 g_free (text_font); in text_font_unref()
2814 GtkTextFont *text_font; in text_properties_equal() local
2819 text_font = get_text_font (font); in text_properties_equal()
2821 retval = (prop->font == text_font); in text_properties_equal()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/term/lua/
H A Dgnuplot-tikz.lua1255 gfx.text_font = ''
2284 if (txt ~= '') or (gfx.text_font ~= '') then -- omit empty nodes
2285 … pgf.write_text_node({x, y}, txt, gfx.text_angle, gfx.TEXT_ANCHOR[gfx.text_justify], gfx.text_font)
2355 gfx.text_font, fontsize = gfx.parse_font_string(font)
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/lua/
H A Dgnuplot-tikz.lua1255 gfx.text_font = ''
2284 if (txt ~= '') or (gfx.text_font ~= '') then -- omit empty nodes
2285 … pgf.write_text_node({x, y}, txt, gfx.text_angle, gfx.TEXT_ANCHOR[gfx.text_justify], gfx.text_font)
2355 gfx.text_font, fontsize = gfx.parse_font_string(font)
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/lua/
H A Dgnuplot-tikz.lua1243 gfx.text_font = ''
2269 if (txt ~= '') or (gfx.text_font ~= '') then -- omit empty nodes
2270 … pgf.write_text_node({x, y}, txt, gfx.text_angle, gfx.TEXT_ANCHOR[gfx.text_justify], gfx.text_font)
2340 gfx.text_font, fontsize = gfx.parse_font_string(font)
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/models/
H A Dtest_annotations.py424 assert title.text_font == 'helvetica'

12345678910>>...12