Home
last modified time | relevance | path

Searched defs:FontSlant (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Mono.Cairo/
H A DFontSlant.cs36 public enum FontSlant enum
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo/
H A DFontSlant.cs36 public enum FontSlant enum
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo/
H A DFontSlant.cs36 public enum FontSlant enum
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go13 type FontSlant int type
29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) {
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go13 type FontSlant int type
29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) {
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go13 type FontSlant int type
29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) {
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go13 type FontSlant int type
29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) {
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go13 type FontSlant int type
29 func (v *Context) SelectFontFace(family string, slant FontSlant, weight FontWeight) {
/dports/www/castor/castor-0.8.16/cargo-crates/cairo-rs-0.8.1/src/font/
H A Dfont_face.rs26 pub fn toy_create(family: &str, slant: FontSlant, weight: FontWeight) -> FontFace { in toy_create()
75 pub fn toy_get_slant(&self) -> FontSlant { in toy_get_slant()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/cairo-rs-0.7.1/src/font/
H A Dfont_face.rs26 pub fn toy_create(family: &str, slant: FontSlant, weight: FontWeight) -> FontFace { in toy_create()
75 pub fn toy_get_slant(&self) -> FontSlant { in toy_get_slant()
/dports/net-im/fractal/fractal-4.4.0/vendor/cairo-rs/src/font/
H A Dfont_face.rs26 pub fn toy_create(family: &str, slant: FontSlant, weight: FontWeight) -> FontFace { in toy_create()
75 pub fn toy_get_slant(&self) -> FontSlant { in toy_get_slant()
/dports/games/scid/scid/tcl/utils/
H A Dfont.tcl230 proc FontSlant {style} { procedure
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cairo-rs-0.14.3/src/font/
H A Dfont_face.rs41 slant: FontSlant, in toy_create()
129 pub fn toy_get_slant(&self) -> FontSlant { in toy_get_slant()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cairo-rs/src/font/
H A Dfont_face.rs41 slant: FontSlant, in toy_create()
129 pub fn toy_get_slant(&self) -> FontSlant { in toy_get_slant()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/cairo-rs-0.14.9/src/font/
H A Dfont_face.rs41 slant: FontSlant, in toy_create()
129 pub fn toy_get_slant(&self) -> FontSlant { in toy_get_slant()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cairo-rs-0.14.9/src/font/
H A Dfont_face.rs41 slant: FontSlant, in toy_create()
129 pub fn toy_get_slant(&self) -> FontSlant { in toy_get_slant()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/cairo-rs-0.14.1/src/font/
H A Dfont_face.rs41 slant: FontSlant, in toy_create()
129 pub fn toy_get_slant(&self) -> FontSlant { in toy_get_slant()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/cairo-rs-0.14.7/src/font/
H A Dfont_face.rs41 slant: FontSlant, in toy_create()
129 pub fn toy_get_slant(&self) -> FontSlant { in toy_get_slant()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dgtfont.h67 enum FontSlant { enum
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/cairo/png/
H A Dpicture_params.go116 type FontSlant int type
124 func getFontItalic(s string, def FontSlant) FontSlant {
H A Dpixel_ratio.go30 …SelectFontFace(family string, slant cairo.FontSlant, weight cairo.FontWeight) // pixel ratio requi…
/dports/graphics/cairomm/cairomm-1.12.2/cairomm/
H A Denums.h255 } FontSlant; typedef
/dports/www/castor/castor-0.8.16/cargo-crates/cairo-rs-0.8.1/src/
H A Denums.rs963 pub enum FontSlant { enum
972 impl Into<ffi::cairo_font_slant_t> for FontSlant { implementation
984 impl From<ffi::cairo_font_slant_t> for FontSlant { implementation
995 impl fmt::Display for FontSlant { implementation
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/cairo-rs-0.7.1/src/
H A Denums.rs955 pub enum FontSlant { enum
964 impl Into<ffi::cairo_font_slant_t> for FontSlant { implementation
976 impl From<ffi::cairo_font_slant_t> for FontSlant { implementation
987 impl fmt::Display for FontSlant { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/cairo-rs/src/
H A Denums.rs963 pub enum FontSlant { enum
972 impl Into<ffi::cairo_font_slant_t> for FontSlant { implementation
984 impl From<ffi::cairo_font_slant_t> for FontSlant { implementation
995 impl fmt::Display for FontSlant { implementation

12