Searched refs:glyphFile (Results 1 – 3 of 3) sorted by relevance
/dports/print/py-fonttools/fonttools-4.28.2/Tests/ufoLib/ |
H A D | UFOConversion_test.py | 174 glyphFile = "X_.glif" 175 glyphsContents = dict(X=glyphFile) 179 path = os.path.join(glyphsPath, glyphFile)
|
/dports/editors/vim/vim-8.2.3745/src/ |
H A D | netbeans.c | 1908 char_u *glyphFile; in nb_do_cmd() local 1930 glyphFile = vim_strsave_escaped(p, escape_chars); in nb_do_cmd() 1949 addsigntype(buf, typeNum, typeName, tooltip, glyphFile, fg, bg); in nb_do_cmd() 1955 vim_free(glyphFile); in nb_do_cmd() 3159 char_u *glyphFile, in addsigntype() argument 3174 typeNum, typeName, tooltip, glyphFile, fg, bg)); in addsigntype() 3196 if (*glyphFile == NUL) in addsigntype() 3199 else if (vim_strsize(glyphFile) <= 2) in addsigntype() 3203 glyphFile, typeName); in addsigntype() 3207 glyphFile, typeName); in addsigntype() [all …]
|
/dports/devel/clewn/clewn-1.14/ |
H A D | netbeans.c | 1270 char *glyphFile; /* 2 characters text */ local 1324 glyphFile = text; 1329 glyphFile = "=>"; 1343 typenr, typeName, glyphFile, fg, bg);
|