Quantcast
Channel: Active questions tagged text - Stack Overflow
Browsing all 182 articles
Browse latest View live

Reducing Line Spacing of Text in SwiftUI

For some fonts, the built-in line spacing is unpleasantly large.SwiftUI gives us the Text modifier .lineSpacing() to adjust the spacing between lines of text (also called the leading, unrelated to...

View Article



Image may be NSFW.
Clik here to view.

React native text is cutting when render

I'm making an app in react native, this work fine in the majority devices, but in Honor and some Samsungs devices the text is cutting suddenly.How i rendered my text?I attach an example how to make...

View Article

Image may be NSFW.
Clik here to view.

auto detect link flutter

i have an issue about the text widget not being able to detect that there is a link.later I will get a text response from the server as shown. the response is in the form of text as well as a link.the...

View Article

Is there a way of printing coloured text in python but the colour is an RGB...

I've been trying to find a way to output some coloured text in Python 3.10.8 however all the libraries I have found only have preset list of colours you can choose from and apply to the text. Is there...

View Article

How to `wget` a list of URLs in a text file?

Let's say I have a text file of hundreds of URLs in one location,...

View Article


Change font weight in visual studio code

i know in visual studio code we can change the font weight in settings.json but i can only change it to "bold", "900" has no effect. Is there any way to change the font weight like make it less bold ?...

View Article

Batch check Adobe Acrobat .pdf's for files containing rotated text

Does anybody know if there is a way to check whether a list of Adobe Acrobat .pdf files contain rotated text (any text not at 0 degrees)?I thought this would be simple, but I'm struggling to find an...

View Article

Image may be NSFW.
Clik here to view.

Engraved Text OCR

I'm facing an issue with OCR where I'm attempting to extract the text XWBJA69VERA072632 from a photo, but the result I'm getting is XXWBJAGIVERAD7 2632Here is the my source code in Python.import...

View Article


Extracting text from PDFs in C# [closed]

Pretty simply, I need to rip text out of multiple PDFs (quite a lot actually) in order to analyse the contents before sticking it in an SQL database.I've found some pretty sketchy free C# libraries...

View Article


How to extract text from a PDF? [closed]

Can anyone recommend a library/API for extracting the text and images from a PDF?We need to be able to get at text that is contained in pre-known regions of the document, so the API will need to give...

View Article

React Native: Determine number of lines of Text component

As the title says, I've been trying to find a way to determine the number of lines the text component AFTER it has been given text. Look at my example below.<Text> Lorem ipsum dolor sit amet,...

View Article

StreamWriter end line with Lf rather than CrLf

I'm using StreamWriter to output a text file, but I would like to end my WriteLine with Lf rather than the default CrLf. Is there an easy way to do this using a parameter built into StreamWriter?

View Article

How to separate excel cell data the is in different lines( but in the same cell)

i have some data that i got from MAXQDA that gives me the file name, number of occurrences, group, etc.The problem is that the data is all in the same cell but different lines.i've tried text to...

View Article


Is there an izhanichen function in djnago

#serializers.pyfrom rest_framework import serializers#Create your serializers here.from inventoryapp.models import Inventoryclass InventorySerializer(serializers.ModelSerializer):class Meta:model =...

View Article

How to create responsive Text widget in Flutter?

I'm facing a problem with responsive texts. In my app are different text font sizes and I need to do them responsive for different screen sizes (only phones and device orientation portrait). I also...

View Article


Image may be NSFW.
Clik here to view.

iOS 16 TextEditor long text jumping (SwiftUI)

Text jumping (I don't know how else to name that weird behavior) to the top(?) every time user enters a new character. I can reproduce the issue only on iPad OS 16. It affects the user who attempts to...

View Article

Ascii text to 3D Printer Plotter

My Problem:So, I wanted to modify a 3D printer to function more like a plotter for text writing. I attached a pen holder to it for writing, but in addition to that, I wanted it to write continuously....

View Article


how to create in webi a text input control based on partial text or number...

I'm creating an input control in my webi report.I would like to filter a specific column based on the text filled in the input control. This search shoul be partial and could contain number or chars.In...

View Article

Find all files containing a specific text (string) on Linux?

How do I find all files containing a specific string of text within their file contents?The following doesn't work. It seems to display every single file in the system.find / -type f -exec grep -H...

View Article

Mirroring console output to a file

In a C# console application, is there a smart way to have console output mirrored to a text file?Currently I am just passing the same string to both Console.WriteLine and...

View Article
Browsing all 182 articles
Browse latest View live




Latest Images