Home
last modified time | relevance | path

Searched refs:CurrentFont (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/devel/sdl_console/sdlconsole-2.1/src/
H A DDT_drawtext.c47 BitFont *CurrentFont; in DT_SetFontAlphaGL() local
72 imax = CurrentFont->FontSurface->h * (CurrentFont->FontSurface->w << 2); in DT_SetFontAlphaGL()
95 while(*CurrentFont) { in DT_LoadFont()
96 CurrentFont = &((*CurrentFont)->NextFont); in DT_LoadFont()
120 (*CurrentFont)->CharWidth = (*CurrentFont)->FontSurface->w / 256; in DT_LoadFont()
121 (*CurrentFont)->CharHeight = (*CurrentFont)->FontSurface->h; in DT_LoadFont()
194 if(CurrentFont) in DT_FontHeight()
205 if(CurrentFont) in DT_FontWidth()
218 while(CurrentFont) in DT_FontPointer()
223 CurrentFont = CurrentFont->NextFont; in DT_FontPointer()
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/
H A DDT_drawtext.c71 while(*CurrentFont) { in DT_LoadFont()
72 CurrentFont = &((*CurrentFont)->NextFont); in DT_LoadFont()
96 (*CurrentFont)->CharWidth = (*CurrentFont)->FontSurface->w / 256; in DT_LoadFont()
97 (*CurrentFont)->CharHeight = (*CurrentFont)->FontSurface->h; in DT_LoadFont()
159 if(CurrentFont) in DT_FontHeight()
170 if(CurrentFont) in DT_FontWidth()
183 while(CurrentFont) in DT_FontPointer()
188 CurrentFont = CurrentFont->NextFont; in DT_FontPointer()
200 while(CurrentFont) { in DT_DestroyDrawText()
201 temp = CurrentFont; in DT_DestroyDrawText()
[all …]
/dports/games/moonlander/moon-lander/
H A DDT_drawtext.c90 BitFont *CurrentFont; in DT_SetFontAlphaGL() local
139 while(*CurrentFont) in DT_LoadFont()
141 CurrentFont = &((*CurrentFont)->NextFont); in DT_LoadFont()
158 (*CurrentFont)->CharWidth = (*CurrentFont)->FontSurface->w/256; in DT_LoadFont()
159 (*CurrentFont)->CharHeight = (*CurrentFont)->FontSurface->h; in DT_LoadFont()
242 if(CurrentFont) in DT_FontHeight()
254 if(CurrentFont) in DT_FontWidth()
268 while(CurrentFont) in DT_FontPointer()
274 CurrentFont = CurrentFont->NextFont; in DT_FontPointer()
287 while(CurrentFont) in DT_DestroyDrawText()
[all …]
/dports/math/gri/gri-2.12.23/src/
H A Dgrstring.cc413 switch (CurrentFont.id) { in gr_show_at()
1235 return CurrentFont.id; in gr_currentfont()
1589 *w += gr_charwidth_cm((int)'M', CurrentFont.id, CurrentFont.size_pt) / 6.0; in gr_stringwidth()
1593 *w -= gr_charwidth_cm((int)'M', CurrentFont.id, CurrentFont.size_pt) / 6.0; in gr_stringwidth()
1606 *w += gr_charwidth_cm('\\', CurrentFont.id, CurrentFont.size_pt); in gr_stringwidth()
1613 *w += gr_charwidth_cm((int) *s, CurrentFont.id, CurrentFont.size_pt); in gr_stringwidth()
1617 *w += gr_charwidth_cm((int) *s, CurrentFont.id, CurrentFont.size_pt); in gr_stringwidth()
1661 return (gr_charwidth_cm(int('M'), CurrentFont.id, CurrentFont.size_pt) / 6.0); in gr_thinspace_cm()
1668 return (gr_charwidth_cm((int) 'M', CurrentFont.id, CurrentFont.size_pt)); in gr_quad_cm()
2109 switch (CurrentFont.id) { in gr_current_descender()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/win32graph/
H A Dopen.c47 LOGFONT CurrentFont; in CreationFont() local
48 memset(&CurrentFont, 0, sizeof(LOGFONT)); in CreationFont()
49 CurrentFont.lfCharSet = ANSI_CHARSET; in CreationFont()
50 CurrentFont.lfWeight = FW_NORMAL; in CreationFont()
51 CurrentFont.lfHeight = grwindow.CurrentFontSize; in CreationFont()
53 strncpy(CurrentFont.lfFaceName, name, sizeof(CurrentFont.lfFaceName)); in CreationFont()
54 CurrentFont.lfFaceName[sizeof(CurrentFont.lfFaceName) - 1] = 0; in CreationFont()
55 return (CreateFontIndirect(&CurrentFont)); in CreationFont()
151 grwindow.CurrentFont = CreationFont("Courier"); in gr_reset()
165 SelectObject(grwindow.gc,grwindow.CurrentFont); in gr_reset()
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/win32graph/
H A Dopen.c47 LOGFONT CurrentFont; in CreationFont() local
48 memset(&CurrentFont, 0, sizeof(LOGFONT)); in CreationFont()
49 CurrentFont.lfCharSet = ANSI_CHARSET; in CreationFont()
50 CurrentFont.lfWeight = FW_NORMAL; in CreationFont()
51 CurrentFont.lfHeight = grwindow.CurrentFontSize; in CreationFont()
53 strncpy(CurrentFont.lfFaceName, name, sizeof(CurrentFont.lfFaceName)); in CreationFont()
54 CurrentFont.lfFaceName[sizeof(CurrentFont.lfFaceName) - 1] = 0; in CreationFont()
55 return (CreateFontIndirect(&CurrentFont)); in CreationFont()
151 grwindow.CurrentFont = CreationFont("Courier"); in gr_reset()
165 SelectObject(grwindow.gc,grwindow.CurrentFont); in gr_reset()
[all …]
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_str.c92 ht = CurrentFont->height; in VW_DrawClippedString()
100 source = ((byte *)CurrentFont)+CurrentFont->charofs[ch]; in VW_DrawClippedString()
159 y += CurrentFont->height; in US_ClippedPrint()
182 ht = CurrentFont->height; in VW_DrawPropString()
193 source = ((byte *)CurrentFont)+CurrentFont->charofs[ch]; in VW_DrawPropString()
227 ht = CurrentFont->height; in VW_DrawPropString()
234 source = ((byte *)CurrentFont)+CurrentFont->charofs[ch]; in VW_DrawPropString()
294 ht = CurrentFont->height; in VW_DrawIPropString()
309 source = ((byte *)CurrentFont)+CurrentFont->charofs[ch]; in VW_DrawIPropString()
794 BKh = CurrentFont->height; in US_LineInput()
[all …]
H A Drt_error.c137 CurrentFont = tinyfont; in UL_UserMessage()
146 width += (CurrentFont->width[1] << 1); in UL_UserMessage()
147 height += (CurrentFont->height << 1); in UL_UserMessage()
151 PrintX = x+CurrentFont->width[1]; in UL_UserMessage()
152 PrintY = y+CurrentFont->height; in UL_UserMessage()
H A Drt_build.c544 oldfont=CurrentFont; in PositionMenuBuf()
548 CurrentFont=oldfont; in PositionMenuBuf()
1190 ht = CurrentFont->height; in DrawMenuBufPropString()
1196 width = CurrentFont->width[ch]; in DrawMenuBufPropString()
1197 source = ((byte *)CurrentFont)+CurrentFont->charofs[ch]; in DrawMenuBufPropString()
1311 ht = CurrentFont->height; in DrawTMenuBufPropString()
1318 width = CurrentFont->width[ch]; in DrawTMenuBufPropString()
1319 source = ((byte *)CurrentFont)+CurrentFont->charofs[ch]; in DrawTMenuBufPropString()
1355 USL_MeasureString (s, &w, &h, CurrentFont); in MenuBufCPrintLine()
1418 USL_MeasureString (s, &w, &h, CurrentFont); in MenuBufPrintLine()
[all …]
H A Drt_menu.c123 font_t *CurrentFont; variable
2884 CurrentFont = tinyfont; in CP_DisplayMsg()
3288 CurrentFont = newfont1; in DrawStoredGame()
3305 CurrentFont = tinyfont; in DrawStoredGame()
6385 temp = CurrentFont; in DrawOptionDescription()
6393 CurrentFont = temp; in DrawOptionDescription()
6590 temp = CurrentFont; in DrawBattleModeName()
6597 CurrentFont = temp; in DrawBattleModeName()
6616 temp = CurrentFont; in DrawBattleModeDescription()
6653 CurrentFont = temp; in DrawBattleModeDescription()
[all …]
/dports/x11-fonts/py-booleanOperations/booleanOperations-0.8.2/tests/testData/
H A DgenerateGlyphDataRoboFont.py9 CurrentFont
11 class CurrentFont(dict): class
17 f = CurrentFont()
H A DvisualTest.py7 CurrentFont
9 class CurrentFont(dict): class
23 f = CurrentFont()
/dports/games/freedroid/freedroid-1.0.2/src/
H A DBFont.c12 BFont_Info *CurrentFont; variable
204 CurrentFont = Font; in SetCurrentFont()
211 return CurrentFont; in GetCurrentFont()
239 return PutCharFont (Surface, CurrentFont, x, y, c); in PutChar()
264 PutStringFont (Surface, CurrentFont, x, y, text); in PutString()
283 return TextWidthFont (CurrentFont, text); in TextWidth()
319 JustifiedPutStringFont (Surface, CurrentFont, y, text); in JustifiedPutString()
397 CenteredPutStringFont (Surface, CurrentFont, y, text); in CenteredPutString()
411 RightPutStringFont (Surface, CurrentFont, y, text); in RightPutString()
425 LeftPutStringFont (Surface, CurrentFont, y, text); in LeftPutString()
[all …]
/dports/games/openbubbles/openbubbles-1.2/src/
H A DBFont.cpp37 static BFont_Info *CurrentFont; variable
233 CurrentFont = Font; in BFont_SetCurrentFont()
238 return CurrentFont; in BFont_GetCurrentFont()
259 return BFont_PutCharFont(Surface, CurrentFont, x, y, c); in BFont_PutChar()
285 BFont_PutStringFont(Surface, CurrentFont, x, y, text); in BFont_PutString()
299 return BFont_TextWidthFont( CurrentFont, text); in BFont_TextWidth()
331 BFont_JustifiedPutStringFont( Surface, CurrentFont, y,text); in BFont_JustifiedPutString()
393 BFont_CenteredPutStringFont(Surface, CurrentFont, y, text); in BFont_CenteredPutString()
403 BFont_RightPutStringFont(Surface, CurrentFont, y, text); in BFont_RightPutString()
413 BFont_LeftPutStringFont(Surface, CurrentFont, y, text); in BFont_LeftPutString()
[all …]
/dports/print/py-fontparts/fontParts-0.9.11/documentation/source/environments/layers/
H A Dindex.rst12 font = CurrentFont()
22 font = CurrentFont()
28 font = CurrentFont()
35 font = CurrentFont()
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dsdldisp.c1107 r.w = CurrentFont.w; in outblankxy()
1157 h = CurrentFont.h; in outcharxy()
1964 t->y += CurrentFont.h; in cr()
2028 r.h = CurrentFont.h; r.w = CurrentFont.w; in emit()
2031 t->x += CurrentFont.w; in emit()
2050 t->x -= CurrentFont.w; in backchar()
2093 r.w = CurrentFont.w; in type_nowrap()
2094 r.h = CurrentFont.h; in type_nowrap()
2097 t->x += CurrentFont.w; in type_nowrap()
2982 CurrentFont.h, CurrentFont.h, in init_layout()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php207 $buffer .= \sprintf("BT /F%d %.2F Tf ET\n", $this->CurrentFont['i'], $this->FontSizePt);
299 $this->CurrentFont =& $this->fonts[$fontKey];
301 unset($this->CurrentFont);
394 $this->_out(\sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
405 $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/fpdi/
H A DFpdfTplTrait.php207 $buffer .= \sprintf("BT /F%d %.2F Tf ET\n", $this->CurrentFont['i'], $this->FontSizePt);
299 $this->CurrentFont =& $this->fonts[$fontKey];
301 unset($this->CurrentFont);
394 $this->_out(\sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
405 $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/fpdi/
H A DFpdfTplTrait.php207 $buffer .= \sprintf("BT /F%d %.2F Tf ET\n", $this->CurrentFont['i'], $this->FontSizePt);
299 $this->CurrentFont =& $this->fonts[$fontKey];
301 unset($this->CurrentFont);
394 $this->_out(\sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
405 $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/fpdi/
H A DFpdfTplTrait.php207 $buffer .= \sprintf("BT /F%d %.2F Tf ET\n", $this->CurrentFont['i'], $this->FontSizePt);
299 $this->CurrentFont =& $this->fonts[$fontKey];
301 unset($this->CurrentFont);
394 $this->_out(\sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
405 $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DPdf.php97 $name, false, true, $this->CurrentFont
100 $value, false, true, $this->CurrentFont
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DPdf.php118 $this->CurrentFont
124 $this->CurrentFont
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc57 CurrentFont: TCocoaFont;
70 OBJ_FONT: Result := HGDIOBJ(CurrentFont);
/dports/editors/lazarus/lazarus/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc57 CurrentFont: TCocoaFont;
70 OBJ_FONT: Result := HGDIOBJ(CurrentFont);
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc57 CurrentFont: TCocoaFont;
70 OBJ_FONT: Result := HGDIOBJ(CurrentFont);

1234567