Home
last modified time | relevance | path

Searched refs:winAscent (Results 1 – 25 of 99) sorted by relevance

1234

/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/OpenFontFormat/
H A DHheaTable.vala42 int16 winAscent = 0;
53 if (winAscent != 0) {
54 return winAscent;
58 if (glyph.bounding_box_ymax > winAscent) {
59 winAscent = glyph.bounding_box_ymax;
63 return winAscent;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/font/
H A Dfontmetric.cxx292 + OUString::number(rInfo.winAscent) + "," + OUString::number(rInfo.winDescent)); in ShouldUseWinMetrics()
353 if (rInfo.winAscent || rInfo.winDescent || in ImplCalcLineSpacing()
358 fAscent = rInfo.winAscent * fScale; in ImplCalcLineSpacing()
385 << ", winAscent: " << rInfo.winAscent in ImplCalcLineSpacing()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/font/
H A Dfontmetric.cxx293 + OUString::number(rInfo.winAscent) + "," + OUString::number(rInfo.winDescent)); in ShouldUseWinMetrics()
354 if (rInfo.winAscent || rInfo.winDescent || in ImplCalcLineSpacing()
359 fAscent = rInfo.winAscent * fScale; in ImplCalcLineSpacing()
386 << ", winAscent: " << rInfo.winAscent in ImplCalcLineSpacing()
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/feaLib/data/
H A Dspec9f.fea6 winAscent 832;
/dports/print/py-fonttools/fonttools-4.28.2/Tests/feaLib/data/
H A Dspec9f.fea6 winAscent 832;
/dports/x11-servers/Xfstt/xfstt-1.11/libfstt/
H A Dtable_os2.cc64 winAscent = readUShort(); in OS2Table()
H A Draster_scale.cc193 int i = ttFont->os2Table->winAscent; in getFontExtent()
H A Dttf.h521 uint16_t winAscent; variable
/dports/print/py-fonttools/fonttools-4.28.2/Tests/varLib/data/master_ufo/TestFamily2-Master1.ufo/
H A Dfeatures.fea37 winAscent 984;
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/varLib/data/master_ufo/TestFamily2-Master1.ufo/
H A Dfeatures.fea37 winAscent 984;
/dports/x11-fonts/py-fontmake/fontmake-1.8.0/test/InterpolateLayoutTest/
H A DInterpolateLayoutTest.glyphs50 name = winAscent;
109 name = winAscent;
/dports/x11-fonts/py-glyphsLib/glyphsLib-3.1.4/tests/data/
H A DMontserratStrippedDown.glyphs86 name = winAscent;
174 name = winAscent;
255 name = winAscent;
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/varLib/data/master_ufo/TestFamily2-Master0.ufo/
H A Dfeatures.fea37 winAscent 984;
/dports/print/py-fonttools/fonttools-4.28.2/Tests/varLib/data/master_ufo/TestFamily2-Master0.ufo/
H A Dfeatures.fea37 winAscent 984;
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotcore_p.h257 UInt16 winAscent; member
/dports/graphics/xournal/xournal-0.4.8.2016/src/ttsubset/
H A Dsft.h339 int winAscent; /**< ascender metric for Windows */ member
/dports/www/ttf2eot/ttf2eot-b732f41/
H A DOpenTypeUtilities.cpp121 BigEndianUShort winAscent; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dsft.hxx168 int winAscent; /**< ascender metric for Windows */ member
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsft.hxx169 int winAscent; /**< ascender metric for Windows */ member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp117 BigEndianUShort winAscent; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx639 else if( aInfo.winAscent && aInfo.winDescent ) in analyzeSfntFile()
641 rFont.m_nAscend = aInfo.winAscent; in analyzeSfntFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx639 else if( aInfo.winAscent && aInfo.winDescent ) in analyzeSfntFile()
641 pFont->m_nAscend = aInfo.winAscent; in analyzeSfntFile()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqrawfont_win.cpp144 BigEndian<quint16> winAscent; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/fontsubset/
H A Dsft.cxx2009 info->winAscent = GetUInt16(pOs2, OS2_winAscent_offset); in GetTTFontMetrics()
2062 info->winAscent = XUnits(UPEm, GetUInt16(table, OS2_winAscent_offset)); in GetTTGlobalFontInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dsalgdilayout.cxx1026 rInfo.m_nAscent = rTTInfo.winAscent; in FillFontSubsetInfo()

1234