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
0 answers

disabling text kerning in fabricJs

I have fonts with kerning, which is working great with SVG and fabricJs. but when i am importing SVG to tcpdf kerning lost. so i want to disable kerning in fabricJs. so font will match with pdf output. Is there any way to do like this?
Himanshu Bhardiya
  • 1,047
  • 14
  • 37
0
votes
0 answers

How can I horizontally center a letter in CSS ignoring kerning (considering only glyph edges)?

I'm very doubtful this is possible but I'd like to center a single letter (within a circle) considering only the horizontal edges of the glyph. In particular the uppercase J in Droid Sans is kerned such that the vertical bar is centered, but the…
Steve Clay
  • 8,671
  • 2
  • 42
  • 48
0
votes
1 answer

swift - how adjust kerning in navigation bar text?

I'm not seeing anything here on text kerning for the navigation bar. Anyone know how to do this? I have set up the text in ViewDidLoad() self.navigationController?.navigationBar.topItem?.title = "My Nav…
Westsider
  • 145
  • 12
0
votes
1 answer

Strange kerning in any terminal with Droid Sans font on Ubuntu 14.04

Terminal looks very strange when I set Droid Sans as a default font in: Terminator, lxterminal (clickable) I have ubuntu 14.14 and use Cinnamon 2.8.6 EDIT: Setting "Droid Sans Mono" in the terminal helped, but it's not a solution if you want to…
Kanris
  • 13
  • 2
0
votes
1 answer

ios NSMutableAttributedString NSKernAttributeName wrong kerning with "fl" and "fi" letters

I'm using attributed strings on labels to change the spacing between letters: var attributedString=NSMutableAttributedString(string: "Fifi floflo") attributedString.addAttribute(NSKernAttributeName, value: CGFloat(10), range: NSRange(location: 0,…
Marie Dm
  • 2,637
  • 3
  • 24
  • 43
0
votes
1 answer

How to properly implement a kerning generated code

I have a situation trying to implement into the
, a logotext using kerning technique, with this simple but very handy tool made by Mr.Andrew (special thanks). Before the modification, I had this
section in header.php: ... …
typo_
  • 11
  • 2
  • 15
  • 37
0
votes
2 answers

PhantomJS fonts kerning issue

Certain fonts letter spacing are mostly not symmetric - even have no gaps at all in some cases. The Server is "CentOS Linux release 7.0" (Had an older server version and this version gives better results but still not a good one) phantomjs version…
Adi
  • 1,263
  • 1
  • 13
  • 24
0
votes
1 answer

Custom richtextbox control kerning issues

Okay, so I have been working on something for a little while and I have gotten to the point where I am planning the Text rendering part. I can already draw strings of text in two ways; DrawString and TextRenderer.DrawText. I prefer DrawText since…
Jase
  • 149
  • 14
0
votes
1 answer

Kerning in iOS7/8 UITextView when using an NSAttributedString built from HTML

I am having trouble getting kerning to work inside a UITextView on iOS 7 and 8. The kerning works fine when I set the string directly, or when I use an NSAttributedString that I construct manually, but simply doesn't work when I generate the…
Nick Street
  • 4,117
  • 1
  • 27
  • 17
0
votes
1 answer

Should each font character have it's own kern table?

I am designing a file format for storing fonts, it will be used in my game where i need to draw ASCII text on the screen. At first i thought that i needed to keep a separate kern table for every character in the font, but after researching i found…
oriyon
  • 87
  • 4
0
votes
2 answers

Why the kerning is wrong when I use canvas.drawText?

When I call the function canvas.drawText() in my custom view,I got strange result,like this: protected void onDraw(Canvas canvas) { super.onDraw(canvas); canvas.translate(50, 50); mPaint.setTextSize(60); String str = "helloworld"; …
user3513329
  • 121
  • 3
0
votes
1 answer

DIN-font web kerning issue

Anybody understand why these special character: "Å's" get a really strange kerning? http://www.ment.no/nettbutikk/skaaler/stjerneskaal/ They look fine here: http://www.ment.no/nettbutikk/skaaler/liten-sukkertoyskal-korall/
user977101
  • 161
  • 2
  • 12
0
votes
2 answers

Kerning in vb.net

Does anyone know how to change the kerning (space between characters) in vb.net? For example, i would like to change "STRING" to "S T R I N G". If possible i would like to be able to create my own font where i can specify the kerning as i wish!…
craig
  • 9
  • 2
0
votes
0 answers

Kerning information from iOS fonts

I have been using bitmap fonts with OpenGL. Its a basic scheme that uses kerning information and does para layout. I would like to know if I can get kerning information of fonts through CoreText, so that I can continue using OpenGL for my text…
nishant
  • 736
  • 1
  • 12
  • 22
0
votes
1 answer

Font not kerning in iOS

I've created a custom font using FontForge for use in my iOS app. When I use the font in my app, kerning is not being applied. There is a known bug that kerning is not being applied for UITextView. I'm using this in a UILabel and UITextField, so…
stevekohls
  • 2,214
  • 23
  • 29
1 2 3
9
10