Home
last modified time | relevance | path

Searched defs:AdvanceWidth (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_metrics_table.cc70 int32_t HorizontalMetricsTable::AdvanceWidth(int32_t glyph_id) { in AdvanceWidth() function in sfntly::HorizontalMetricsTable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_metrics_table.cc70 int32_t HorizontalMetricsTable::AdvanceWidth(int32_t glyph_id) { in AdvanceWidth() function in sfntly::HorizontalMetricsTable
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go28 AdvanceWidth fixed.Int26_6 member
H A Dtruetype.go69 AdvanceWidth, LeftSideBearing fixed.Int26_6 member
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go28 AdvanceWidth fixed.Int26_6 member
H A Dtruetype.go69 AdvanceWidth, LeftSideBearing fixed.Int26_6 member
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go28 AdvanceWidth fixed.Int26_6 member
H A Dtruetype.go68 AdvanceWidth, LeftSideBearing fixed.Int26_6 member
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DOpenTypeFileInput.h103 unsigned short AdvanceWidth; member
/dports/editors/impress/impress-1.1b9/font3d/
H A Dtruetype.h408 USHORT AdvanceWidth() { return advanceWidth; } in AdvanceWidth() function
/dports/graphics/okular/okular-21.12.3/generators/xps/
H A Dgenerator_xps.cpp838 qreal AdvanceWidth = parts.at(1).toDouble() * fontSize / 100.0; in processGlyph() local