typography Questions
3
Solved
What is the difference between overflow-wrap: break-word and word-break: break-word?
As you see from the following example, there is no visual difference between option-1 and option-2. (You need to...
Ipomoea asked 20/3, 2021 at 17:27
6
Solved
String.length will only tell me how many characters are in the String. (In fact, before Ruby 1.9, it will only tell me how many bytes, which is even less useful.)
I'd really like to be able to fin...
Mariahmariam asked 18/12, 2008 at 19:17
1
What's the difference between ui-sans-serif and sans-serif fonts in font-family in CSS? And ui-serif vs. serif? And ui-monospace vs. monospace?
Where does system-ui fit into this? Would you use it ...
Heresiarch asked 4/1, 2021 at 4:52
3
Solved
I can't find any utility classes for changing the font size in Bootstrap. There are utility classes for margins and padding, etc. There are display classes for headings and there's a lead class for...
Honeysucker asked 17/4, 2019 at 17:19
2
Solved
I want to style a div exactly like a button. I noticed that when I give the button a specific height, the text is always centered vertically.
So far i tried digging through the Chromium user agent...
Quass asked 28/12, 2018 at 13:57
4
Solved
I'm printing text to a canvas in a pretty straight forward way:
var ctx = canvas.getContext('2d');
ctx.font = "10pt Courier";
ctx.fillText("Hello World", 100, 100);
But how can I change the text...
Cita asked 1/3, 2011 at 17:42
2
Solved
I am trying to italicize part of my legend elements. I have been able to get the subsets I want italicized using the answer in this OP, but this then creates problems with how the text shows up.
H...
Miquelon asked 23/7, 2019 at 16:53
1
Solved
I have a Material UI Card with an image and several <Typography> children. I need to allow the user to edit the image URL and the text in the children. What's the best way to do it without ch...
Eer asked 4/10, 2020 at 13:15
3
Solved
I have a problem in IE and Edge browsers with using 'Open Sans' font, defined in local .css file.
open-sans.html:
<html>
<head>
<meta charset="utf-8">
<!--link hre...
Applicant asked 16/4, 2016 at 6:24
2
Solved
In my App I want to use stylistic alternate font for 'a' and not system font.
Attaching screenshot which explains the different rendering of the font.
How can I enable this behaviour for UILabe...
Nelsonnema asked 24/12, 2019 at 6:50
2
I want uniformity across Western and Asian fonts because I have to type multilingual documents.
This happens in other Office programs as well:
1. In PowerPoint, it automatically switches to Yu Got...
Croissant asked 22/9, 2017 at 4:8
10
Solved
Is there an existing subset of the alphanumerics that is easier to read? In particular, is there a subset that has fewer characters that are visually ambiguous, and by removing (or equating) certai...
Draggletailed asked 12/8, 2012 at 4:20
5
Solved
Preamble: I want to create publication-grade graphics from R without postprocessing. Other researchers at my institute always perform postprocessing in a graphics software (such as Adobe Illustrato...
Isle asked 8/2, 2013 at 20:31
1
Solved
Im trying to change my text to small caps in SwiftUI.
But I don't understand how to apply the Method to my text.
https://developer.apple.com/documentation/swiftui/font/3084273-smallcaps
I've trie...
Halve asked 31/3, 2020 at 22:18
1
In Material Design Typography there is a Body 1 and Body 2.
While one can easily see the differences between them - Body 1 has a slightly larger font size and letter spacing - I am wondering wh...
Breckenridge asked 28/9, 2019 at 13:41
1
Solved
The documentation for Paragraph has four different ways to get a width distance:
width → double
The amount of horizontal space this paragraph occupies.
longestLine → double
The distance fro...
Schoenfeld asked 17/7, 2019 at 20:26
1
Solved
In Flutter, after a Paragraph or TextPainter has laid out it's text, you can get the Rects for the lines (or runs within a line) by calling getBoxesForSelection. If you draw the actual boxes they l...
Electrophone asked 9/7, 2019 at 0:30
2
The default <h5> and <h6> section headings in HTML5 have font sizes of 0.83em and 0.67em, respectively, while the default <p> font size is 1em. That means in a block of text conta...
Georganngeorge asked 15/4, 2019 at 20:30
2
Solved
Font-size seems to apply to the height of a font's 'box' which, as far as I understand, is defined in the font file itself. And so for the same font-size, any character, no matter its visual height...
Chain asked 7/4, 2019 at 20:37
5
The text is not positioned the same in Safari as it is in other browsers. Is there are reason for this? Is there a style to ensure it meets precise measurements.
* {
margin: 0;
padding: 0...
Therewith asked 26/12, 2018 at 7:7
1
I'm using Gatsby.js and its Typography plugin with the Irving theme.
This theme requires the Google Fonts "Exo" and "Yrsa", and adds an import to the <head> section of the exported static ht...
Decemvir asked 22/1, 2018 at 18:6
13
Solved
Is there any reason to avoid using text-align: justify;?
Does it reduce readability or cause problems?
Rustle asked 24/11, 2008 at 23:16
7
Solved
It can be library-dependent or -agnostic. I just want to know if a script exists that will analyze the page (or maybe certain nodes that it has been given) and... "protect" against widows and orpha...
Lawhorn asked 20/1, 2011 at 0:50
2
Solved
When I'm making web pages I like to use unicode characters for icons when images or SVGs really aren't necessary. It's easy for me and it makes the page lighter. This works pretty well, usually, ex...
Averett asked 15/4, 2018 at 7:49
5
This is my first post. So:
I'm working on an HTML e-newsletter using the same template I've used for a while now. The template has worked well until recently (the bit of code I have been using is ...
Decree asked 19/4, 2012 at 17:48
© 2022 - 2024 — McMap. All rights reserved.