Bold for Delphi is an advanced Object Relational Mapper (ORM) and application framework.

learn more… | top users | synonyms

-1
votes
0answers
13 views

JTable different Cell Formating

I am able to search in my JTable. But now i want to make the searched Text in my Table bold. So when i am searching for Hello the cell should be displayed like this: Hello World
0
votes
1answer
37 views

How do I get my text to be both bold and italic in iText?

I am trying to make my text both bold and italic at the same time for a paragraph in a PDF document using iText. I can use either of these for bold and italic respectively, but not both ...
0
votes
1answer
16 views

Bash function, return bold text [SOLVED]

I'm trying to write a simple bash function that returns bold text; The code I have written so far is this: function txt_bold() { echo -e '\033[1m$1\033[0m$2' tput sgr0 } When I write ...
0
votes
3answers
64 views

Android - Can't read bold text from strings.xml

This is a string in strings.xml: <string name="data_dd"><b>Data: </b>/string> And this the java code: myTextViews[pointer].setText(getResources().getText(R.string.data_dd) + ...
2
votes
1answer
144 views

Python, PIL; Text to Image and fonts

I have an issue with writing text to an image under Python and PIL - I'm able to write text to a png file, though not bold text. Could anyone provide an example of how to achieve this? I thought the ...
0
votes
0answers
6 views

am executing following query but giving me error

Insert Into #_Tickets([Bank],[Dispatched],[Non Dispatched],[Closed],[Suspended]) select Name from MOF.dbo.Bankmaster WITH(NOLOCK) where [Database]='ALBATMStatus.' select Count(*) from ...
0
votes
3answers
121 views

Flex - Part of spark Button bold label

Quick question. Is it possible to have part of the label on a spark button be bold? I'd like a toggleButton with label "Map ON/OFF". Toggling it on will set the "ON" part to bold. Is this possible ...
0
votes
4answers
56 views

Does text-decoration:none override font-weight:900?

I'm using monospace fonted text for hyperlinks in my menu. In order to eliminate the underline, I used text-decoration:none. Will this prevent me from making the font bolder? ...
0
votes
0answers
23 views

I want to use order by for following Query

Select Distinct A.Code,A.Code [Select],[Ticket No], [Vendor Ticket No], ATM, Location#, City#, [Ticket Type], [Original Fault], [Status], City, [Service Vendor], [Occurred On], [Ticket ...
0
votes
0answers
25 views

making text bold in a textview as the user touches and drags on it in android

Please help i m trying to develop a reader kind of application in android.I would like to make text as bold in a textview, when the user starts dragging on it. Also it would be great if some one can ...
0
votes
3answers
93 views

a:active only briefly works (during mouse click)

For some reason, I made it so my text (a) that is active is bolded, but it is only active when it is clicked with my mouse, when it is released from the click, it turns off and the text goes back to ...
2
votes
2answers
222 views

String array text formatting

I have this String: String[] text = {"Address 1: Street nr.45 ", "Address 2: Street nr.67", "Address 3: Street nr. 56 \n Phone number: 000000000"}; Which gets used later by: ...
0
votes
1answer
97 views

Android - Can't bold more than a word in edittext

I have an editText in which i want to bold the text that i select. I'm using the Contextual Action Bar with a button to bold a selected word. The problem is that if I bold a word I can't bold the ...
0
votes
1answer
89 views

PHP Counting Negative Numbers and Bold Only Even Numbers

On a form, I used PHP to display every number from 1 to the entered number. For example, if I enter 10 on the form, it displays 1 2 3 4 5 6 7 8 9 10. Now, I want it to be able to handle negative ...
-1
votes
2answers
247 views

CSS - white text on black background, looks bolder

When using white text on black background the text looks fatter than it should look. Its pure text with css. I'm using typekit.org font. Is there any way to fix this or is it some kind of ...
2
votes
2answers
194 views

function to make html text bold

I wrote this function(my aim was to bold a given word) which takes in a word as an input and appends it with a 'bold' tag so that it would be bold when rendered in HTML. But when it actually does get ...
3
votes
2answers
133 views

Android last word of a line can cause incorrect textview dimension if using a right margin

I have a strange behaviour when using bold text in an textview. So the problem is as follows, I have created a custom item which holds text and is supposed to be used as an item later on in a list, ...
1
vote
2answers
136 views

make the tooltip bold in font

I am having following code.I want to display tooltip in BOLD. $ToolTip = "test"; <td class="<?php echo BP_TBL_NUMBER_DATA_CLASS; ?>" Title="<?php echo $ToolTip;?>" ><?php echo ...
0
votes
1answer
140 views

Bold text in mfc application

How can I bold text in mfc application like in word office when i mark bold icon in toolbar that made my text bold that I before enter in dialog window? I made dialog window for new text and toolbar ...
0
votes
0answers
169 views

CSS Google Fonts Bolder on Safari

I have done a lot of looking into this problem on my own and I know that this is a common problem with a lot of people, but many usually find a solution to their problem, however I cannot. I'm ...
3
votes
4answers
80 views

Which is more appropriate for marking up the property in a property/value pair: <strong> or font-weight:bold?

I'm having trouble deciding whether to use <strong> or font-weight:bold in the following situation. There is a list of various properties of a school. Each list item is the property name in ...
0
votes
1answer
67 views

Text is displayed in bold in IE 8

All the text on my website appears in bold in IE 8. The other browsers such as IE 9, Chrome and FF show bold only where specified. Is there an IE 8 specific fix that I can use? Any help is greatly ...
1
vote
2answers
230 views

Google Web Fonts and other fonts are looking bold and jaggy in Firefox

I am using "Yanone Kaffeesatz", "Futura", and a couple other fonts on my site. They look great in Chrome Canary, but pretty bad in Firefox...jaggy and oddly bold. So "bold", in fact, that it's making ...
1
vote
1answer
98 views

Android: css doesnt respect the bold font

I am getting a html from a server. I want it to have the Helvetica font. I wrote a css to do this. _body = "<html><head><style>@font-face {font-family: 'HelveticaNeue_Thin';src: ...
0
votes
1answer
75 views

Change weight and color of a paragraph with a highest score

What's the best way in achieving the following: Make weight:bold + color:white for the team with the highest score. (no change in color/weight for ties) HTML <div class="fixture"> <div ...
0
votes
1answer
139 views

not able to write bold characters using textbf

I'm working in LaTeX and R and I am using UTF-8 encoding, but when I use \textbf{dataset}, the resulting text is not bold. Can someone tell me why this happens? Below is part of my code. I am not ...
6
votes
3answers
265 views

How to make the bold font getting thin, using CSS or Javascript or jQuery?

If I am using a font and don't have the bold version, I could use the tag text-shadow, adding a contour to make the thin font bolder. But I have only the bold font, and I want to make it thinner. I ...
1
vote
1answer
125 views

Create Bold version from an existing monospaced Font while keeping the width

I have a website in which I use a monospace font. But there are major differences in different browsers concerning the width of a character. It is essential that the font width stays exactly the same. ...
0
votes
1answer
197 views

How to make ListView's row's TextView bold

I have a ListView. When I try to make it's row's textview bold - it falls. I try: ListView list = (ListView) findViewById(R.id.my_list); list.setAdapter(someListAdapter); ((TextView) ...
0
votes
1answer
173 views

JavaFX - Context Menu for a textbox shows menu options in bold

If I do Right click on a text box in my JavaFX application the menu items display as bold font. This happens in some text boxes. For example we have one login screen where menu item is displayed ...
0
votes
1answer
702 views

CSS font-weight “bold” isn't working, even with “!important”!

So, I've searched here and there and everywhere but found no solution. Here's my CSS: <style type="text/css"> .tdborder {font-family: "Arial","Helvetica"; font-size: 11pt; font-style: italic; ...
0
votes
0answers
556 views

Bold the Arial Unicode MS Font in PDF

I have used the arialuni.ttf font to generate PDF using TCPDF library . I want to bold the text shown in PDF . Please anyone can tell me what can i do to Bold the Text . I used : ...
0
votes
1answer
153 views

TCPDF : Make Chinese Characters BOLD using FONT “cid0cs” and “stsongstdlight”

I have used "cid0cs" and "stsongstdlight" Fonts for chinese characters ,And all characters comes proper . Following is the chinese chracters : 安吧爸八百北不大岛的弟地东都对多儿二方港哥个关贵国过海好很会 ...
1
vote
0answers
158 views

Not setting text bold in textview

I set some TextViews text bold in xml by: android:textStyle="bold" The textviews which text isn't set in xml and binding from code are shown bold correct, but textviews which text is setted by xml ...
0
votes
0answers
494 views

Any suggestion how to display the portion of a text bold inside a MultiCell n FPDF

I am using FPDF latest version for creating pdf files in php. The task which i want to perform is that i have values stored in database with html bold tags inside them that is some text is present ...
2
votes
1answer
149 views

Not including 'bold' or 'italic' Google font and it seems to work ok if I use them

When I include a Google font in my website and I just include the Normal 400 weight, I am still being able to use the bold, italic, etc weight although it hasn't been really included. This is a ...
0
votes
4answers
1k views

Make text bold and italic

Is there anyway to make Android text in the xml file both bold and italics? SAMPLE
1
vote
1answer
260 views

javascript: find/replace regexp help - bold, italic and specific characters

the HTML/concept: <textarea id="input"></textarea> <button onclick="format()">submit</button> <textarea id="output"></textarea> I regularly ...
0
votes
0answers
225 views

Bold ExecCommand in Firefox not working

I was using execCommand in order to make the text on my WYSIWYG editor bold. The command was working fine but now for some reason in Firefox 14.0.1 it stopped working. What happens is that if I have a ...
0
votes
1answer
225 views

Listview that shows unread messages in bold and read messages in normal font in C#

I have list view that I use to display SMS from my GSM modem. I am reading the port for messages, parsing them and then displaying them. The format that I get when I read messages are: +CMGL: 5,"REC ...
1
vote
1answer
444 views

Cumulate RunProperties on Run with OpenXML SDK 2.0

I was wondering if I could cumulate RunProperties on Run Run run = new Run(new Text("test")); RunProperties runProperties = new RunProperties(); runProperties.AppendChild<Bold>(new Bold()); ...
0
votes
0answers
41 views

how to make bold font in string using NSMuttableAttributtedString? [duplicate]

Possible Duplicate: how to make bold font NSString value? I am new in iPhone application development. How to properly use NSMuttableAttributtedString class for make a string bold font. I am ...
0
votes
1answer
691 views

how to make bold font NSString value?

I am new in iPhone application development. i am developing now iPhone application. In this application i want make bold font in NSString value. How can i achieve this. I am used below code for ...
0
votes
1answer
483 views

Bold an entire string C# [duplicate]

Possible Duplicate: Format text in Rich Text Box I have a rich text box and a string that I get from a user inputting it into a text box. I want to take that string and bold it all. Any ...
1
vote
2answers
253 views

how to set the bold in part of the text in UILabel

I am new in iPhone application development. How to set the bold in part of the text in UILabel. Example: Step 1- Separate all parts of the plant (stem, roots, leaves, flower etc..) Step 2- Only ...
0
votes
0answers
76 views

I want to add underline and bold to some of my String in my TextPane, google doesnt do it

so i am making a program where i have some massive amount of string output for the user. I want some of that stringoutput to be underlined or bold, or both. The thing is many people say i need to do ...
0
votes
2answers
891 views

How to unbold text? A tiny WYSIWYG editor

Hey Stackoverflow comunity, There is a method str.bold() to wrap a text in <b></b> tags. This is just perfect for a tiny WYSIWYG editor (I know some will say I should take one of hundrets ...
1
vote
2answers
122 views

Bold cyrillic text in HTML

the problem I'm having is that cyrillic text looks bold (Example) even though other languages in the same places are OK. What could be the reason for this behavior? Could it be that the font used ...
1
vote
2answers
544 views

Make small font bolder

I'm wondering if anyone has a smart js or css trick to make a small font a little bolder. For a client, we're using the Courier font with font-size 12px/15px and text-transform uppercased. I added ...
0
votes
2answers
226 views

Wildcard formatting in XML & XSLT

Here's the XML file: <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="2.xsl" ?> <root> <shop> <person> <employee> ...

1 2 3 4