HomeSort by relevance Sort by last modified time
    Searched full:kerning (Results 26 - 50 of 167) sorted by null

12 3 4 5 6 7

  /frameworks/base/core/tests/coretests/src/android/text/style/
UnderlineSpanTest.java 60 tp.setTextSize(100.0f); // Large enough so that the difference in kerning is visible.
  /frameworks/minikin/libs/minikin/
LayoutUtils.cpp 31 * kerning or complex script processing. This is necessarily a
  /external/freetype/src/otvalid/
otvmath.c 129 /***** MATH KERNING *****/
163 /* One more Kerning value */
  /external/skia/include/core/
SkFont.h 37 kDevKernText_Flag = 0x100, //!< mask to enable device kerning text
50 kDevKernText_Flag = 0x100, //!< mask to enable device kerning text
SkTypeface.h 214 * Some typefaces are known to never support kerning. Calling this method
216 * a boolean indicating if the typeface might support kerning. If it
217 * returns false, then it will always return false (no kerning) for all
225 * returns false, then no kerning should be applied, and the adjustments
  /external/skqp/include/core/
SkFont.h 37 kDevKernText_Flag = 0x100, //!< mask to enable device kerning text
50 kDevKernText_Flag = 0x100, //!< mask to enable device kerning text
SkTypeface.h 214 * Some typefaces are known to never support kerning. Calling this method
216 * a boolean indicating if the typeface might support kerning. If it
217 * returns false, then it will always return false (no kerning) for all
225 * returns false, then no kerning should be applied, and the adjustments
  /external/freetype/src/cff/
cffdrivr.c 82 /* A driver method used to return the kerning vector between two */
93 /* kerning :: The kerning vector. This is in font units for */
112 FT_Vector* kerning )
118 kerning->x = 0;
119 kerning->y = 0;
122 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
    [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 32 # regular expression to parse kerning lines
237 # write kerning info
368 print(afm[pair]) # print kerning value for pair
  /cts/tests/tests/text/src/android/text/style/cts/
StrikethroughSpanTest.java 99 tp.setTextSize(100.0f); // Large enough so that the difference in kerning is visible.
UnderlineSpanTest.java 96 tp.setTextSize(100.0f); // Large enough so that the difference in kerning is visible.
  /external/ImageMagick/MagickCore/
draw.h 311 kerning, member in struct:_DrawInfo
  /external/freetype/include/freetype/internal/
fttrace.h 51 FT_TRACE_DEF( ttkern ) /* kerning handler (ttkern.c) */
  /external/sfntly/
README.md 11 Using sfntly you can read and extract any of the tables in a font. The tables are the individual data structures within the font for each of the features and functionality: glyph outlines, character maps, kerning, meta data, etc. If you look over the OpenType and TrueType specs, you will see a number of categories of tables. sfntly currently supports all of the required tables, the TrueType outline tables, bitmap glyph tables, and a couple of the other miscellaneous tables. This level of support provides for many of the needs developers have related to the informational reading of font data. It also covers a lot of the editing needs.
  /external/harfbuzz_ng/src/
hb-ot-math.cc 140 * @correction_height: the correction height to use to determine the kerning.
148 * Return value: requested kerning or 0
  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 833 * Attribute key to request kerning. Values are instances of
835 * <code>0</code>, which does not request kerning.
841 * "AWAY". Without kerning the adjacent characters appear to be
842 * separated by too much space. Kerning causes selected sequences
848 public static final TextAttribute KERNING =
849 new TextAttribute("kerning");
852 * Request standard kerning.
853 * @see #KERNING
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h     [all...]
  /external/freetype/src/gxvalid/
gxvkern.c 589 GXV_TRACE(( "kerning values in Apple format subtable are ignored\n" ));
630 GXV_TRACE(( "kerning values in Apple format subtable are ignored\n" ));
672 "kerning values in Microsoft format 2 subtable are ignored\n" ));
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 327 @brief Compares two kerning pairs for binary search.
336 @brief Calculates kerning offset.
390 PVRTint32 iOffset; /*!< Kerning offset (in pixels) */
  /prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/
SDL_ttf.h 126 /* Get/Set whether or not kerning is allowed for this font */
250 /* Get the kerning size of two glyphs */
  /prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/
SDL_ttf.h 126 /* Get/Set whether or not kerning is allowed for this font */
250 /* Get the kerning size of two glyphs */
  /prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/
SDL_ttf.h 126 /* Get/Set whether or not kerning is allowed for this font */
250 /* Get the kerning size of two glyphs */
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/icu/icu4c/source/test/letest/
xmlreader.cpp 179 // int32_t typoFlags = 3; // kerning + ligatures...
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 183 int32_t typoFlags = 3; // kerning + ligatures...

Completed in 1157 milliseconds

12 3 4 5 6 7