Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/testing/web-platform/tests/mathml/tools/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 3 kB image not shown  

Quelle  largeop.py

  Sprache: Python
 

#!/usr/bin/env python3

from utils import mathfont
import fontforge

nAryWhiteVerticalBarCodePoint = 0x2AFF
v1 = 5 * mathfont.em
f = mathfont.create("largeop-displayoperatorminheight%d" % v1,
                    "Copyright (c) 2016 MathML Association")
f.math.DisplayOperatorMinHeight = v1
mathfont.createSquareGlyph(f, nAryWhiteVerticalBarCodePoint)
g = f.createChar(-1"uni2AFF.display")
mathfont.drawRectangleGlyph(g, mathfont.em, v1, 0)
f[nAryWhiteVerticalBarCodePoint].verticalVariants = "uni2AFF uni2AFF.display"
mathfont.save(f)

v1 = 3 * mathfont.em
v2 = mathfont.em
f = mathfont.create("largeop-displayoperatorminheight%d-2AFF-axisheight%d" % (v1, v2),
                    "Copyright (c) 2025 Igalia S.L.")
f.math.DisplayOperatorMinHeight = v1
f.math.AxisHeight = v2
mathfont.createSquareGlyph(f, nAryWhiteVerticalBarCodePoint)
g = f.createChar(-1"uni2AFF.display")
p = g.glyphPen()
p.moveTo(00)
p.lineTo(0, v1)
p.lineTo(mathfont.em, v1)
p.lineTo(mathfont.em, 0)
p.closePath()
g.width = mathfont.em
g.italicCorrection = 0
f[nAryWhiteVerticalBarCodePoint].verticalVariants = "uni2AFF uni2AFF.display"
mathfont.save(f)

v1 = 2 * mathfont.em
v2 = 3 * mathfont.em
f = mathfont.create("largeop-displayoperatorminheight%d-2AFF-italiccorrection%d" % (v1, v2),
                    "Copyright (c) 2018 Igalia S.L.")
f.math.DisplayOperatorMinHeight = v1
mathfont.createSquareGlyph(f, nAryWhiteVerticalBarCodePoint)
g = f.createChar(-1"uni2AFF.display")
p = g.glyphPen()
p.moveTo(00)
p.lineTo(v2, v1)
p.lineTo(v2 + mathfont.em, v1)
p.lineTo(mathfont.em, 0)
p.closePath()
g.width = mathfont.em + v2
g.italicCorrection = v2
f[nAryWhiteVerticalBarCodePoint].verticalVariants = "uni2AFF uni2AFF.display"
mathfont.save(f)

v1 = 7 * mathfont.em
v2 = 5 * mathfont.em
f = mathfont.create("largeop-displayoperatorminheight%d-2AFF-italiccorrection%d" % (v1, v2),
                    "Copyright (c) 2020 Igalia S.L.")
f.math.DisplayOperatorMinHeight = v1
f.math.MinConnectorOverlap = 0
mathfont.createSquareGlyph(f, nAryWhiteVerticalBarCodePoint)
g = f.createChar(-1"uni2AFF.bot")
mathfont.drawRectangleGlyph(g,
                            width=2 * mathfont.em,
                            ascent=mathfont.em)
g = f.createChar(-1"uni2AFF.ext")
mathfont.drawRectangleGlyph(g,
                            width=mathfont.em,
                            ascent=2 * mathfont.em,
                            padding_left=mathfont.em)
g = f.createChar(-1"uni2AFF.top")
mathfont.drawRectangleGlyph(g,
                            width=v2 + mathfont.em,
                            ascent=mathfont.em,
                            padding_left=mathfont.em)
f[nAryWhiteVerticalBarCodePoint].verticalVariants = "uni2AFF"
# Part: (glyphName, isExtender, startConnector, endConnector, fullAdvance)
f[nAryWhiteVerticalBarCodePoint].verticalComponents = \
    (("uni2AFF.bot"False0, mathfont.em // 2, mathfont.em),
     ("uni2AFF.ext"True, mathfont.em // 2, mathfont.em // 22 * mathfont.em),
     ("uni2AFF.top"False, mathfont.em // 20, mathfont.em)
     )
f[nAryWhiteVerticalBarCodePoint].verticalComponentItalicCorrection = v2
mathfont.save(f)

v1 = int(1.25 * mathfont.em)
f = mathfont.create("largeop-displayoperatorminheight%d" % v1,
                    "Copyright (c) 2025 Igalia S.L.")
f.math.DisplayOperatorMinHeight = v1
f.math.AxisHeight = int(v1 / 2)
mathfont.createSquareGlyph(f, nAryWhiteVerticalBarCodePoint)
g = f.createChar(-1"uni2AFF.v1")
mathfont.drawRectangleGlyph(g, mathfont.em, v1, 0)
g = f.createChar(-1"uni2AFF.v2")
mathfont.drawRectangleGlyph(g, mathfont.em, 2 * mathfont.em, 0)
f[nAryWhiteVerticalBarCodePoint].verticalVariants = "uni2AFF uni2AFF.v1 uni2AFF.v2"
mathfont.save(f)

Messung V0.5 in Prozent
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.