Searched refs:Kerning (Results 1 – 13 of 13) sorted by relevance
31 Kerning = 1 << 0, enumerator
120 …ingMode == OptimizeLegibility || textRenderingMode == GeometricPrecision ? Kerning | Ligatures : 0; in typesettingFeatures()
37 FT_DEFINE_SERVICE( Kerning ) in FT_DEFINE_SERVICE() argument
42 public class Kerning implements Savable { class
60 if (!(typesettingFeatures & Kerning)) { in getCFStringAttributes()
304 bool allowKerning = typesettingFeatures & Kerning; in initializeATSUStyle()
494 …tActionTurnOffKerning: return UI_STRING_KEY_INTERNAL("Turn Off Kerning", "Turn Off Kerning (Undo a…495 …itActionTightenKerning: return UI_STRING_KEY_INTERNAL("Tighten Kerning", "Tighten Kerning (Undo ac…496 … EditActionLoosenKerning: return UI_STRING_KEY_INTERNAL("Loosen Kerning", "Loosen Kerning (Undo ac…497 …StandardKerning: return UI_STRING_KEY_INTERNAL("Use Standard Kerning", "Use Standard Kerning (Undo…
209 "Loosen Kerning (Undo action name)" = "Loosen Kerning";434 "Tighten Kerning (Undo action name)" = "Tighten Kerning";449 "Turn Off Kerning (Undo action name)" = "Turn Off Kerning";476 "Use Standard Kerning (Undo action name)" = "Use Standard Kerning";
163 HANDLE_INHERIT_AND_INITIAL(kerning, Kerning); in applySVGProperty()
2026 …float wordTrailingSpaceWidth = f.typesettingFeatures() & Kerning ? f.width(TextRun(&space, 1)) + w… in findNextLineBreak()
10995 ==> engine/src/core/com/jme3/font/Kerning.java <==
29564 Kerning on SVGFonts should be applied to the userSpace of the current Char
52077 Fix for <rdar://problem/6934421> Support CSS for Text Kerning and