945 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
80
views
PyMuPDF (insert_textbox) refuses custom fonts and bold text — how do I correctly apply non-default fonts?
I'm working on a PDF-personalization pipeline using PyMuPDF (fitz) where I insert modified text into an existing PDF using page.insert_textbox(). The text insertion works, but custom fonts and bold ...
Advice
0
votes
2
replies
65
views
What is bold text? WCAG contrast requirements SC 1.4.3
Our internal tooling uses a secondary house style color as brand color. Often, the main navigation bar has that (blueish) color as background, with white navigation items. According to SC 1.4.3 the ...
1
vote
0
answers
80
views
printer italic font ascii (no html tags os font styles)
We are using citizen/HP printer to print receipt.
to print Bold characters uses following code
string Bold = Escape + (char) 33; // u001b!
string BoldStart = Bold + (char)8;// u001b!\b
string BoldEnd =...
0
votes
1
answer
106
views
Shopify Theme Dev: How to add strikethrough to text and textarea inputs?
Relevant Shopify theme docs
https://shopify.dev/docs/storefronts/themes/architecture/settings/input-settings#text
https://shopify.dev/docs/storefronts/themes/architecture/settings/input-settings#...
4
votes
3
answers
165
views
Making variable strings of text italics in Excel VBA
I have a range of cells with varying lengths of text.
These can look like:
"(first)"
"Here's another (longer string of text) for the example"
"And yet another much (much much ...
0
votes
0
answers
69
views
How can I make the white text-shadow around my clipped text appear more intense or "whiter"?
I am looking for the (2) effect where the white text-shadow looks near 100% white and makes the effect more sharp, but I seemingly need an opacity to create the middle part. (1) and (3) were my ...
0
votes
0
answers
29
views
How to do react native paper SegmentedButtons text styling?
Styling the label text is very restrcted in SegmentedButtons in React native paper, the only thing i can change is text color of the label, other things like fontWeight, fontSize etc... gives this ...
2
votes
1
answer
158
views
Is there a way to remove the inline spacing at the start of the text inside an element?
I tried removing the ghost space by resetting margin, padding, letter-spacing, and even setting line-height to 1, but the space is still there. Is it even possible to completely remove that initial ...
-2
votes
1
answer
93
views
Why isn't there a text-outline property for CSS? It would really come in handy [closed]
I recently found myself using the text-shadow property to mimic an outline on a piece of text in CSS. I was really disappointed when I found out that a text-outline property did not exist. Maybe I'm ...
0
votes
2
answers
134
views
how to add strike through without any third-party extension in vs code?
I wanted something like todo, to track progress, and i know about built in TODO: but now i wanted to strikethrough it, and when i try built in solutions (provided online) its not seem to be working.
I ...
user avatar
user29138360
-1
votes
2
answers
109
views
Recreate Achievements Apple Game Center
I'm trying to create a circular achievement view similar to the one seen in Apple Game Center using SwiftUI. The view should have circular text at the top and a centered arc wrapper text.
Here's what ...
0
votes
2
answers
243
views
SwiftUI - Strikethrough on TextField
Does anyone know how to achieve strikethrough effect that is constantly displayed in pure TextField ?
Sample code:
@State var textFieldText: String
var body: some View {
TextField("...
0
votes
0
answers
48
views
How to italicise a specfic part of a legend text in ggplot? [duplicate]
I want to italicise in the legend the Species name in "Rescued Species" and "Wild Species".
How can I achieve it? I have looked at ggtext and glue packages but I am not seeing how ...
1
vote
4
answers
101
views
How can I remove fill color of a text and combine multiple fonts in css?
I want to achieve this look for the header on my website. Check the image for reference.
For example, in the word "Creative," I want the "t" to be a different font and have no fill....
-1
votes
1
answer
39
views
How to style Javascript display text?
I'm new to JS, and I just need to have a line of text on a client site that displays the delivery date in the header. I currently have this snippet, which displays perfectly, but I just want to style ...