Home
last modified time | relevance | path

Searched defs:FontExtents (Results 1 – 25 of 51) sorted by relevance

123

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo/
H A DFontExtents.cs42 double ascent;
43 double descent;
44 double height;
45 double maxXAdvance;
46 double maxYAdvance;
48 public double Ascent {
53 public double Descent {
58 public double Height {
63 public double MaxXAdvance {
68 public double MaxYAdvance {
[all …]
H A DScaledFont.cs56 public FontExtents FontExtents { property in Cairo.ScaledFont
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Mono.Cairo/
H A DFontExtents.cs40 public struct FontExtents struct
42 double ascent;
43 double descent;
44 double height;
45 double maxXAdvance;
46 double maxYAdvance;
48 public double Ascent {
53 public double Descent {
58 public double Height {
63 public double MaxXAdvance {
[all …]
H A DScaledFont.cs60 public FontExtents FontExtents { property in Cairo.ScaledFont
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo/
H A DFontExtents.cs40 public struct FontExtents struct
42 double ascent;
43 double descent;
44 double height;
45 double maxXAdvance;
46 double maxYAdvance;
48 public double Ascent {
53 public double Descent {
58 public double Height {
63 public double MaxXAdvance {
[all …]
H A DScaledFont.cs63 public FontExtents FontExtents { property in Cairo.ScaledFont
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go65 type FontExtents struct { struct
66 Ascent float64
67 Descent float64
68 Height float64
69 MaxXAdvance float64
70 MaxYAdvance float64
73 func (v *Context) FontExtents() FontExtents { func
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go65 type FontExtents struct { struct
66 Ascent float64
67 Descent float64
68 Height float64
69 MaxXAdvance float64
70 MaxYAdvance float64
73 func (v *Context) FontExtents() FontExtents { func
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go65 type FontExtents struct { struct
66 Ascent float64
67 Descent float64
68 Height float64
69 MaxXAdvance float64
70 MaxYAdvance float64
73 func (v *Context) FontExtents() FontExtents { func
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go65 type FontExtents struct { struct
66 Ascent float64
67 Descent float64
68 Height float64
69 MaxXAdvance float64
70 MaxYAdvance float64
73 func (v *Context) FontExtents() FontExtents { func
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go65 type FontExtents struct { struct
66 Ascent float64
67 Descent float64
68 Height float64
69 MaxXAdvance float64
70 MaxYAdvance float64
73 func (v *Context) FontExtents() FontExtents { func
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/drawing/
H A Dtext.go41 type FontExtents struct { struct
44 Ascent float64
49 Descent float64
54 Height float64
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/draw2dimg/
H A Dtext.go56 type FontExtents struct { struct
59 Ascent float64
64 Descent float64
69 Height float64
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz_rs-1.0.1/src/
H A Dfont.rs20 pub struct FontExtents { struct
27 impl FontExtents { argument
28 pub fn new(ascender: Position, descender: Position, line_gap: Position) -> FontExtents { in new()
41 pub fn from_raw(raw: hb::hb_font_extents_t) -> FontExtents { in from_raw()
279 pub fn get_font_h_extents(&self) -> Option<FontExtents> { in get_font_h_extents()
294 pub fn get_font_v_extents(&self) -> Option<FontExtents> { in get_font_v_extents()
H A Dfont_funcs.rs34 fn get_font_h_extents(&self, font: &Font<'_>) -> Option<FontExtents> { in get_font_h_extents()
44 fn get_font_v_extents(&self, font: &Font<'_>) -> Option<FontExtents> { in get_font_v_extents()
441 F: Fn(&Font<'_>, &T) -> Option<FontExtents>, in set_font_h_extents_func()
456 F: Fn(&Font<'_>, &T) -> Option<FontExtents>, in set_font_v_extents_func()
/dports/graphics/cairomm/cairomm-1.12.2/cairomm/
H A Dtypes.h42 typedef cairo_font_extents_t FontExtents; //A simple struct. typedef
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/cairo/png/
H A Dpixel_ratio.go19 FontExtents(extents *cairo.FontExtents) // pixel ratio required argument
125 func (c *pixelRatioContext) FontExtents(extents *cairo.FontExtents) { func
/dports/graphics/cairomm/cairomm-1.12.2/tests/
H A Dtest-user-font.cc188 FontExtents& /*extents*/) override in init() argument
240 FontExtents& /*extents*/) override in init() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Cairo.cs57 public Cairo.FontExtents FontExtents { get { throw null; } } property in Cairo.Context
222 public partial struct FontExtents struct
224 …public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAd… in FontExtents() method
232 … public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; } in operator ==()
233 … public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; } in operator !=()
568 public Cairo.FontExtents FontExtents { get { throw null; } } property in Cairo.ScaledFont
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Cairo.cs56 public Cairo.FontExtents FontExtents { get { throw null; } } property in Cairo.Context
221 public partial struct FontExtents struct
223 …public FontExtents(double ascent, double descent, double height, double maxXAdvance, double maxYAd… in FontExtents() method
231 … public static bool operator ==(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; } in operator ==()
232 … public static bool operator !=(Cairo.FontExtents extents, Cairo.FontExtents other) { throw null; } in operator !=()
567 public Cairo.FontExtents FontExtents { get { throw null; } } property in Cairo.ScaledFont
/dports/www/castor/castor-0.8.16/cargo-crates/cairo-rs-0.8.1/src/font/
H A Dscaled_font.rs94 pub fn extents(&self) -> FontExtents { in extents()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/cairo-rs-0.7.1/src/font/
H A Dscaled_font.rs94 pub fn extents(&self) -> FontExtents { in extents()
/dports/net-im/fractal/fractal-4.4.0/vendor/cairo-rs/src/font/
H A Dscaled_font.rs94 pub fn extents(&self) -> FontExtents { in extents()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cairo-rs-0.14.3/src/font/
H A Dscaled_font.rs101 pub fn extents(&self) -> FontExtents { in extents()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cairo-rs/src/font/
H A Dscaled_font.rs101 pub fn extents(&self) -> FontExtents { in extents()

123