Home
last modified time | relevance | path

Searched refs:baseFontSize (Results 1 – 25 of 140) sorted by relevance

123456

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DFontSizePropertyMaker.java75 int baseFontSize = computeClosestAbsoluteFontSize(pp.getLength().getValue()); in convertProperty() local
78 Math.round(baseFontSize * FONT_SIZE_GROWTH_FACTOR)); in convertProperty()
81 Math.round(baseFontSize / FONT_SIZE_GROWTH_FACTOR)); in convertProperty()
93 private int computeClosestAbsoluteFontSize(int baseFontSize) { in computeClosestAbsoluteFontSize() argument
96 if (baseFontSize < FONT_SIZE_NORMAL) { in computeClosestAbsoluteFontSize()
102 while (scale < 1 && nextStepFontSize > baseFontSize in computeClosestAbsoluteFontSize()
103 || scale > 1 && nextStepFontSize < baseFontSize) { in computeClosestAbsoluteFontSize()
114 if (Math.abs(lastStepFontSize - baseFontSize) in computeClosestAbsoluteFontSize()
115 <= Math.abs(baseFontSize - nextStepFontSize)) { in computeClosestAbsoluteFontSize()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/fauxton/assets/less/bootstrap/
H A Dtype.less14 font-size: @baseFontSize * 1.5;
77 h1 { font-size: @baseFontSize * 2.75; } // ~38px
78 h2 { font-size: @baseFontSize * 2.25; } // ~32px
79 h3 { font-size: @baseFontSize * 1.75; } // ~24px
80 h4 { font-size: @baseFontSize * 1.25; } // ~18px
81 h5 { font-size: @baseFontSize; }
82 h6 { font-size: @baseFontSize * 0.85; } // ~12px
84 h1 small { font-size: @baseFontSize * 1.75; } // ~24px
86 h3 small { font-size: @baseFontSize; }
87 h4 small { font-size: @baseFontSize; }
[all …]
H A Dvariables.less51 @baseFontSize: 14px;
65 @fontSizeLarge: @baseFontSize * 1.25; // ~18px
66 @fontSizeSmall: @baseFontSize * 0.85; // ~12px
67 @fontSizeMini: @baseFontSize * 0.75; // ~11px
H A Dcode.less11 font-size: @baseFontSize - 2;
30 font-size: @baseFontSize - 1; // 14px to 13px
/dports/www/uchiwa/uchiwa-0.18.2/public/bower_components/fontawesome/src/3.2.1/assets/less/bootstrap-2.3.2/
H A Dtype.less14 font-size: @baseFontSize * 1.5;
77 h1 { font-size: @baseFontSize * 2.75; } // ~38px
78 h2 { font-size: @baseFontSize * 2.25; } // ~32px
79 h3 { font-size: @baseFontSize * 1.75; } // ~24px
80 h4 { font-size: @baseFontSize * 1.25; } // ~18px
81 h5 { font-size: @baseFontSize; }
82 h6 { font-size: @baseFontSize * 0.85; } // ~12px
84 h1 small { font-size: @baseFontSize * 1.75; } // ~24px
86 h3 small { font-size: @baseFontSize; }
87 h4 small { font-size: @baseFontSize; }
[all …]
H A Dvariables.less51 @baseFontSize: 14px;
65 @fontSizeLarge: @baseFontSize * 1.25; // ~18px
66 @fontSizeSmall: @baseFontSize * 0.85; // ~12px
67 @fontSizeMini: @baseFontSize * 0.75; // ~11px
H A Dcode.less11 font-size: @baseFontSize - 2;
30 font-size: @baseFontSize - 1; // 14px to 13px
/dports/www/joomla3/joomla3-3.9.24/media/jui/less/
H A Dtype.less14 font-size: @baseFontSize * 1.5;
77 h1 { font-size: @baseFontSize * 2.75; } // ~38px
78 h2 { font-size: @baseFontSize * 2.25; } // ~32px
79 h3 { font-size: @baseFontSize * 1.75; } // ~24px
80 h4 { font-size: @baseFontSize * 1.25; } // ~18px
81 h5 { font-size: @baseFontSize; }
82 h6 { font-size: @baseFontSize * 0.85; } // ~12px
84 h1 small { font-size: @baseFontSize * 1.75; } // ~24px
86 h3 small { font-size: @baseFontSize; }
87 h4 small { font-size: @baseFontSize; }
[all …]
H A Dvariables.less51 @baseFontSize: 14px;
65 @fontSizeLarge: @baseFontSize * 1.25; // ~18px
66 @fontSizeSmall: @baseFontSize * 0.85; // ~12px
67 @fontSizeMini: @baseFontSize * 0.75; // ~11px
H A Dcode.less11 font-size: @baseFontSize - 2;
30 font-size: @baseFontSize - 1; // 14px to 13px
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A Dworkbook_column_widths.R46 baseFontSize <- unlist(baseFont$size, use.names = FALSE) functionVar
47 if (is.null(baseFontSize)) {
48 baseFontSize <- 11
50 baseFontSize <- as.numeric(baseFontSize)
51 baseFontSize <- ifelse(baseFontSize < 8, 8, ifelse(baseFontSize > 36, 36, baseFontSize))
54 baseFontCharWidth <- openxlsxFontSizeLookupTable[[baseFontName]][baseFontSize - 7]
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/docs/_build/html/_static/less/
H A Dtheme.less54 font-size: @baseFontSize + 4px;
143 font-size: @baseFontSize * 1.6;
151 font-size: @baseFontSize * 2.6;
154 font-size: @baseFontSize * 2.4;
157 font-size: @baseFontSize * 2.2;
160 font-size: @baseFontSize * 2.0;
163 font-size: @baseFontSize * 1.8;
166 font-size: @baseFontSize * 1.6;
204 font-size: @baseFontSize;
234 font-size: @baseFontSize + 2;
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/docs/_themes/sphinx-bootstrap/static/less/
H A Dtheme.less54 font-size: @baseFontSize + 4px;
143 font-size: @baseFontSize * 1.6;
151 font-size: @baseFontSize * 2.6;
154 font-size: @baseFontSize * 2.4;
157 font-size: @baseFontSize * 2.2;
160 font-size: @baseFontSize * 2.0;
163 font-size: @baseFontSize * 1.8;
166 font-size: @baseFontSize * 1.6;
204 font-size: @baseFontSize;
234 font-size: @baseFontSize + 2;
/dports/www/pear-HTML_TagCloud/HTML_TagCloud-1.0.0/
H A DTagCloud.php53 protected $baseFontSize = 24; variable in HTML_TagCloud
193 * @param int $baseFontSize base font size of output tag (optional)
204 public function __construct($baseFontSize = null, $fontSizeRange = null, argument
214 if ($baseFontSize !== null) {
215 $this->baseFontSize = $baseFontSize;
225 if ($this->baseFontSize - $this->fontSizeRange > 0) {
226 $this->_minFontSize = $this->baseFontSize - $this->fontSizeRange;
230 $this->_maxFontSize = $this->baseFontSize + $this->fontSizeRange;
451 return $this->createHTMLTag($tag, $type, $this->baseFontSize);
/dports/www/pear-HTML_TagCloud/HTML_TagCloud-1.0.0/docs/examples/
H A DTagCloud_example2.php33 $baseFontSize = 36; variable
37 $tags = new HTML_TagCloud($baseFontSize, $fontSizeRange);
H A DTagCloud_example5.php31 $baseFontSize = 150; variable
41 $baseFontSize, $fontSizeRange, $latestColor, $earliestColor, $thresholds,
H A DTagCloud_example4.php53 $baseFontSize = 140; variable
59 $tags = new MyTagsCustomCss($baseFontSize, $fontSizeRange, '000090', 'FFFFFF', 6);
/dports/graphics/art/ART-1.9.3/rtgui/
H A Drtscalable.h45 static constexpr int baseFontSize = 12; variable
49 static constexpr int baseFontSize = 9;
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Drtscalable.h45 static constexpr int baseFontSize = 12; variable
49 static constexpr int baseFontSize = 9;
/dports/sysutils/calamares/calamares-3.2.44.2/src/qml/calamares/slideshow/
H A DSlide.qml83 property real baseFontSize: fontSize * fontScale
126 font.pixelSize: baseFontSize
136 font.pixelSize: baseFontSize
170 … height: text.height + (nextIndentLevel == 0 ? 1 : 0.3) * slide.baseFontSize * slide.bulletSpacing
171 x: slide.baseFontSize * indentLevel
194 font.pixelSize: baseFontSize * row.indentFactor
/dports/devel/gitlist/gitlist/themes/default/less/
H A Dbuttons.less14 font-size: @baseFontSize;
76 font-size: @baseFontSize + 2px;
87 font-size: @baseFontSize - 2px;
97 font-size: @baseFontSize - 2px;
H A Dcode.less10 font-size: @baseFontSize - 1;
28 font-size: @baseFontSize * .925; // 13px to 12px
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker-credential-helpers/moby-0.4.1/docs/theme/docker/static/css/
H A Dvariables.less51 @baseFontSize: 14px;
65 @fontSizeLarge: @baseFontSize * 1.25; // ~18px
66 @fontSizeSmall: @baseFontSize * 0.85; // ~12px
67 @fontSizeMini: @baseFontSize * 0.75; // ~11px
/dports/www/joomla3/joomla3-3.9.24/templates/protostar/less/
H A Dvariables.less52 @baseFontSize: 13px;
69 @fontSizeLarge: @baseFontSize * 1.25; // ~18px
71 @fontSizeSmall: ceil(@baseFontSize * 0.90); // ~12px
73 @fontSizeMini: @baseFontSize * 0.75; // ~11px
/dports/www/uchiwa/uchiwa-0.18.2/public/bower_components/fontawesome/src/3.2.1/assets/less/
H A Dvariables.less93 @baseFontSize: 14px;
107 @fontSizeLarge: @baseFontSize * 1.25; // ~18px
108 @fontSizeSmall: @baseFontSize * 0.85; // ~12px
109 @fontSizeMini: @baseFontSize * 0.75; // ~11px

123456