OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyphName
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/pens/
reportLabPen.py
38
print("Usage: reportLabPen.py <OTF/TTF font> <
glyphname
> [<image file to create>]")
39
print(" If no image file name is created, by default <
glyphname
>.png is created.")
48
glyphName
= sys.argv[2]
52
imageFile = "%s.png" %
glyphName
57
g = gs[
glyphName
]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h
82
&&
glyphName
== other.
glyphName
97
String
glyphName
;
Completed in 193 milliseconds