Home | History | Annotate | Download | only in font

Lines Matching defs:TRACKING

84  *   <code>TRACKING</code>) can vary along their natural range and are
476 * <code>TRACKING</code>. The other group, the 'secondary' group,
883 * Attribute key to control tracking. Values are instances of
885 * <code>0</code>, which means no additional tracking.
890 * <p>The tracking value is multiplied by the font point size and
893 * tracking values will inhibit formation of optional ligatures.
894 * Tracking values are typically between <code>-0.1</code> and
900 public static final TextAttribute TRACKING =
901 new TextAttribute("tracking");
904 * Perform tight tracking.
905 * @see #TRACKING
912 * Perform loose tracking.
913 * @see #TRACKING