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

  /external/fonttools/Lib/fontTools/misc/
psLib.py 331 fontdir = interpreter.dictstack[0]['FontDirectory'].value
332 if fontName in fontdir:
333 rawfont = fontdir[fontName]
336 fontNames = list(fontdir.keys())
340 rawfont = fontdir[fontNames[0]]
  /toolchain/binutils/binutils-2.25/binutils/
windint.h 243 struct rc_fontdir *fontdir; member in union:rc_res_resource::__anon75473
691 /* A fontdir resource is a list of rc_fontdir. */
resrc.c 980 /* For each font resource, we must add an entry in the FONTDIR
981 resource. The FONTDIR resource includes some strings in the font
1060 r->u.fontdir = fontdirs;
1127 r->u.fontdir = fd_first;
    [all...]
resbin.c 650 /* Convert a fontdir resource from binary. */
660 toosmall (_("fontdir header"));
674 toosmall (_("fontdir"));
680 /* To work out the length of the fontdir data, we must get the
691 toosmall (_("fontdir device name"));
697 toosmall (_("fontdir face name"));
716 r->u.fontdir = first;
    [all...]

Completed in 590 milliseconds