Home
last modified time | relevance | path

Searched refs:is_mono_font (Results 1 – 5 of 5) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/tools/plugins/
H A Ddatfont.c83 if(is_mono_font(f)) { in plot_font()
139 if(is_mono_font(fnt)) { in get_font_desc()
185 if(is_mono_font(f)) { in export_font()
207 if(is_mono_font(f)) { in export_font()
219 if(is_mono_font(f)) { in export_font()
258 if(is_mono_font(f)) { in export_font()
688 if (is_mono_font(font)) in save_font()
799 if(is_mono_font(fnt)) { in import_proc()
811 if(is_mono_font(fnt)) { in import_proc()
831 if(is_mono_font(f)) { in import_proc()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Dfont.h49 AL_FUNC(int, is_mono_font, (FONT *f));
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/src/
H A Dfontconv.c794 dat.ptr = (is_mono_font(f) ? (void*)dat.mf->next : (void*)dat.cf->next);
954 colored = (is_mono_font(f) ? FALSE : TRUE);
1081 if (!is_mono_font(f)) {
1262 if (is_mono_font(f)) {
1542 if (is_mono_font(f)) {
1688 if (is_mono_font(f))
1705 if (is_mono_font(f)) {
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dfont.c793 if (!is_mono_font(font1) || !is_mono_font(font2)) in mono_merge_fonts()
1309 if (is_mono_font(font2)) { in color_merge_fonts()
1516 int is_mono_font(FONT *f) in is_mono_font() function
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx7282 @xref make_trans_font, is_color_font, is_mono_font
7290 @xref is_trans_font, is_mono_font
7297 @@int @is_mono_font(FONT *f)
7314 @xref merge_fonts, is_trans_font, is_color_font, is_mono_font
7428 @xref extract_font_range, is_trans_font, is_color_font, is_mono_font