Top "Kerning" questions

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

How to adjust text kerning in Android TextView?

Is there a way to adjust the spacing between characters in an Android TextView? I believe this is typically called "…

android textview spacing kerning
How to set kerning in iPhone UILabel

I am developing an iPhone app, and I want to set kerning in UILabel. The code I've written (possibly around …

ios cocoa-touch uilabel kerning
How can I specify letter spacing or kerning, in a WPF TextBox?

I'd like to modify the spacing between characters in a WPF TextBox. Something like the letter-spacing: 5px thing that is …

wpf xaml textbox kerning
How to change character spacing in XAML in a textbox?

How do I change the character spacing in a WPF application within a textblock. Also known as kerning or tracking …

wpf xaml character spacing kerning
Letter Spacing in EditText for Android

I am trying to have a custom EditText based on the background that i am using for. The Background image …

android android-edittext textwatcher kerning
How to set kerning (spacing between characters) on UINavigationBar title - Swift or Objective-C

I've got my nav bar mostly customized to my liking, but I'm trying to increase the kerning using NSKernAttributeName. I'm …

ios objective-c swift user-interface kerning
java.awt.font letter spacing

Is it possible to increase letter spacing when using java.awt.font ? Something like this: Font font = new Font("serif", …

java fonts awt kerning