Questions tagged [kerning]

The inter-glyph distance of two characters rendered with a font

In typography, kerning (less commonly mortising) is the process of adjusting the spacing between characters in a proportional font, usually to achieve a visually pleasing result.

Kerning is the adjustment of the space between individual letter forms vs. tracking which is the uniform adjustment of spacing applied over a range of characters. In a well-kerned font, the two-dimensional blank spaces between each pair of characters all have similar area. The related term kern denotes a part of a type letter that overhangs the edge of the type block.

141 questions
0
votes
2 answers

Good lookin' arcing text?

A few years ago I made a Javascript script for APNGedit to draw the Laughing Man logo. It used the now defunct mozTextAlongPath I recently rediscovered this script and redid it using translations, rotations and fillText(). However, this doesn't…
AnnanFay
  • 9,573
  • 15
  • 63
  • 86
0
votes
1 answer

Building a Software for adjusting kerning and spacing of Characters in a Typeface

As the title suggests, I want to build a software that can read .ttf and .otf files and then allow user to adjust the kerning, character widths and character spacing. I know about the project freetype but it is written in C and I can code only in C#…
Morpheus
  • 3,285
  • 4
  • 27
  • 57
-1
votes
1 answer

TFF file inner information extraction by Java or C#

Currently, I am working on TTF font related software. I need to create some tool for extract the Kerning and Ligature information which is included in the TTF(given font) file. I searched for many resources but I am unable to find any useful…
-1
votes
1 answer

Glyph spacing in .ttf files

I want the PDF to store hindi characters. However, there is space between the characters. I want to eliminate this space. The way I want it to appear: कम The way it is appearing: क म The kerning information is supposed to be specified in a either a…
-1
votes
2 answers

How To Kern SVG text

I have some SVG text on a web page and I would like to kern a couple of the letters - how do I go about doing this? With HTML I would just wrap the letters in tags and move them with the position property, but this doesn't work with SVG. For…
pjk_ok
  • 618
  • 7
  • 35
  • 90
-2
votes
1 answer

How can I distribute characters in JTextField

Is that possible to distribute a string in JTextField like this: ("bruno" in blue text field). The JTextField is divided automatically into many equally spaced positions as the maximal column value. I write this code to explain why font tracking…
1 2 3
9
10