Home
last modified time | relevance | path

Searched refs:renderstyle (Results 1 – 20 of 20) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/fontbuilder2/
H A Dfontbuilder.py10 def __init__(self, ctx, renderstyle, char, idx, face, size): argument
11 self.renderstyle = renderstyle
30 if "stroke" in self.renderstyle:
31 for (c, w) in self.renderstyle["stroke"]:
38 if "fill" in self.renderstyle:
69 if "stroke" in self.renderstyle:
76 if "fill" in self.renderstyle:
77 for (r, g, b, a) in self.renderstyle["fill"]:
92 def setup_context(width, height, renderstyle): argument
110 (ctx, _) = setup_context(1, 1, renderstyle)
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/
H A Dshowfont.c88 int renderstyle; in main() local
104 renderstyle = TTF_STYLE_NORMAL; in main()
129 renderstyle |= TTF_STYLE_BOLD; in main()
132 renderstyle |= TTF_STYLE_ITALIC; in main()
135 renderstyle |= TTF_STYLE_UNDERLINE; in main()
138 renderstyle |= TTF_STYLE_STRIKETHROUGH; in main()
220 TTF_SetFontStyle(font, renderstyle); in main()
H A Dglfont.c213 int renderstyle; in main() local
225 renderstyle = TTF_STYLE_NORMAL; in main()
238 renderstyle |= TTF_STYLE_BOLD; in main()
241 renderstyle |= TTF_STYLE_ITALIC; in main()
244 renderstyle |= TTF_STYLE_UNDERLINE; in main()
306 TTF_SetFontStyle(font, renderstyle); in main()
/dports/graphics/sdl_ttf/SDL_ttf-2.0.11/
H A Dshowfont.c66 int renderstyle; in main() local
82 renderstyle = TTF_STYLE_NORMAL; in main()
101 renderstyle |= TTF_STYLE_BOLD; in main()
104 renderstyle |= TTF_STYLE_ITALIC; in main()
107 renderstyle |= TTF_STYLE_UNDERLINE; in main()
110 renderstyle |= TTF_STYLE_STRIKETHROUGH; in main()
196 TTF_SetFontStyle(font, renderstyle); in main()
H A Dglfont.c221 int renderstyle; in main() local
233 renderstyle = TTF_STYLE_NORMAL; in main()
246 renderstyle |= TTF_STYLE_BOLD; in main()
249 renderstyle |= TTF_STYLE_ITALIC; in main()
252 renderstyle |= TTF_STYLE_UNDERLINE; in main()
320 TTF_SetFontStyle(font, renderstyle); in main()
/dports/graphics/sdl2_ttf/SDL2_ttf-2.0.15/
H A Dshowfont.c87 int renderstyle; in main() local
103 renderstyle = TTF_STYLE_NORMAL; in main()
128 renderstyle |= TTF_STYLE_BOLD; in main()
131 renderstyle |= TTF_STYLE_ITALIC; in main()
134 renderstyle |= TTF_STYLE_UNDERLINE; in main()
137 renderstyle |= TTF_STYLE_STRIKETHROUGH; in main()
219 TTF_SetFontStyle(font, renderstyle); in main()
H A Dglfont.c213 int renderstyle; in main() local
225 renderstyle = TTF_STYLE_NORMAL; in main()
238 renderstyle |= TTF_STYLE_BOLD; in main()
241 renderstyle |= TTF_STYLE_ITALIC; in main()
244 renderstyle |= TTF_STYLE_UNDERLINE; in main()
306 TTF_SetFontStyle(font, renderstyle); in main()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl_ttf/
H A Dshowfont.c69 int renderstyle; in main() local
82 renderstyle = TTF_STYLE_NORMAL; in main()
98 renderstyle |= TTF_STYLE_BOLD; in main()
101 renderstyle |= TTF_STYLE_ITALIC; in main()
104 renderstyle |= TTF_STYLE_UNDERLINE; in main()
172 TTF_SetFontStyle(font, renderstyle); in main()
H A Dglfont.c217 int renderstyle; in main() local
229 renderstyle = TTF_STYLE_NORMAL; in main()
242 renderstyle |= TTF_STYLE_BOLD; in main()
245 renderstyle |= TTF_STYLE_ITALIC; in main()
248 renderstyle |= TTF_STYLE_UNDERLINE; in main()
316 TTF_SetFontStyle(font, renderstyle); in main()
/dports/www/e107/e107/e107_handlers/
H A Dcomment_class.php479 $renderstyle = $COMMENT_TEMPLATE['item_start'];
480 …$renderstyle .= "<div class='media offset".$width." col-md-offset-".$width."' >".$COMMENT_TEMPLATE…
481 $renderstyle .= $COMMENT_TEMPLATE['item_end'];
486 …$renderstyle = $COMMENT_TEMPLATE['item_start'].$COMMENT_TEMPLATE['item'].$COMMENT_TEMPLATE['item_e…
507 $renderstyle = $COMMENT_TEMPLATE['item'];
534 $text = $tp->parseTemplate($renderstyle, TRUE, $comment_shortcodes);
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/
H A Dtext.h66 extern int renderstyle;
H A Dtext.c63 int renderstyle; variable
159 renderstyle = TTF_STYLE_NORMAL; in FTinit()
175 TTF_SetFontStyle(font->ttffont, renderstyle); in FTinit()
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_font.cpp774 int renderstyle = TTF_STYLE_NORMAL; /* NORMAL is standard */ in R_FontRegister() local
780 renderstyle = fontStyle[i].renderStyle; in R_FontRegister()
785 R_FontAnalyze(name, path, renderstyle, size); in R_FontRegister()
/dports/www/foswiki/Foswiki-2.1.6/templates/
H A Doopshistory.tmpl36 %TMPL:DEF{"renderstyle"}%%TMPL:P{context="CompareRevisionsAddonPluginEnabled" then="renderstyle_cra…
100 %TMPL:P{"renderstyle"}%<div class="foswikiFormStep">
/dports/games/atris/atris-1.0.7/
H A Datris.c918 int renderstyle = TTF_STYLE_NORMAL; in main() local
984 TTF_SetFontStyle(font, renderstyle); in main()
985 TTF_SetFontStyle(sfont, renderstyle); in main()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dam_map.cpp792 …xscale, fixed_t yscale, int translation, fixed_t alpha, DWORD fillcolor, FRenderStyle renderstyle);
2877 … xscale, fixed_t yscale, int translation, fixed_t alpha, DWORD fillcolor, FRenderStyle renderstyle) in DrawMarker() argument
2898 DTA_RenderStyle, DWORD(renderstyle), in DrawMarker()
/dports/games/vavoom/vavoom-1.33/utils/editing/dbuilder2/Includes/
H A DVavoom_Misc.cfg195 renderstyle
/dports/games/zdoom/zdoom-2.8.1/src/thingdef/
H A Dthingdef_properties.cpp783 DEFINE_PROPERTY(renderstyle, S, Actor) in DEFINE_PROPERTY() argument
/dports/textproc/hevea/hevea-2.34/
H A Dlstlang3.sty475 rendererdevicelist,renderformat,renderstyle,resetworld,resizewindow,%
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-05-2434349 Test: platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html