HomeSort by: relevance | last modified time | path
    Searched refs:FT_Get_BDF_Property (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/
ftbdf.h 165 * FT_Get_BDF_Property
201 FT_Get_BDF_Property( FT_Face face,
  /xsrc/external/mit/fonttosfnt/dist/
util.c 228 rc = FT_Get_BDF_Property(face, "FOUNDRY", &prop);
284 rc = FT_Get_BDF_Property(face, "WEIGHT_NAME", &prop);
313 rc = FT_Get_BDF_Property(face, "SETWIDTH_NAME", &prop);
345 rc = FT_Get_BDF_Property(face, "ITALIC_ANGLE", &prop);
350 rc = FT_Get_BDF_Property(face, "SLANT", &prop);
370 rc = FT_Get_BDF_Property(face, "SLANT", &prop);
385 rc = FT_Get_BDF_Property(face, name, &prop);
399 rc = FT_Get_BDF_Property(face, name, &prop);
416 rc = FT_Get_BDF_Property(face, "CHARSET_REGISTRY", &p1);
419 rc = FT_Get_BDF_Property(face, "CHARSET_ENCODING", &p2)
    [all...]
  /xsrc/external/mit/freetype/dist/src/base/
ftbdf.c 62 FT_Get_BDF_Property( FT_Face face,
  /xsrc/external/mit/fontconfig/dist/src/
fcfreetype.c 1072 rc = FT_Get_BDF_Property (face, "PIXEL_SIZE", &prop);
1984 rc = FT_Get_BDF_Property(face, "FOUNDRY", &prop);
1991 if (FT_Get_BDF_Property(face, "RELATIVE_SETWIDTH", &prop) == 0 &&
2014 FT_Get_BDF_Property (face, "SETWIDTH_NAME", &prop) == 0 &&
2117 if(FT_Get_BDF_Property(face, "SPACING", &prop) == 0 &&
2138 if(FT_Get_BDF_Property(face, "PIXEL_SIZE", &prop) == 0)
  /xsrc/external/mit/mkfontscale/dist/
mkfontscale.c 955 rc = FT_Get_BDF_Property(face, "FONT", &prop);

Completed in 88 milliseconds