bold

Any active Bold for Delphi users ?

What are you using as a persistance framework when programming in Delphi? If the application is growing it soon became really complicated to handle the model in SQL ? Bold is a persistance framework for Delphi win32 that really deserve more attention. I use it daily and using OCL instead of SQL to get data from the database saves a lot o...

Multiple menu items in bold face

I've been investigating the effort needed in getting menu items displayed in bold face - without having to draw the menu myself - and discovered MFS_DEFAULT menu item state after some googling. The MSDN documentation mentions MFS_DEFAULT Specifies that the menu item is the default. A menu can contain only one default menu item,...

What is the Constant Value of the Underline font in Java ?

What is the Constant Value of the Underline font in Java ? Font.BOLD bold font Font.ITALIC italic font What is the UNDERLINE font Constant ? I try all the available constants but it didn't work . ...

Attribute BOLD doesn't seem to work in my curses

hi! I use something like this: screen.addstr(text, color_pair(1) | A_BOLD), but it doesn't seem to work.. However, A_REVERSE and all others attribute does work! In fact, I'm trying to print something in white, but the COLOR_WHITE prints it gray.. and after a while of searching, it seems that printing it gray + BOLD makes it! Any he...

wpf listbox change individual items to bold

I want some of the items to be bold depending on a property of an object i'm putting into the listbox. I think you can do it with changing templates but can't seem to find an example. Thanks! ...

Make ABC Ordered List Items Have Bold Style

I have an html Ordered list with type set to "A" <ol type="A">...</ol> Thus, each list item will start with A, B, C, etc. I would like to style the A, B, C letters to be bold. I have tried setting font-weight:bold; via css, but it didn't work. Any suggestions on how to do this? ...

WPF Wavy Underline Bold/Larger Fonts

In a previous discussion, bstoney provides a very nice example of how to wavy underline some text in WPF. It works great for normal fonts, but for bold and/or larger fonts, I find that the tiling gets off such that the tops of the wavy underline are clipped and they appear below the bottoms instead. I'm hoping to avoid learning all abo...

How can I make a part of text bold in an MS Word table cell?

Hi all, I have C# application which uses an MS Word document. I have tables and I need to meed make some of the text in a cell bold. Is there a way to do it? Thanks all in advance. ...

How do I bold portions of a bound TextBlock?

I have a TextBlock bound to a property. However, I'd like to bold certain words within the text. What is the easiest way to do this? FYI, I'm new to WPF. ...

<strong> doesnt work, but <b> does

Hi Friends, I don't make anything particular. I use Safari, and when I use <strong>blabla</strong> it doesn't work, but <b>blbla</b> does. any idea about what can be the reason? Regards... I use Yahoo Reset.css, if it may cause the problem. sample code: <p><strong>Address:</strong> bla bla bla blaabllb</p> ...

PHP Bold some words in a string and remove some unbold words

Hi, I am creating an Image Search Engine. Currently, my script does bold the matching words on the keyword. But, some keywords are too long just like the followings. When I search for shah rukh khan, there is an image with the following keyword. 25216d1235653089 shahrukh khan s wallpaper shah rukh actor As you see, the above k...

Bold labels in MFC

I want to create labels in MFC (Static text) that have both bold and non-bold text. Something like this: "I would like my label to look like this, for example" Any thoughts of how to do this? I know that I can change the font of the entire label and have it either bold or not, but is there any way of merging more than one style, o...

<strong> tag using TCPDF

I'm having a hard time generating pdfs with tcpdf. Generally, everything works fine, but, sometimes, when I use the < strong > tag, everything gets messed up. I have 2 examples: http://ontheweb.com.br/pdf/ex2.pdf Can anyone help?? ...

How to disable bold (font weight) globally in emacs?

I hate bold text while coding. Is it possible to disable bold text (and underline) in every single file and emacs's interface? ...

TreeView text clipped if font changed from bold to regular

I have a WinForms TreeView. The TreeView represents a summary of more detailed views and one of the visual cues I am using is to make a node's text bold or regular. The trouble is, if you change a node's font from regular to bold it clips the text as if it is trying to fit the bold text in the space for the regular text. A bit of browsi...

Bold/Color dates in Telerik RadCalendar/WPFToolkit Calendar

How can I bold or change the color of the date in a RadCalendar/Calendar. I recently switched over to WPF and I find no AddBoldedDate(DateTime dt)? ...

Android Textview Italic and wrap_contents

I am using 3 italic textviews with different colors <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:id="@+id/submittedBy" android:paddingTop="10dip"> <ImageView a...

What is the easiest way to build a FrameworkElement that has bold and italic markup text?

Is there any more elegant way to do the following? Basically I need an easy way to programatically build a WrapPanel (or other FrameworkElement) that: wraps correctly allows some words to have bold text allows some words to have italic text allows other formatting, e.g. color, background ideal would be some method that converts e.g. "...

Why does bold monoface shift vertically on Windows?

In Firefox 3.6, IE7 and Opera 10 on Windows, this HTML has an odd behavior: <html><head></head> <style> span { font-family: monospace; background-color: green; } span.b { font-weight: bold; } </style> <body> <span>Text</span><span class="b">Text</span><span>Text</span> </body> </html> The bold span in the middle is shifted dow...

LaTeX - Making a lighter version of text, like anti-bold?

I'm making a LaTeX document for someone. A certain piece of text looks "bold" for them, even though I'm not using the \textbf command. It's just a normal default LaTeX font. Is there any command to make a 'lighter version', i.e. make the text lighter, thinner? Something that looks to normal text, what normal text looks to bold? ...