Top "Fonts" questions

A font is an electronic data file containing a set of glyphs, characters, or symbols such as dingbats.

How to find out which fonts are referenced and which are embedded in a PDF document

We have a little problem with fonts in PDF documents. In order to put the finger on the problem I'd …

pdf fonts
Transparent text cut out of background

Is there any way to make a transparent text cut out of a background effect like the one in the …

css svg fonts css-shapes
How to write WinForms code that auto-scales to system font and dpi settings?

Intro: There's a lot of comments out there that say "WinForms doesn't auto-scale to DPI/font settings well; switch to …

c# .net winforms fonts dpi
Use external fonts in android

I want to use external fonts in my app. I have tried adding new fonts using AssetManager but it did …

android fonts android-widget
android set custom font to a paint

I want to draw a text to a paint. How to draw it with a custom font (ex Helvetica ) and …

android fonts set paint
Change the font of tab text in android design support TabLayout

I'm trying to work on the new TabLayout from the android design library. I want to change tab text to …

android fonts android-design-library android-fonts android-tablayout
Font size auto adjust to fit

I'm trying to do what the title says. I've seen that font-size can be a percentage. So my guess was …

javascript html css fonts font-size
WPF global font size

I'm creating a WPF app and I would like to know the best way to be able to change the …

wpf fonts
Multiple font-weights, one @font-face query

I have to import the Klavika font and I've received it in multiple shapes and sizes: Klavika-Bold-Italic.otf Klavika-Bold.otf …

css fonts font-face
Setting the Default Font of Swing Program

I was wondering how to set the default font for my entire Java swing program. From my research it appears …

java swing fonts uimanager