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

  /external/sfntly/cpp/src/sample/subtly/
debug_main.cc 43 const char* input_font_path = argv[1]; local
46 font.Attach(subtly::LoadFont(input_font_path));
subsetter_main.cc 43 const char* input_font_path = argv[1]; local
46 font.Attach(subtly::LoadFont(input_font_path));
48 fprintf(stderr, "Could not load font %s.\n", input_font_path);

Completed in 263 milliseconds