HomeSort by relevance Sort by last modified time
    Searched full:vmtx (Results 1 - 25 of 37) sorted by null

1 2

  /external/fonttools/Lib/fontTools/ttLib/tables/
_v_h_e_a.py 30 dependencies = ['vmtx', 'glyf']
40 vtmxTable = ttFont['vmtx']
_h_m_t_x.py 34 warnings.warn("too much 'hmtx'/'vmtx' table data")
  /external/harfbuzz_ng/src/
hb-ot-hmtx-table.hh 38 * vmtx -- The Vertical Metrics Table
97 struct vmtx : _mtx { struct in namespace:OT
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
OpenTypeTagBuilder.java 66 "vmtx",
  /external/freetype/src/sfnt/
ttmtx.c 44 /* Load the `hmtx' or `vmtx' table into a face object. */
51 /* vertical :: A boolean flag. If set, load `vmtx'. */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttmtx.c 44 /* Load the `hmtx' or `vmtx' table into a face object. */
51 /* vertical :: A boolean flag. If set, load `vmtx'. */
  /external/pdfium/third_party/freetype/src/sfnt/
ttmtx.c 44 /* Load the `hmtx' or `vmtx' table into a face object. */
51 /* vertical :: A boolean flag. If set, load `vmtx'. */
  /external/sfntly/cpp/src/sfntly/
tag.h 74 static const int32_t vmtx; member in struct:sfntly::Tag
tag.cc 58 const int32_t Tag::vmtx = TAG('v', 'm', 't', 'x'); member in class:sfntly::Tag
  /external/freetype/include/
tttables.h 238 /* the `vmtx' table. */
300 /* This value is `reserved' in vmtx */
308 /* `vmtx' table -- this value can be */
312 /* long_metrics :: A pointer into the `vmtx' table. */
314 /* short_metrics :: A pointer into the `vmtx' table. */
348 /* `HMTX' or `VMTX' table. */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
tttables.h 238 /* the `vmtx' table. */
300 /* This value is `reserved' in vmtx */
308 /* `vmtx' table -- this value can be */
312 /* long_metrics :: A pointer into the `vmtx' table. */
314 /* short_metrics :: A pointer into the `vmtx' table. */
348 /* `HMTX' or `VMTX' table. */
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
tttables.h 238 /* the `vmtx' table. */
300 /* This value is `reserved' in vmtx */
308 /* `vmtx' table -- this value can be */
312 /* long_metrics :: A pointer into the `vmtx' table. */
314 /* short_metrics :: A pointer into the `vmtx' table. */
348 /* `HMTX' or `VMTX' table. */
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
tttables.h 238 /* the `vmtx' table. */
300 /* This value is `reserved' in vmtx */
308 /* `vmtx' table -- this value can be */
312 /* long_metrics :: A pointer into the `vmtx' table. */
314 /* short_metrics :: A pointer into the `vmtx' table. */
348 /* `HMTX' or `VMTX' table. */
    [all...]
  /external/fonttools/Doc/
changes.txt 91 - Fixed bug in hmtx/vmtx code that only occured if all advances were equal.
130 - More tables supported: hdmx, vhea, vmtx
documentation.html 45 BASE, CBDT, CBLC, CFF, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, GDEF, GMAP, GPKG, GPOS, GSUB, JSTF, LTSH, META, OS/2, SING, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, TSIJ, TSIP, TSIS, TSIV, VORG, cmap, cvt, fpgm, gasp, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, name, post, prep, sbix, vhea and vmtx
  /external/freetype/include/internal/
tttypes.h 215 /* A structure modeling the long metrics of the `hmtx' and `vmtx' */
237 /* A simple type to model the short metrics of the `hmtx' and `vmtx' */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h 215 /* A structure modeling the long metrics of the `hmtx' and `vmtx' */
237 /* A simple type to model the short metrics of the `hmtx' and `vmtx' */
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 215 /* A structure modeling the long metrics of the `hmtx' and `vmtx' */
237 /* A simple type to model the short metrics of the `hmtx' and `vmtx' */
    [all...]
  /external/freetype/src/cff/
cffdrivr.c 210 /* check whether we have data from the `vmtx' table at all; */
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffdrivr.c 210 /* check whether we have data from the `vmtx' table at all; */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgload.c     [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffdrivr.c 210 /* check whether we have data from the `vmtx' table at all; */
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-truetype_tables.html 287 /* `HMTX' or `VMTX' table. */
295 <p>A structure used to model a TrueType vertical header, the &lsquo;vhea&rsquo; table, as well as the corresponding vertical metrics table, i.e., the &lsquo;vmtx&rsquo; table.</p>
334 <p>The cursor's offset for slanted fonts. This value is &lsquo;reserved&rsquo; in vmtx version 1.0.</p>
343 <p>Number of VMetrics entries in the &lsquo;vmtx&rsquo; table -- this value can be smaller than the total number of glyphs in the font.</p>
346 <p>A pointer into the &lsquo;vmtx&rsquo; table.</p>
349 <p>A pointer into the &lsquo;vmtx&rsquo; table.</p>
    [all...]

Completed in 1421 milliseconds

1 2