Home
last modified time | relevance | path

Searched refs:spacewidth (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/dports/games/renpy/renpy-7.4.11-sdk/renpy/text/
H A Dfont.py149 spacewidth, argument
158 self.spacewidth = spacewidth
184 self.chars[u' '] = renpy.display.pgrender.surface((self.spacewidth, height), True)
185 self.width[u' '] = self.spacewidth
186 self.advance[u' '] = self.spacewidth
241 spacewidth, argument
249 self.spacewidth = spacewidth
298 self.width[u' '] = self.spacewidth
299 self.advance[u' '] = self.spacewidth
497 sf = SFont(filename, spacewidth, default_kern, kerns, charset, baseline)
[all …]
/dports/textproc/halibut/halibut-1.2/
H A Dmisc.c306 int spacewidth; in wrap_para() member
337 wrapwords[nwords].spacewidth = widthfn(ctx, text->next); in wrap_para()
340 wrapwords[nwords].spacewidth = 0; in wrap_para()
356 int linelen = 0, spacewidth = 0, minspacewidth = 0; in wrap_para() local
366 if (spacewidth) { in wrap_para()
368 minspacewidth = spacewidth; in wrap_para()
370 linelen += spacewidth + wrapwords[i+j].width; in wrap_para()
371 spacewidth = wrapwords[i+j].spacewidth; in wrap_para()
501 if (j < n-1 && wrapwords[i+j].spacewidth) { in wrap_para()
503 w->shortfall -= wrapwords[i+j].spacewidth; in wrap_para()
/dports/graphics/gocr/gocr-0.52/bin/
H A Dgocr.tcl31 set spacewidth 0
218 global v0 v1 v2 v3 v4 v5 m1 m2 m3 m4 m5 m6 spacewidth graylevel dustsize imgviewer ofile
231 puts $out "spacewidth $spacewidth"
244 global v0 v1 v2 v3 v4 v5 m1 m2 m3 m4 m5 m6 spacewidth graylevel dustsize imgviewer ofile
290 global v0 v1 v2 v3 v4 m1 m2 m3 m4 m5 m6 spacewidth graylevel dustsize imgviewer
318 -variable spacewidth
414 …global fid but log2 file v0 v1 v2 v3 v4 v5 m1 m2 m3 m4 m5 m6 spacewidth graylevel dustsize imgview…
420 if [ expr $autos == 0 ] { set run "$run -s $spacewidth" }
443 …global fid but log log2 file v0 v1 v2 v3 v4 v5 m1 m2 m3 m4 m5 m6 spacewidth graylevel dustsize img…
469 if [ expr $autos == 0 ] { set run "$run -s $spacewidth" }
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dv_video.c2043 spacewidth = 8; in V_WordWrap()
2049 spacewidth = 6; in V_WordWrap()
2127 spacewidth = 8; in V_DrawString()
2133 spacewidth = 6; in V_DrawString()
2245 spacewidth = 4; in V_DrawSmallString()
2251 spacewidth = 3; in V_DrawSmallString()
2363 spacewidth = 5; in V_DrawThinString()
2369 spacewidth = 3; in V_DrawThinString()
2501 spacewidth = 8; in V_DrawStringAtFixed()
2507 spacewidth = 6; in V_DrawStringAtFixed()
[all …]
/dports/japanese/groff/groff-1.18.1.1/font/devutf8/
H A DMakefile.sub29 spacewidth=`expr $(RES) / $(CPI)` ; \
30 sed -e "s/^spacewidth [0-9][0-9]*$$/spacewidth $$spacewidth/" \
H A DM.proto3 spacewidth 48
/dports/japanese/groff/groff-1.18.1.1/font/devnippon/
H A DMakefile.sub30 spacewidth=`expr $(RES) / $(CPI)` ; \
31 sed -e "s/^spacewidth [0-9][0-9]*$$/spacewidth $$spacewidth/" \
H A DM.proto3 spacewidth 48
/dports/japanese/groff/groff-1.18.1.1/font/devhtml/
H A DMakefile.sub41 spacewidth=`expr $(RES) / $(CPI)`; \
43 -e "s/^spacewidth [0-9][0-9]*$$/spacewidth $$spacewidth/" \
H A DM.proto2 spacewidth 16
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/devaps/
H A Dmakedev.c260 int i, nw = 0, spacewidth, n = 0, v; in dofont() local
287 spacewidth = 0; /* really useful for CW font */ in dofont()
313 fscanf(fin, "%d", &spacewidth); in dofont()
315 width[0] = spacewidth; in dofont()
412 if (spacewidth == 0) in dofont()
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/topic/
H A Dstack.py371 spacewidth = 0
374 spacewidth = 2 + 12
377 spacewidth = 2 + 40
379 spacewidth += 2
380 fm.plain(b' ' * spacewidth)
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/
H A Dmakedev.c286 int i, nw = 0, spacewidth, n = 0, v; in _readfont() local
299 font.specfont = font.ligfont = spacewidth = 0; in _readfont()
318 dget(mp, &spacewidth); in _readfont()
319 width[0] = spacewidth; /* width of space on this font */ in _readfont()
361 if (spacewidth == 0) in _readfont()
/dports/devel/9base/9base-6/troff/
H A Dt11.c108 ftemp->defaultwidth = ftemp->spacewidth = Inch * Unitwidth / 72 / 3; /* should be rounded */ in getfont()
117 fscanf(fin, "%d", &ftemp->spacewidth); in getfont()
172 chtemp[' '].wid = ftemp->spacewidth; /* width of space on this font */ in getfont()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dt11.c108 ftemp->defaultwidth = ftemp->spacewidth = Inch * Unitwidth / 72 / 3; /* should be rounded */ in getfont()
117 fscanf(fin, "%d", &ftemp->spacewidth); in getfont()
172 chtemp[' '].wid = ftemp->spacewidth; /* width of space on this font */ in getfont()
/dports/devel/t1lib/t1lib-5.1.2/lib/t1lib/
H A Dt1finfo.c707 int spacewidth; in T1_GetStringWidth() local
779 spacewidth=T1_GetCharWidth(FontID,pFontBase->pFontArray[FontID].space_position)+spaceoff; in T1_GetStringWidth()
784 charwidths[i]=(int)spacewidth; in T1_GetStringWidth()
827 int spacewidth=0; in T1_GetStringBBox() local
858 spacewidth= in T1_GetStringBBox()
864 curr_width +=spacewidth; in T1_GetStringBBox()
905 int spacewidth=0; in T1_GetMetricsInfo() local
954 spacewidth=T1_GetCharWidth(FontID,pFontBase->pFontArray[FontID].space_position)+spaceoff; in T1_GetMetricsInfo()
966 curr_width +=spacewidth; in T1_GetMetricsInfo()
/dports/math/grace/grace-5.1.25/T1lib/t1lib/
H A Dt1finfo.c706 int spacewidth; in T1_GetStringWidth() local
756 spacewidth=T1_GetCharWidth(FontID,pFontBase->pFontArray[FontID].space_position)+spaceoff; in T1_GetStringWidth()
761 charwidths[i]=(int)spacewidth; in T1_GetStringWidth()
802 int spacewidth=0; in T1_GetStringBBox() local
833 spacewidth= in T1_GetStringBBox()
839 curr_width +=spacewidth; in T1_GetStringBBox()
880 int spacewidth=0; in T1_GetMetricsInfo() local
929 spacewidth=T1_GetCharWidth(FontID,pFontBase->pFontArray[FontID].space_position)+spaceoff; in T1_GetMetricsInfo()
941 curr_width +=spacewidth; in T1_GetMetricsInfo()
/dports/textproc/groff/groff-1.22.4/font/devutf8/
H A DR.in3 spacewidth 24
/dports/devel/9base/9base-6/troff/font/devutf/
H A DJp3 spacewidth 1
/dports/japanese/groff/groff-1.18.1.1/font/devX100-12/
H A DM.proto2 spacewidth 4
/dports/japanese/groff/groff-1.18.1.1/font/devX75/
H A DM.proto2 spacewidth 2
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/troff/font/devutf/
H A DJp3 spacewidth 1
/dports/japanese/groff/groff-1.18.1.1/font/devX100/
H A DM.proto2 spacewidth 3
/dports/japanese/groff/groff-1.18.1.1/font/devX75-12/
H A DM.proto2 spacewidth 2
/dports/textproc/groff/groff-1.22.4/font/devhtml/
H A DR.in3 spacewidth 24

12345678910>>...30