Home
last modified time | relevance | path

Searched refs:font_size (Results 1 – 25 of 3406) sorted by relevance

12345678910>>...137

/dports/graphics/py-svgwrite/svgwrite-1.4.1/examples/ltattrie/
H A Dtiling_part_1.py26 font_size = 20
60 y = font_size + 5
71 y = y + font_size
83 y = y + font_size
101 y = y + font_size
119 y = y + font_size
137 y = y + font_size
163 y = y + font_size
190 y = y + font_size
217 y = y + font_size
[all …]
H A Dtext_font_size.py18 font_size = 20
25 y = font_size + 5
27 font_family="serif", font_size=font_size, fill='black'))
33 insert=(font_size, y),
34 font_family="serif", font_size=item, fill='black'))
35 y += font_size + 10
37 font_family="serif", font_size=font_size, fill='black'))
38 y += font_size + 10
41 insert=(0, y), font_family="serif", font_size=font_size, fill='black'))
44 dwg.add(dwg.text('f', insert=(-1100, y), font_family="serif", font_size=4000, fill='black'))
H A Dcolor_names.py24 font_size = 20
180 dwg.add(dwg.text(title1, insert=(0, (font_size + 5)),
181 font_family="serif", font_size=font_size, fill='white'))
183 y_loc = 1.5 * font_size * (i + 2)
184 dwg.add(dwg.rect(insert=(font_size, (y_loc - font_size)),
185 size=(font_size, font_size),
188 insert=(3 * font_size, y_loc),
189 font_family="serif", font_size=font_size, fill=sample_item[0]))
H A Dtext_justify.py16 font_size = 20
22 dwg.add(dwg.text(title, insert=(0, (font_size + 5)),
23 font_family="serif", font_size=font_size, fill='black'))
25 …dd(dwg.text("No specified text_anchor means 'start' justified text", insert=('50%', font_size * 3),
26 font_family="sans-serif", font_size=font_size, fill='black'))
28 dwg.add(dwg.circle(('50%', font_size * 3), r='3px', fill='red'))
31 insert=('50%', font_size * (i + 4)),
32 text_anchor=anchor, font_family="sans-serif", font_size=font_size, fill='black'))
34 dwg.add(dwg.circle(('50%', font_size * (i + 4)), r='3px', fill='red'))
H A Dtiling_part_2.py25 font_size = 20
53 y = font_size + 5
54 dwg.add(dwg.text(title1, insert=(0, y), font_family='serif', font_size=font_size, fill='white'))
55 y = y + font_size + 20
68 y = y + font_size
95 y = y + font_size
122 y = y + font_size
167 y = y + font_size
213 y = y + font_size
261 y = y + font_size
[all …]
H A Dtext_font_generic_family.py20 font_size = 20
31 dwg.add(dwg.text(title, insert=(0, (font_size + 5)),
32 font_family="serif", font_size=font_size, fill='black'))
35 insert=(font_size, font_size * (i * 2 + 4)),
36 font_family=font_family_item[0], font_size=font_size, fill='black'))
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_font_manager.c102 *font_size = max_font_size; in adjust_font_size()
106 *font_size = min_font_size; in adjust_font_size()
157 adjust_font_size(&font_size); in ui_font_manager_new()
355 if (font_size == font_man->font_cache->font_size) { in ui_change_font_size()
361 if (font_size < min_font_size || max_font_size < font_size) { in ui_change_font_size()
377 u_int font_size; in ui_larger_font() local
381 font_size = min_font_size; in ui_larger_font()
383 font_size = font_man->font_cache->font_size + font_man->step_in_changing_font_size; in ui_larger_font()
398 u_int font_size; in ui_smaller_font() local
402 font_size = max_font_size; in ui_smaller_font()
[all …]
/dports/comms/xastir/Xastir-Release-2.1.8/config/
H A DOSM_Cloudmade_highway.dbfawk67 /^TYPE=ford/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
70 /^TYPE=motorway/ {lanes=4; color=4; label_level=65536; font_size=3; next}
72 /^TYPE=motorway_link/ {lanes=3; color=2; label_level=16; font_size=1; next}
73 /^TYPE=path/ {lanes=1; color=66; display_level=64; label_level=16; font_size=1; next}
79 /^TYPE=ramp/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
81 /^TYPE=road/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
86 /^TYPE=steps/ {lanes=1; color=66; display_level=64; label_level=16; font_size=1; next}
89 /^TYPE=t/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
90 /^TYPE=track/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
91 /^TYPE=trail/ {lanes=1; color=66; display_level=64; label_level=16; font_size=1; next}
[all …]
H A DOSM_geofabrik_roads.dbfawk69 /^type=ford/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
72 /^type=motorway/ {lanes=4; color=4; label_level=65536; font_size=3; next}
74 /^type=motorway_link/ {lanes=3; color=2; label_level=16; font_size=1; next}
75 /^type=path/ {lanes=1; color=66; display_level=64; label_level=16; font_size=1; next}
81 /^type=ramp/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
83 /^type=road/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
88 /^type=steps/ {lanes=1; color=66; display_level=64; label_level=16; font_size=1; next}
91 /^type=t/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
92 /^type=track/ {lanes=1; color=4; display_level=64; label_level=16; font_size=1; next}
93 /^type=trail/ {lanes=1; color=66; display_level=64; label_level=16; font_size=1; next}
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/
H A Dfont_driver.c97 float font_size, bool is_threaded) in d3d8_font_init_first() argument
131 float font_size, bool is_threaded) in d3d9_font_init_first() argument
163 float font_size, bool is_threaded) in gl1_font_init_first() argument
194 float font_size, bool is_threaded) in gl_font_init_first() argument
225 float font_size, bool is_threaded) in gl_core_font_init_first() argument
256 float font_size, bool is_threaded) in caca_font_init_first() argument
389 font_path, font_size, in vulkan_font_init_first()
413 float font_size, bool is_threaded) in metal_font_init_first() argument
451 font_path, font_size, in d3d10_font_init_first()
482 font_path, font_size, in d3d11_font_init_first()
[all …]
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dtext.c39 int getFontWidth(int font_size, int font_type) in getFontWidth() argument
41 return (font_size == FS_BIG ? FONT1_XSIZE : in getFontWidth()
42 font_size == FS_MEDIUM ? FONT6_XSIZE : in getFontWidth()
49 int getFontHeight(int font_size, int font_type) in getFontHeight() argument
51 return (font_size == FS_BIG ? FONT1_YSIZE : in getFontHeight()
52 font_size == FS_MEDIUM ? FONT6_YSIZE : in getFontHeight()
107 char *text, int font_size, int font_type) in DrawTextExt() argument
113 if (font_size != FS_SMALL && font_size != FS_BIG && font_size != FS_MEDIUM) in DrawTextExt()
114 font_size = FS_SMALL; in DrawTextExt()
125 font_size == FS_MEDIUM ? FONT6_YSIZE : in DrawTextExt()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/megacells/
H A Dfifo_4kx16_dc.bsf36 (text "wrreq" (rect 0 0 35 14)(font "Arial" (font_size 8)))
37 (text "wrreq" (rect 20 50 45 63)(font "Arial" (font_size 8)))
43 (text "wrclk" (rect 0 0 31 14)(font "Arial" (font_size 8)))
44 (text "wrclk" (rect 26 66 48 79)(font "Arial" (font_size 8)))
50 (text "rdreq" (rect 0 0 30 14)(font "Arial" (font_size 8)))
51 (text "rdreq" (rect 20 98 44 111)(font "Arial" (font_size 8)))
57 (text "rdclk" (rect 0 0 27 14)(font "Arial" (font_size 8)))
64 (text "aclr" (rect 0 0 21 14)(font "Arial" (font_size 8)))
65 (text "aclr" (rect 20 154 37 167)(font "Arial" (font_size 8)))
71 (text "wrfull" (rect 0 0 33 14)(font "Arial" (font_size 8)))
[all …]
H A Dfifo_1kx16.bsf36 (text "wrreq" (rect 0 0 35 14)(font "Arial" (font_size 8)))
37 (text "wrreq" (rect 20 50 45 63)(font "Arial" (font_size 8)))
43 (text "rdreq" (rect 0 0 30 14)(font "Arial" (font_size 8)))
44 (text "rdreq" (rect 20 66 44 79)(font "Arial" (font_size 8)))
50 (text "clock" (rect 0 0 29 14)(font "Arial" (font_size 8)))
51 (text "clock" (rect 26 90 49 103)(font "Arial" (font_size 8)))
57 (text "aclr" (rect 0 0 21 14)(font "Arial" (font_size 8)))
58 (text "aclr" (rect 20 122 37 135)(font "Arial" (font_size 8)))
64 (text "q[15..0]" (rect 0 0 42 14)(font "Arial" (font_size 8)))
71 (text "full" (rect 0 0 16 14)(font "Arial" (font_size 8)))
[all …]
H A Daddsub16.bsf30 (text "addsub16" (rect 45 2 128 21)(font "Arial" (font_size 10)))
49 (text "clock" (rect 0 0 36 16)(font "Arial" (font_size 8)))
50 (text "clock" (rect 4 56 35 72)(font "Arial" (font_size 8)))
56 (text "add_sub" (rect 0 0 57 16)(font "Arial" (font_size 8)))
57 (text "add_sub" (rect 4 16 53 32)(font "Arial" (font_size 8)))
63 (text "clken" (rect 0 0 36 16)(font "Arial" (font_size 8)))
64 (text "clken" (rect 4 96 35 112)(font "Arial" (font_size 8)))
70 (text "aclr" (rect 0 0 24 16)(font "Arial" (font_size 8)))
71 (text "aclr" (rect 4 112 25 128)(font "Arial" (font_size 8)))
82 (text "A" (rect 66 48 75 64)(font "Arial" (font_size 8)))
[all …]
H A Dsub32.bsf30 (text "sub32" (rect 58 2 109 21)(font "Arial" (font_size 10)))
35 (text "dataa[31..0]" (rect 0 0 81 16)(font "Arial" (font_size 8)))
49 (text "clock" (rect 0 0 36 16)(font "Arial" (font_size 8)))
50 (text "clock" (rect 4 40 35 56)(font "Arial" (font_size 8)))
56 (text "clken" (rect 0 0 36 16)(font "Arial" (font_size 8)))
57 (text "clken" (rect 4 80 35 96)(font "Arial" (font_size 8)))
63 (text "aclr" (rect 0 0 24 16)(font "Arial" (font_size 8)))
64 (text "aclr" (rect 4 96 25 112)(font "Arial" (font_size 8)))
75 (text "A" (rect 66 32 75 48)(font "Arial" (font_size 8)))
76 (text "B" (rect 66 64 75 80)(font "Arial" (font_size 8)))
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/tools/
H A Dhtml_log.F90191 if (present(font_size)) then
240 if (present(font_size)) then
276 if (present(font_size)) then
346 if (present(font_size)) then
417 if (present(font_size)) then
541 if (present(font_size)) then
545 len_trim(font_size))
546 p_font_size = font_size
644 if (present(font_size)) then
648 len_trim(font_size))
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/themes/
H A Ddefault.cfg145 font_size={DEFAULT_FONT_TINY}
154 font_size={DEFAULT_FONT_TINY}
162 font_size={DEFAULT_FONT_TINY}
170 font_size={DEFAULT_FONT_TINY}
581 font_size={DEFAULT_FONT_TINY}
589 font_size={DEFAULT_FONT_TINY}
594 font_size={DEFAULT_FONT_TINY}
599 font_size={DEFAULT_FONT_TINY}
604 font_size={DEFAULT_FONT_TINY}
614 font_size={DEFAULT_FONT_TINY}
[all …]
/dports/games/quake-dpmod/quake-dpmod-20130301/dpmod/menu/
H A Doptions.menu31 //font_size "10 10 0"
42 //font_size "10 10 0"
53 //font_size "10 10 0"
64 //font_size "10 10 0"
75 //font_size "10 10 0"
87 //font_size "10 10 0"
115 //font_size "10 10 0"
127 //font_size "10 10 0"
155 //font_size "10 10 0"
167 //font_size "10 10 0"
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/
H A Dfontdb_ext.rs129 pub fn scale(&self, font_size: f64) -> f64 { in scale()
130 font_size / self.units_per_em as f64 in scale()
134 pub fn ascent(&self, font_size: f64) -> f64 { in ascent()
135 self.ascent as f64 * self.scale(font_size) in ascent()
139 pub fn descent(&self, font_size: f64) -> f64 { in descent()
140 self.descent as f64 * self.scale(font_size) in descent()
144 pub fn height(&self, font_size: f64) -> f64 { in height()
145 self.ascent(font_size) - self.descent(font_size) in height()
149 pub fn x_height(&self, font_size: f64) -> f64 { in x_height()
150 self.x_height as f64 * self.scale(font_size) in x_height()
[all …]
/dports/x11/lilyterm/LilyTerm-0.9.9.4/src/
H A Dfont.c159 page_data->font_size = 0; in get_resize_font()
164 page_data->font_size = 0; in get_resize_font()
169 page_data->font_size = 0; in get_resize_font()
196 page_data->font_size = page_data->font_size * in get_resize_font()
200 page_data->font_size = page_data->font_size + PANGO_SCALE; in get_resize_font()
204 page_data->font_size = page_data->font_size / in get_resize_font()
208 page_data->font_size = page_data->font_size - PANGO_SCALE; in get_resize_font()
212 page_data->font_size = page_data->font_size * in get_resize_font()
216 page_data->font_size = page_data->font_size + PANGO_SCALE; in get_resize_font()
220 page_data->font_size = page_data->font_size / in get_resize_font()
[all …]
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dfontengine.h44 FontSpec(unsigned int font_size, FontMode mode, bool bold, bool italic) : in FontSpec()
45 size(font_size), in FontSpec()
72 irr::gui::IGUIFont *getFont(unsigned int font_size=FONT_SIZE_UNSPECIFIED,
75 FontSpec spec(font_size, mode, m_default_bold, m_default_italic);
84 unsigned int font_size=FONT_SIZE_UNSPECIFIED,
87 FontSpec spec(font_size, mode, m_default_bold, m_default_italic);
95 unsigned int font_size=FONT_SIZE_UNSPECIFIED,
98 FontSpec spec(font_size, mode, m_default_bold, m_default_italic);
108 unsigned int font_size=FONT_SIZE_UNSPECIFIED,
111 FontSpec spec(font_size, mode, m_default_bold, m_default_italic);
[all …]
/dports/www/netsurf/netsurf-3.10/content/handlers/css/
H A Dutils.c147 css_fixed font_size = 0; in nscss_len2px() local
152 css_computed_font_size(style, &font_size, &font_unit); in nscss_len2px()
155 font_size = nscss_len2pt(ctx, font_size, font_unit); in nscss_len2px()
159 font_size = FDIV(INTTOFIX(nsoption_int(font_min_size)), F_10); in nscss_len2px()
164 px_per_unit = FDIV(FMUL(font_size, F_96), F_72); in nscss_len2px()
213 css_fixed font_size = 0; in nscss_len2px() local
219 &font_size, &font_unit); in nscss_len2px()
222 font_size = nscss_len2pt(ctx, font_size, font_unit); in nscss_len2px()
226 font_size = FDIV(INTTOFIX(nsoption_int(font_min_size)), F_10); in nscss_len2px()
231 px_per_unit = FDIV(FMUL(font_size, F_96), F_72); in nscss_len2px()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DMsgDialog.cpp85 const int font_size = font.GetPointSize()-1; in ErrorDialog() local
86 … int size[] = {font_size, font_size, font_size, font_size, font_size, font_size, font_size}; in ErrorDialog()
128 const int font_size = font.GetPointSize() - 1; in InfoDialog() local
129 int size[] = { font_size, font_size, font_size, font_size, font_size, font_size, font_size }; in InfoDialog()
/dports/graphics/svgalib/svgalib-1.4.3/utils/
H A Drestorefont.c18 size_t font_size = 0x2000; /* buffer size in 1.2.11 and before */ in main() local
54 font_size = vga_ext_set(VGA_EXT_FONT_SIZE, 0); in main()
59 font = malloc((size_t)font_size); in main()
78 font_size = statbuf.st_size; in main()
80 switch (font_size) { in main()
85 vga_ext_set(VGA_EXT_FONT_SIZE, font_size); in main()
93 if (1 != fread(font, font_size, 1, f)) { in main()
104 vga_ext_set(VGA_EXT_FONT_SIZE, font_size); in main()
109 if (1 != fwrite(font, font_size, 1, f)) in main()
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dfont.c224 unsigned int font_size; in ro_font_width() local
229 if (font_size == 0) { in ro_font_width()
272 unsigned int font_size; in ro_font_position() local
277 if (font_size == 0) { in ro_font_position()
334 unsigned int font_size; in ro_font_split() local
339 if (font_size == 0) { in ro_font_split()
419 unsigned int font_size; in nsfont_paint() local
425 if (font_size == 0) in nsfont_paint()
457 const char **font_family, unsigned int *font_size, in nsfont_read_style() argument
473 if (1600 < *font_size) in nsfont_read_style()
[all …]

12345678910>>...137