Questions tagged [baseline]
243 questions
0
votes
1 answer
Enterprise architect - Compare baseline changes
I would like to know, what tool or extension to use to compare changes between two baselines in Enterprise architect (EA).
Default tool what EA provides, does not work with HTML tags at all.
If text in changed element is larger, it starts to be…

user2512458
- 9
- 2
0
votes
1 answer
How to see what changed in a sprint in greenhopper
We use Greenhopper/Jira for planning our Sprints.
A coworker want to see the changes that happens during a sprint: what tasks got, done; What tasks got added or removed from the sprint.
Is there a nice way to do that?
The only think we came up so…

Jens Schauder
- 77,657
- 34
- 181
- 348
0
votes
1 answer
Change Xcode grid size on storyboard
The storyboard on Xcode has a light blue grid on the background of 12px by 12px
Is there a way to change this value to for example 10px by 10px?
If not, is there a way to import a custom grid schema in order to better design the interface of an app…

stilllife
- 1,776
- 1
- 18
- 38
0
votes
0 answers
Chrome uses a different baseline for my webfonts
I am using a font family from MyFonts.com and I include it like they have in their example css:
@import url("//hello.myfonts.net/count/xxxxxx");
@font-face {
font-family: 'URWGroteskNarrow';
src: url('fonts/XXXXXX_1_0.eot');
src:…

Dehalion
- 757
- 1
- 7
- 16
0
votes
1 answer
Alignment of different size text in adjacent
Please could someone help me with this, I'm past the stage of pulling my hair out and don't want to end up bald!
Having searched SO, read about and tinkered with inline / inline-block, float, line-height & font-size properties for > several days, I…

Stef U
- 1
- 1
- 1
0
votes
1 answer
how to compute vertical line shift for font drawing?
Do you know how to compute the vertical shift for font drawing ?
Explaination:
I am drawing 2D letters in a 3D world and I would like to return to a newline. So I need to compute the vector between the origin point of the 1rst baseline and the new…

DevMultiTech
- 353
- 3
- 15
0
votes
1 answer
"real" baseline for typography
Line-height in web design and line-height in print (InDesign and more) is not the same.
Result is near :
In web http://jsfiddle.net/Y9M28/4/ (better in webkit)
In print http://jsfiddle.net/Y9M28/3/
I try a lot of tricks but as you see in my…

benoît
- 1,473
- 3
- 13
- 31
0
votes
1 answer
Fluid Layout vs Grid?
I feel like I missed a memo or something. Are fluid layouts and grid layouts the same thing? What is this baseline thing I keep hearing about? Is the baseline just like something you create to line up all the words and pictures? How is that any…

Parris
- 17,833
- 17
- 90
- 133
0
votes
1 answer
H Tags Wont Sit On Baseline Grid
Im trying to work with a baseline grid of font-size:12px & line height:18px.
Most things seems to line up ok, except the H tags. The h2 tag in particular ends up with the baseline guide running through the middle of it.
This is my first shot at…

cosmicsafari
- 3,949
- 11
- 37
- 56
-1
votes
1 answer
Baseline correction on epoched EEG dat
I am new to the Neuroscience topic and I am supposed to baseline correct some EEG data that I have already epoched. I have been googling to try to find out how to do this on Matlab but I am not sure what the concept is. Can anyone help? I know it's…

xoani
- 107
- 1
- 1
- 13
-1
votes
1 answer
How to Baseline a Web application using Jmeter
I want to Baseline my application .It is having two transactions "Place Order" and "Add A Product To Favorites".. Both of these transactions follow the same navigation route mostly. For the - Place Order Business Transaction the steps are Land on…

Damascus
- 19
- 6
-1
votes
1 answer
Baseline subtraction/removal of a pandas DataFrame (Python)
I have some experimental time-lapse data of light emission of cells. Unfortunately, the baseline changes over time (see attached image for example, https://i.stack.imgur.com/zjlBR.png) which makes it harder to analyse the data. For the different…

RDoc
- 346
- 1
- 10
-1
votes
1 answer
Algorithms for establishing baselines from time series data
In my app I collect a lot of metrics: hardware/native system metrics (such as CPU load, available memory, swap memory, network IO in terms of packets and bytes sent/received, etc.) as well as JVM metrics (garbage collectins, heap size, thread…

hotmeatballsoup
- 385
- 6
- 58
- 136
-1
votes
1 answer
Check-out the Baseline code from Serena Dimension using Jenkins
I am trying to check-out the baseline code from Dimension into local workspace using Jenkins. I have designed the Jenkins job as parameterized build by passing baseline as input value to the string variable "DM_BASELINE". But I am unaware of how to…

Rajeswari
- 71
- 2
- 11
-1
votes
2 answers
Get absolute position of character in JEditorPane
I need the absolute position of the charater. With:editorPane.getFontMetrics(f).getAscent()
I only get a relative distance to the baseline. Maybe there is a way to get the absolute position of the baseline?
EDIT:
This is the result of rect.y +…

Andreas
- 23
- 8