kerning Questions
0
Ligatures
Playing around with swing on java 17 I encountered some funky glitches: When enabling font ligatures and switching to a ligature heavy font, like Fira Code, selecting part of the ligated ...
4
Solved
I'd like to modify the spacing between characters in a WPF TextBox.
Something like the letter-spacing: 5px thing that is available in CSS.
I think it is possible in XAML; what's the simplest way?
...
2
I am trying to create an effect with Fabric JS where letters appear to be "embroidered" on a sweater like this:
I can achieve this effect in Photoshop by using this action.
My idea for g...
Trapezoid asked 30/8, 2020 at 23:48
5
Solved
There are a myriad of settings for NSAttributedParagraphStyle that I can see in Interface Builder:
But none of these are for text kerning. Is there a way to adjust the text kerning in Xcode 7's...
Lactase asked 28/9, 2015 at 16:56
9
I am developing an iPhone app, and I want to set kerning in UILabel. The code I've written (possibly around kCTKernAttributeName) seems to be in error. How might I approach fixing this?
NSMutableA...
Monkhmer asked 10/9, 2011 at 6:20
12
Solved
Is there a way to adjust the spacing between characters in an Android TextView? I believe this is typically called "kerning".
I'm aware of the android:textScaleX attribute, but that compresses the...
2
Solved
I've started developing an application in JavaFX and I've run in an issue, I could find very little helpful information about: The spacing of between characters in Linux is very uneven. I'm not tal...
Longwood asked 6/3, 2018 at 16:54
1
Solved
I am looking for a way to extract glyph bitmaps, glyph metrics and kerning data from font files (.ttf, .otf) with a support for GPos Kerning Tables.
I have used the FreeType Library before, but it...
Likely asked 5/7, 2017 at 17:40
2
Solved
I'm trying to create a decent cross-browser rendering engine of canvas text. I have noticed that kerning pairs don't render properly in Chrome, but in Safari and Firefox they work fine.
Chrome:
...
Ozellaozen asked 21/9, 2015 at 17:28
4
Solved
When using Canvas and drawText() method I see a different rendering on Android 4.2.1.
Below 4.2:
For Android 4.2.1 (Nexux 7) I get:
As you can see the text Consumption is very tight. Seems t...
Conni asked 20/12, 2012 at 14:19
4
Solved
I've got my nav bar mostly customized to my liking, but I'm trying to increase the kerning using NSKernAttributeName. I'm using the appearance proxy to set the nav bar to white text and a custom fo...
Schulz asked 1/12, 2013 at 10:0
1
I am getting wrong height for an UILabel if I use NSAttributedString that has custom kern and lineSpacing.
Here is how I set the custom kern and line spacing:
override func viewDidLoad() {
super...
Schroeder asked 15/2, 2018 at 15:57
1
Solved
Problem: Kerning my QFont has no affect on the font's kerning as displayed in my QApplication.
In Qt, kerning is applied to a QFont by default
Tried QFont.setKerning(True) unsuccessfully
QFont.se...
1
Solved
I am trying to extract kerning information out of some .ttf fonts with freetype 2.6 library.
This is how I get kerning informations (looping through characters):
if( FT_HAS_KERNING(face->getF...
2
I realise that in the states large numbers are formatted with a , between thousands so you would write $1,000,000.00. In South Africa a , is non-standard and could be used as a decimal point instea...
Dihydrostreptomycin asked 2/4, 2015 at 15:9
1
Solved
I'm guessing that it's to make a string out of individual CATextLayers and then position them as required along the curve, then animate. Because that's what's I've got working now, but it loses Ker...
Breakaway asked 28/8, 2014 at 19:8
1
Solved
When I use drawInRect:withAttributes: and pass in both a paragraph style with NSTextAlignmentCenter and a non-zero value for NSKernAttributeName, the string does not get centered correctly. Am I do...
Nitroso asked 19/5, 2014 at 15:39
6
Solved
For what apparently is a 'bug,' UITextView does not seem to support kerning like other UIKit Elements. Is there a workaround to get kerning working?
To be clear, I'm talking about the spacing in b...
Stockwell asked 5/11, 2012 at 19:48
1
Solved
Adobe PDF reference talks about /Widths array and /FontFile stream, but Adobe Type 1 font programs (.pfb or .pfa files) don't include font metrics; they are included in font metric files (.afm or ....
1
Solved
Is it possible to increase letter spacing when using java.awt.font ?
Something like this:
Font font = new Font("serif", Font.PLAIN, 21);
//Increase the spacing - perhaps with deriveFont()?
Buffer...
3
Solved
I'm looking for an easy way in Obj.C to do add a space between each character of my string. So "1234" would come out looking like "1 2 3 4".
I've found a perfect javascript example here: https://m...
Selfrealization asked 16/6, 2012 at 3:37
2
I have a Cocoa OS X application that creates PDFs for printing. I'm having a problem that when I use small font sizes, the kerning seems all wrong. Here is a screen shot. This is an enlargement fro...
1
Solved
Knowing this problem has been adressed before at
PHP update kerning problem with imagettftext() and imagefttext() functions
but witout solution;
PHP5.3 seem to have kerning problems when printing ...
2
Solved
0
How can I get kerning adjustment of space between 2 given chars in .NET? In WPF application?
For example, lets say I have font Times New Roman of size 22 that is bold. What kerning will be used f...
Odyssey asked 27/4, 2011 at 19:30
1 Next >
© 2022 - 2024 — McMap. All rights reserved.