Questions tagged [baseline]

243 questions
3
votes
0 answers

Oracle Baselines to force execution plan

We have a web based application ( Oracle backend ) which has a query which behaves differently between production and QA. Our QA environment has exact copy of production. The problem has been traced out to the execution plan between the two…
oradbanj
  • 551
  • 7
  • 23
3
votes
1 answer

reduce space between baseline and bottom of editText

When placing an EditText view next to a TextView in android, you can align it to the baseline of the TextView. Is there a way to reduce the space between the baseline and the actual bottom (the black line at the bottom of the EditText)? I don't…
kdlannoy
  • 103
  • 1
  • 8
3
votes
1 answer

What is the baseline architecture of JPEG?

I sometimes keep reading that baseline is used synonymously with the sequencial compression mode of a JPEG and I am confused by that. On the german wiki page for JPEG there are listed four main compression…
ap0
  • 1,083
  • 1
  • 12
  • 37
3
votes
1 answer

Align text by baseline in FPDF

I am using the following code to display a headline and a date next to each other using FPDF: $this->SetFont('Helvetica', 'B', 30); $this->Cell(120, 20, 'Rechnung 20130809-78'); $this->SetFont('Helvetica', '', 10); $this->Cell(0, 20, '09. 08.…
Lars Ebert
  • 3,487
  • 2
  • 24
  • 46
3
votes
1 answer

How to determine baseline position using DirectWrite

Using DirectWrite and Direct2D1, I am attempting to mimic the rendering that Illustrator CS6 does to an area text box. CS6 has an option where the baseline can be placed at a distance from the top of the area text box that equals the font's "em box…
Matt Houser
  • 33,983
  • 6
  • 70
  • 88
3
votes
1 answer

ClearCase; How to make a baseline with cleartool

I am currently using ClearCase over a remote network and it is painfully slow. It takes forever just to browse to the stream that I want to make a baseline of. Is there a quick, easy, and safe way to make a baseline from the cleartool interface of a…
Ian
  • 4,169
  • 3
  • 37
  • 62
3
votes
0 answers

C# Fonts graphics: How to calculate the correct baseline position in C# to render y coordinates from Java correctly

I get the x and y coordinates for a text from a Java backend. Now I want to draw that font in C# (Graphics.DrawString) the exact way as Java does it. For that I have to calculate the baseline. I have a code that makes it kind of right for some…
Michael S
  • 221
  • 2
  • 10
3
votes
1 answer

Vertical align : baseline doesnt work in Chrome

I have this really silly question to be honest. Anyways here goes. Ive been trying to use the vertical align: baseline; which is working in itself. The problem is that it works in IE and Firefox. My problem is that for some wierd reason it doesnt…
Raelona
  • 29
  • 3
2
votes
1 answer

CSS Baseline Grid - why do line-heights get smaller while font-sizes get larger?

Try to adapt the zoomable baseline grid from the golden grid system: https://github.com/jonikorpi/Golden-Grid-System/blob/master/GGS.css here's the relevant CSS (unless I'm missing something): /* * * Zoomable baseline grid * type size…
jon
  • 5,961
  • 8
  • 35
  • 43
2
votes
1 answer

Resize image container height to multiples of a value (on load, orientationchange and resize)

I need to improve a jquery script which snaps the height of image containers to a baseline grid. I want to make it work during window resize. So far, I applied the following to the image containers which have overflow set to hidden. Some of it was…
Flo
  • 31
  • 3
2
votes
2 answers

Creating Baseline repository for DMV Data

I have started to use DMVs to identify the performance issues we have been encountering in our SQL Server. Has anyone built a repository to capture this DMV data which can be then baselined and compared against the current data moving…
Conrad Jagger
  • 2,223
  • 4
  • 19
  • 15
2
votes
1 answer

How to load a specific Baseline fron IBM Doors using a DXL script

I wrote a DXL script that I run from a batch file, it receives a Module path, a Baseline and a View. After the batch command opens IBM Doors 9.6, the script supposed to go to the module path with the relevant view and load the Baseline entered. My…
asaf
  • 21
  • 4
2
votes
1 answer

How to convert dataframe (or vector) to matrix to use R baseline package for data other than the sample data provided?

I have data in the form of a dataframe of x and y values that when plotted looks like this: (The portion highlighted in green corresponds to the dput() data below). I want to use the baseline package to experiment with the different baseline…
Phenomniverse
  • 309
  • 1
  • 8
2
votes
1 answer

Align image next to text in flutter on base line in Flutter

I am having trouble placing a logo next to some text and properly aligning it vertically. The PNG dimensions of the logo png are about 750x256. I want it to be the same size as an upper case letter in the text next to it. I therefore set the font…
Searles
  • 1,447
  • 1
  • 11
  • 26
2
votes
1 answer

Baseline broken with GroupLayout and nested Panels

I am using GroupLayout for my main layout, and baseline alignment works fine, until I add internal panels. It seems the baseline is not propagated through these panels: While all buttons, labels, etc. directly added to the panel with GroupLayout are…
0__
  • 66,707
  • 21
  • 171
  • 266