Home
last modified time | relevance | path

Searched refs:TextExtents (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/graphics/py-cairo/pycairo-1.18.1/tests/
H A Dtest_textextents.py6 assert cairo.TextExtents
7 assert issubclass(cairo.TextExtents, tuple)
10 cairo.TextExtents()
33 assert cairo.TextExtents.x_bearing
34 assert cairo.TextExtents.y_bearing
35 assert cairo.TextExtents.width
36 assert cairo.TextExtents.height
37 assert cairo.TextExtents.x_advance
38 assert cairo.TextExtents.y_advance
46 assert isinstance(extents, cairo.TextExtents)
[all …]
/dports/graphics/pyl-cairo/pycairo-1.18.1/tests/
H A Dtest_textextents.py6 assert cairo.TextExtents
7 assert issubclass(cairo.TextExtents, tuple)
10 cairo.TextExtents()
33 assert cairo.TextExtents.x_bearing
34 assert cairo.TextExtents.y_bearing
35 assert cairo.TextExtents.width
36 assert cairo.TextExtents.height
37 assert cairo.TextExtents.x_advance
38 assert cairo.TextExtents.y_advance
46 assert isinstance(extents, cairo.TextExtents)
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo/
H A DTextExtents.cs37 public struct TextExtents : IEquatable<TextExtents> struct
78 if (obj is TextExtents) in Equals()
79 return this == (TextExtents)obj; in Equals()
83 public bool Equals (TextExtents other) in Equals() argument
93 public static bool operator == (TextExtents extents, TextExtents other) in operator ==() argument
98 public static bool operator != (TextExtents extents, TextExtents other) in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Mono.Cairo/
H A DTextExtents.cs37 public struct TextExtents struct
78 if (obj is TextExtents) in Equals()
79 return this == (TextExtents)obj; in Equals()
88 public static bool operator == (TextExtents extents, TextExtents other) in operator ==() argument
93 public static bool operator != (TextExtents extents, TextExtents other) in operator !=() argument
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo/
H A DTextExtents.cs37 public struct TextExtents struct
78 if (obj is TextExtents) in Equals()
79 return this == (TextExtents)obj; in Equals()
88 public static bool operator == (TextExtents extents, TextExtents other) in operator ==() argument
93 public static bool operator != (TextExtents extents, TextExtents other) in operator !=() argument
/dports/graphics/py-cairo/pycairo-1.18.1/docs/reference/
H A Dtextextents.rst4 TextExtents chapter
9 class TextExtents(tuple)
12 .. class:: TextExtents(x_bearing, y_bearing, width, height, x_advance, y_advance)
32 :rtype: TextExtents
36 was used instead of :class:`TextExtents`.
38 The :class:`TextExtents` class stores the extents of a single glyph or a
/dports/graphics/pyl-cairo/pycairo-1.18.1/docs/reference/
H A Dtextextents.rst4 TextExtents chapter
9 class TextExtents(tuple)
12 .. class:: TextExtents(x_bearing, y_bearing, width, height, x_advance, y_advance)
32 :rtype: TextExtents
36 was used instead of :class:`TextExtents`.
38 The :class:`TextExtents` class stores the extents of a single glyph or a
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go85 type TextExtents struct { struct
94 func (v *Context) TextExtents(utf8 string) TextExtents { func
99 return TextExtents{
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go85 type TextExtents struct { struct
94 func (v *Context) TextExtents(utf8 string) TextExtents { func
99 return TextExtents{
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go85 type TextExtents struct { struct
94 func (v *Context) TextExtents(utf8 string) TextExtents { func
99 return TextExtents{
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go85 type TextExtents struct { struct
94 func (v *Context) TextExtents(utf8 string) TextExtents { func
99 return TextExtents{
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go85 type TextExtents struct { struct
94 func (v *Context) TextExtents(utf8 string) TextExtents { func
99 return TextExtents{
/dports/graphics/cairomm/cairomm-1.12.2/cairomm/
H A Dscaledfont.h131 void get_text_extents(const std::string& utf8, TextExtents& extents) const;
135 void text_extents(const std::string& utf8, TextExtents& extents) const;
152 void get_glyph_extents(const std::vector<Glyph>& glyphs, TextExtents& extents);
157 void glyph_extents(const std::vector<Glyph>& glyphs, TextExtents& extents);
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/cairo/png/
H A Dpixel_ratio.go18 TextExtents(utf8 string, extents *cairo.TextExtents) // pixel ratio required argument
114 func (c *pixelRatioContext) TextExtents(utf8 string, extents *cairo.TextExtents) { func
115 var e cairo.TextExtents
116 c.Context.TextExtents(utf8, &e)
/dports/www/castor/castor-0.8.16/cargo-crates/cairo-rs-0.8.1/src/font/
H A Dscaled_font.rs8 use ffi::{FontExtents, Glyph, TextCluster, TextExtents};
108 pub fn text_extents(&self, text: &str) -> TextExtents { in text_extents() argument
109 let mut extents = TextExtents { in text_extents()
126 pub fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents { in glyph_extents() argument
127 let mut extents = TextExtents { in glyph_extents()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/cairo-rs-0.7.1/src/font/
H A Dscaled_font.rs8 use ffi::{FontExtents, Glyph, TextCluster, TextExtents};
108 pub fn text_extents(&self, text: &str) -> TextExtents { in text_extents() argument
109 let mut extents = TextExtents { in text_extents()
126 pub fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents { in glyph_extents() argument
127 let mut extents = TextExtents { in glyph_extents()
/dports/net-im/fractal/fractal-4.4.0/vendor/cairo-rs/src/font/
H A Dscaled_font.rs8 use ffi::{FontExtents, Glyph, TextCluster, TextExtents};
108 pub fn text_extents(&self, text: &str) -> TextExtents { in text_extents() argument
109 let mut extents = TextExtents { in text_extents()
126 pub fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents { in glyph_extents() argument
127 let mut extents = TextExtents { in glyph_extents()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cairo-rs-0.14.3/src/font/
H A Dscaled_font.rs8 use crate::ffi::{FontExtents, Glyph, TextCluster, TextExtents};
116 pub fn text_extents(&self, text: &str) -> TextExtents { in text_extents() argument
117 let mut extents = TextExtents { in text_extents()
135 pub fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents { in glyph_extents() argument
136 let mut extents = TextExtents { in glyph_extents()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cairo-rs/src/font/
H A Dscaled_font.rs8 use crate::ffi::{FontExtents, Glyph, TextCluster, TextExtents};
116 pub fn text_extents(&self, text: &str) -> TextExtents { in text_extents() argument
117 let mut extents = TextExtents { in text_extents()
135 pub fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents { in glyph_extents() argument
136 let mut extents = TextExtents { in glyph_extents()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cairo-rs-0.14.9/src/font/
H A Dscaled_font.rs8 use crate::ffi::{FontExtents, Glyph, TextCluster, TextExtents};
116 pub fn text_extents(&self, text: &str) -> TextExtents { in text_extents() argument
117 let mut extents = TextExtents { in text_extents()
135 pub fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents { in glyph_extents() argument
136 let mut extents = TextExtents { in glyph_extents()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/cairo-rs-0.14.9/src/font/
H A Dscaled_font.rs8 use crate::ffi::{FontExtents, Glyph, TextCluster, TextExtents};
116 pub fn text_extents(&self, text: &str) -> TextExtents { in text_extents() argument
117 let mut extents = TextExtents { in text_extents()
135 pub fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents { in glyph_extents() argument
136 let mut extents = TextExtents { in glyph_extents()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/cairo-rs-0.14.1/src/font/
H A Dscaled_font.rs8 use crate::ffi::{FontExtents, Glyph, TextCluster, TextExtents};
116 pub fn text_extents(&self, text: &str) -> TextExtents { in text_extents() argument
117 let mut extents = TextExtents { in text_extents()
135 pub fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents { in glyph_extents() argument
136 let mut extents = TextExtents { in glyph_extents()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/cairo-rs-0.14.7/src/font/
H A Dscaled_font.rs8 use crate::ffi::{FontExtents, Glyph, TextCluster, TextExtents};
116 pub fn text_extents(&self, text: &str) -> TextExtents { in text_extents() argument
117 let mut extents = TextExtents { in text_extents()
135 pub fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents { in glyph_extents() argument
136 let mut extents = TextExtents { in glyph_extents()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Cairo.cs111 public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; } in GlyphExtents()
173 public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; } in TextExtents() method in Cairo.Context
174 public Cairo.TextExtents TextExtents(string s) { throw null; } in TextExtents() method in Cairo.Context
576 public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; } in GlyphExtents()
693 public partial struct TextExtents struct
703 … public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; } in operator ==() argument
704 … public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; } in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Cairo.cs110 public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; } in GlyphExtents()
172 public Cairo.TextExtents TextExtents(byte[] utf8) { throw null; } in TextExtents() method in Cairo.Context
173 public Cairo.TextExtents TextExtents(string s) { throw null; } in TextExtents() method in Cairo.Context
575 public Cairo.TextExtents GlyphExtents(Cairo.Glyph[] glyphs) { throw null; } in GlyphExtents()
692 public partial struct TextExtents struct
702 … public static bool operator ==(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; } in operator ==() argument
703 … public static bool operator !=(Cairo.TextExtents extents, Cairo.TextExtents other) { throw null; } in operator !=() argument

1234567