Searched refs:fontfamilies (Results 1 – 11 of 11) sorted by relevance
/dports/math/py-svgmath/SVGMath-0.3.3/svgmath/ |
H A D | contextmakers.py | 23 node.fontfamilies = node.parent.fontfamilies 41 (node.fontweight, node.fontstyle, node.fontfamilies) = defaultVariant 180 (node.fontweight, node.fontstyle, node.fontfamilies) = mathvariant 186 node.fontfamilies = [" ".join(x.split()) for x in familyattr.split(u",")]
|
H A D | mathnode.py | 292 self.metriclist = fillMetricList(self.fontfamilies) 294 self.fontfamilies = self.config.fallbackFamilies 295 self.metriclist = fillMetricList(self.fontfamilies)
|
H A D | generators.py | 523 fontfamilies = [x.family for x in node.fontpool() if x.used] 524 if len(fontfamilies) == 0: fontfamilies = node.fontfamilies 526 u"font-family": u", ".join(fontfamilies),
|
/dports/www/moodle310/moodle/lib/tests/other/ |
H A D | pdflibtestpage.php | 92 $fontfamilies = $doc->get_font_families(); variable 94 foreach ($fontfamilies as $family => $fonts) {
|
/dports/www/moodle311/moodle/lib/tests/other/ |
H A D | pdflibtestpage.php | 92 $fontfamilies = $doc->get_font_families(); variable 94 foreach ($fontfamilies as $family => $fonts) {
|
/dports/www/moodle39/moodle/lib/tests/other/ |
H A D | pdflibtestpage.php | 92 $fontfamilies = $doc->get_font_families(); variable 94 foreach ($fontfamilies as $family => $fonts) {
|
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/data/templates/ |
H A D | default.latex | 127 $for(fontfamilies)$ 128 …\newfontfamily{$fontfamilies.name$}[$for(fontfamilies.options)$$fontfamilies.options$$sep$,$endfor…
|
/dports/textproc/hs-pandoc/pandoc-2.14.2/data/templates/ |
H A D | default.latex | 127 $for(fontfamilies)$ 128 …\newfontfamily{$fontfamilies.name$}[$for(fontfamilies.options)$$fontfamilies.options$$sep$,$endfor…
|
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ |
H A D | GuiDocument.h | 223 static char const * const fontfamilies[5]; variable
|
H A D | GuiDocument.cpp | 3379 bp_.fonts_default_family = GuiDocument::fontfamilies[ in applyView() 3913 nn = findToken(GuiDocument::fontfamilies, bp_.fonts_default_family); in paramsToDialog() 4361 char const * const GuiDocument::fontfamilies[5] = { member in lyx::frontend::GuiDocument
|
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/examples/ |
H A D | HTMLDemos.ad | 362 ! Multiple fontfamilies can be specified by separating them with a ,
|