HomeSort by relevance Sort by last modified time
    Searched refs:unicodeValue (Results 1 - 5 of 5) sorted by null

  /external/fonttools/Lib/fontTools/
fontBuilder.py 373 (unicodeValue, variationSelector, glyphName)
374 `unicodeValue` and `variationSelector` are integer code points.
404 for unicodeValue, variationSelector, glyphName in uvs:
405 if cmapping.get(unicodeValue) == glyphName:
410 uvsDict[variationSelector].append((unicodeValue, glyphName))
  /external/fonttools/Doc/source/designspaceLib/
scripting.rst 192 glyphData = dict(name="dollar", unicodeValue=0x24)
readme.rst 255 glyphData = dict(name="arrow", unicodeValue=1234)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 640 return unicodeValue.cmp (codepoint);
649 HBUINT24 unicodeValue; /* Base Unicode value of the UVS */
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 5025 milliseconds