Searched refs:spaceFont (Results 1 – 7 of 7) sorted by relevance
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/ |
H A D | TextLayoutManager.java | 103 private Font spaceFont; field in TextLayoutManager 162 spaceFont = FontSelector.selectFontForCharacterInText(' ', foText, this); in initialize() 165 spaceCharIPD = spaceFont.getCharWidth(' '); in initialize() 169 hyphIPD = foText.getCommonHyphenation().getHyphIPD(spaceFont); in initialize() 173 spaceFont); in initialize() 855 breakOpportunity, spaceFont, level, null); in getNextKnuthElements() 933 false, true, breakOpportunity, spaceFont, level, null); in processWhitespace()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/ |
H A D | gfxTextRun.cpp | 1980 RefPtr<gfxFont> spaceFont = in MakeSpaceTextRun() local 1983 if (spaceFont) { in MakeSpaceTextRun() 1984 textRun->SetSpaceGlyph(spaceFont, aParams->mDrawTarget, 0, in MakeSpaceTextRun()
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/ |
H A D | gfxTextRun.cpp | 2070 gfxFont* spaceFont = in MakeSpaceTextRun() local 2072 if (spaceFont) { in MakeSpaceTextRun() 2073 textRun->SetSpaceGlyph(spaceFont, aParams->mDrawTarget, 0, orientation); in MakeSpaceTextRun()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/ |
H A D | gfxTextRun.cpp | 2214 gfxFont* spaceFont = in MakeSpaceTextRun() local 2216 if (spaceFont) { in MakeSpaceTextRun() 2217 textRun->SetSpaceGlyph(spaceFont, aParams->mDrawTarget, 0, orientation); in MakeSpaceTextRun()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/ |
H A D | gfxTextRun.cpp | 2378 gfxFont* spaceFont = in MakeSpaceTextRun() local 2380 if (spaceFont) { in MakeSpaceTextRun() 2381 textRun->SetSpaceGlyph(spaceFont, aParams->mDrawTarget, 0, orientation); in MakeSpaceTextRun()
|
/dports/www/firefox/firefox-99.0/gfx/thebes/ |
H A D | gfxTextRun.cpp | 2366 gfxFont* spaceFont = in MakeSpaceTextRun() local 2368 if (spaceFont) { in MakeSpaceTextRun() 2369 textRun->SetSpaceGlyph(spaceFont, aParams->mDrawTarget, 0, orientation); in MakeSpaceTextRun()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/ |
H A D | gfxTextRun.cpp | 2378 gfxFont* spaceFont = in MakeSpaceTextRun() local 2380 if (spaceFont) { in MakeSpaceTextRun() 2381 textRun->SetSpaceGlyph(spaceFont, aParams->mDrawTarget, 0, orientation); in MakeSpaceTextRun()
|