Home
last modified time | relevance | path

Searched refs:SelectFontFace (Results 1 – 17 of 17) sorted by relevance

/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/cairo/png/
H A Dpixel_ratio.go30SelectFontFace(family string, slant cairo.FontSlant, weight cairo.FontWeight) // pixel ratio requi… methodSpec
161 func (c *pixelRatioContext) SelectFontFace(family string, slant cairo.FontSlant, weight cairo.FontW… func
162 c.Context.SelectFontFace(family, slant, cairo.FontWeight(c.pr*float64(weight)))
H A Dcairo.go2648 cr.context.SelectFontFace(params.fontName, params.fontItalic, params.fontBold)
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Samples/png/
H A Dtext.cs42 gr.SelectFontFace ("Sans", FontSlant.Normal, FontWeight.Bold); in draw()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Samples/x11/
H A Dtext.cs44 gr.SelectFontFace ("Sans", FontSlant.Normal, FontWeight.Bold); in draw()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/
H A DCairoPng.cs44 cr.SelectFontFace ("serif", FontSlant.Normal, FontWeight.Bold); in CreatePng()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Samples/gtk/
H A Dtext.cs68 gr.SelectFontFace ("Sans", FontSlant.Normal, FontWeight.Bold); in draw()
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) { func
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) { func
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) { func
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) { func
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Mono.Cairo/
H A DContext.cs812 SelectFontFace (family, slant, weight); in FontFace()
835 public void SelectFontFace (string family, FontSlant slant, FontWeight weight) in SelectFontFace() method in Cairo.Context
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo/
H A DContext.cs854 SelectFontFace (family, slant, weight); in FontFace()
867 public void SelectFontFace (string family, FontSlant slant, FontWeight weight) in SelectFontFace() method in Cairo.Context
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo/
H A DContext.cs918 SelectFontFace (family, slant, weight); in FontFace()
943 public void SelectFontFace (string family, FontSlant slant, FontWeight weight) in SelectFontFace() method in Cairo.Context
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Cairo.cs151 … public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { } in SelectFontFace() method in Cairo.Context
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Cairo.cs150 … public void SelectFontFace(string family, Cairo.FontSlant slant, Cairo.FontWeight weight) { } in SelectFontFace() method in Cairo.Context
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/evmar/gocairo/cairo/
H A Dcairo.go1666 func (cr *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) { func