Home
last modified time | relevance | path

Searched refs:FontMetrics (Results 1 – 25 of 3131) sorted by relevance

12345678910>>...126

/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/pangomm/
H A Dfontmetrics.cc54 GType FontMetrics::get_type() in get_type()
59 FontMetrics::FontMetrics() in FontMetrics() function in Pango::FontMetrics
64 FontMetrics::FontMetrics(const FontMetrics& other) in FontMetrics() function in Pango::FontMetrics
69 FontMetrics::FontMetrics(FontMetrics&& other) noexcept in FontMetrics() function in Pango::FontMetrics
76 FontMetrics& FontMetrics::operator=(FontMetrics&& other) noexcept in operator =()
78 FontMetrics temp (other); in operator =()
83 FontMetrics::FontMetrics(PangoFontMetrics* gobject, bool make_a_copy) in FontMetrics() function in Pango::FontMetrics
91 FontMetrics& FontMetrics::operator=(const FontMetrics& other) in operator =()
93 FontMetrics temp (other); in operator =()
98 FontMetrics::~FontMetrics() noexcept in ~FontMetrics()
[all …]
H A Dfontmetrics.h43 class FontMetrics
47 using CppObjectType = FontMetrics;
55 FontMetrics();
59 FontMetrics(const FontMetrics& other);
60 FontMetrics& operator=(const FontMetrics& other);
62 FontMetrics(FontMetrics&& other) noexcept;
63 FontMetrics& operator=(FontMetrics&& other) noexcept;
65 ~FontMetrics() noexcept;
67 void swap(FontMetrics& other) noexcept;
178 inline void swap(FontMetrics& lhs, FontMetrics& rhs) noexcept in swap()
[all …]
/dports/games/astromenace/astromenace-1.4.1/src/core/font/
H A Dfont.cpp105 sFontMetrics FontMetrics; member
113 FontMetrics{_FontMetrics}
261 …if ((FontCharsList.front()->FontMetrics.Width.i() > 0) && (FontCharsList.front()->FontMetrics.Heig… in LoadFontChar()
271 FontCharsList.front()->FontMetrics.Width.i(); in LoadFontChar()
378 FontCharsList.front()->FontMetrics.Width.f(); in vw_GenerateFontChars()
381 FontCharsList.front()->FontMetrics.Height.f(); in vw_GenerateFontChars()
447 LineWidth1 += DrawChar->FontMetrics.AdvanceX; in CalculateWidthFactors()
449 LineWidth2 += DrawChar->FontMetrics.AdvanceX; in CalculateWidthFactors()
708 LineWidth += DrawChar->FontMetrics.AdvanceX; in vw_TextWidthUTF32()
765 float DrawX{Xstart + DrawChar->FontMetrics.X.f()}; in vw_DrawText3DUTF32()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DFontMetrics.java27 public final class FontMetrics { class
31 FontMetrics() { in FontMetrics() method in FontMetrics
34 public static FontMetrics cocoa_new (int ascent, int descent, int averageCharWidth, int leading, in… in cocoa_new()
35 FontMetrics fontMetrics = new FontMetrics(); in cocoa_new()
56 public static FontMetrics cocoa_new (int ascent, int descent, double averageCharWidth, int leading,… in cocoa_new()
57 FontMetrics fontMetrics = new FontMetrics(); in cocoa_new()
79 if (!(object instanceof FontMetrics)) return false; in equals()
80 FontMetrics metrics = (FontMetrics)object; in equals()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_graphics_FontMetrics.java21 import org.eclipse.swt.graphics.FontMetrics;
51 FontMetrics fm1 = gc.getFontMetrics(); in test_equalsLjava_lang_Object()
52 FontMetrics fm2 = gc.getFontMetrics(); in test_equalsLjava_lang_Object()
58 FontMetrics fm = gc.getFontMetrics(); in test_getAscent()
64 FontMetrics fm = gc.getFontMetrics(); in test_getAverageCharacterWidth()
71 FontMetrics fm = gc.getFontMetrics(); in test_getAverageCharWidth()
77 FontMetrics fm = gc.getFontMetrics(); in test_getDescent()
83 FontMetrics fm = gc.getFontMetrics(); in test_getHeight()
89 FontMetrics fm = gc.getFontMetrics(); in test_getLeading()
95 FontMetrics fm1 = gc.getFontMetrics(); in test_hashCode()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DLayout-TNG-Scanline-Maker.h51 virtual std::vector<ScanRun> makeScanline(Layout::FontMetrics const &line_height) =0;
75 virtual bool canExtendCurrentScanline(Layout::FontMetrics const &line_height) =0;
80 virtual void setLineHeight(Layout::FontMetrics const &line_height) =0;
99 std::vector<ScanRun> makeScanline(Layout::FontMetrics const &line_height) override;
111 bool canExtendCurrentScanline(Layout::FontMetrics const &line_height) override;
116 void setLineHeight(Layout::FontMetrics const &line_height) override;
120 Layout::FontMetrics _current_line_height;
136 std::vector<ScanRun> makeScanline(Layout::FontMetrics const &line_height) override;
145 bool canExtendCurrentScanline(Layout::FontMetrics const &line_height) override;
150 void setLineHeight(Layout::FontMetrics const &line_height) override;
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/graphics/
H A Dfont.cpp22 FontMetrics::FontMetrics(){ in FontMetrics() function in Shared::Graphics::FontMetrics
31 FontMetrics::~FontMetrics(){ in ~FontMetrics()
35 float FontMetrics::getTextWidth(const string &str) const{ in getTextWidth()
43 float FontMetrics::getHeight() const{ in getHeight()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DFontMetrics.java30 public final class FontMetrics { class
49 FontMetrics() { in FontMetrics() method in FontMetrics
65 if (!(object instanceof FontMetrics)) return false; in equals()
66 TEXTMETRIC metric = ((FontMetrics)object).handle; in equals()
210 public static FontMetrics win32_new(TEXTMETRIC handle) { in win32_new()
211 FontMetrics fontMetrics = new FontMetrics(); in win32_new()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/
H A DFontMetrics.java26 public final class FontMetrics { class
29 FontMetrics() { in FontMetrics() method in FontMetrics
45 if (!(object instanceof FontMetrics)) return false; in equals()
46 FontMetrics metrics = (FontMetrics)object; in equals()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DFontMetrics.java26 public final class FontMetrics { class
29 FontMetrics() { in FontMetrics() method in FontMetrics
45 if (!(object instanceof FontMetrics)) return false; in equals()
46 FontMetrics metrics = (FontMetrics)object; in equals()
/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/graphics/
H A Dfont.h25 class FontMetrics{
31 FontMetrics();
32 ~FontMetrics();
59 FontMetrics metrics;
71 const FontMetrics *getMetrics() const {return &metrics;} in getMetrics()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/sdl/
H A Dgl_wrap.h37 using Shared::Graphics::FontMetrics;
84 …itmaps(uint32 &base, const string &type, int size, int width, int charCount, FontMetrics &metrics);
85 …nes(uint32 &base, const string &type, int width, float depth, int charCount, FontMetrics &metrics);
87 …itmaps(uint32 &base, const string &type, int size, int width, int charCount, FontMetrics &metrics);
88 …nes(uint32 &base, const string &type, int width, float depth, int charCount, FontMetrics &metrics);
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/svg/font/
H A DKerningGlyphLayoutTestCase.java36 import org.apache.fop.fonts.FontMetrics;
44 FontMetrics metrics = mockFontMetrics(); in createGlyphVector()
52 private FontMetrics mockFontMetrics() { in mockFontMetrics()
53 FontMetrics metrics = mock(FontMetrics.class); in mockFontMetrics()
60 private Font mockFont(FontMetrics metrics) { in mockFont()
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DFontMetrics.h28 struct FontMetrics struct
30 virtual ~FontMetrics () {} in ~FontMetrics() argument
40 static FontMetrics* read (const char *fontname);
44 struct NullFontMetric : public FontMetrics
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java41 import java.awt.FontMetrics;
81 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
82 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
83 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
84 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java41 import java.awt.FontMetrics;
81 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
82 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
83 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
84 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java41 import java.awt.FontMetrics;
81 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
82 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
83 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
84 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java41 import java.awt.FontMetrics;
81 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
82 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
83 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
84 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java41 import java.awt.FontMetrics;
81 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
82 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
83 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
84 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java41 import java.awt.FontMetrics;
81 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
82 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
83 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
84 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java41 import java.awt.FontMetrics;
81 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
82 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
83 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
84 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java41 import java.awt.FontMetrics;
81 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
82 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
83 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
84 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java40 import java.awt.FontMetrics;
80 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
81 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
82 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
83 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java40 import java.awt.FontMetrics;
80 FontMetrics cnMetrics = g2d.getFontMetrics(courierNew); in main()
81 FontMetrics diMetrics = g2d.getFontMetrics(dialogInput); in main()
82 FontMetrics mmMetrics = g2d.getFontMetrics(msMincho); in main()
83 FontMetrics mgMetrics = g2d.getFontMetrics(msGothic); in main()
/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Dfont.rs118 pub fn metrics(&self) -> FontMetrics { in metrics() argument
125 FontMetrics::Metrics0(metrics) in metrics()
130 FontMetrics::Metrics1(metrics_1) in metrics()
156 pub enum FontMetrics { enum
163 impl FontMetrics { impl
167 FontMetrics::Metrics0(metrics) => metrics, in metrics0()
168 FontMetrics::Metrics1(metrics) => DWRITE_FONT_METRICS { in metrics0()

12345678910>>...126