Tip: Detect if a Language Font is Installed (Such as East Asian)
Check if any language (such as East Asian) is Installed on a user's computer.
Check if any language (such as East Asian) is Installed on a user's computer.
How to use a font without installing it first on user systems.
Display outline text with a translucent shadow and display a cached outline text for video rendering.
Sometimes, putting text in a rectangular block may just be a little too straight. With the C++ class QEnvelopeText, you can mould a piece of body type in any shape.
This versatile class arranges the characters of a text string along any curve.
Windows GDI+ understands only half of the fonts out there. Use the QGraphicsText class to work with the other half.
You can always get the font name of one of your installed fonts. But what if the font is still not installed in the system and you want to know its name programmatically?
"Hot ComboBox" that dynamically loads and displays all fonts in the system (with each font name displayed in its own font)
Simple function to enable you to programmatically detect the user-selected font at runtime
Nifty little combobox control that lists all fonts on system and allows you to view each one's impact on test string
Wrapper class that greatly eases task of using fonts from within an application