Lines Matching defs:res

413       font_instance* res = font_factory::Default()->FaceFromFontSpecification( font_spec.c_str() );
414 if( res ) {
418 if((it = res->openTypeTables.find("liga"))!= res->openTypeTables.end() ||
419 (it = res->openTypeTables.find("clig"))!= res->openTypeTables.end()) {
425 if((it = res->openTypeTables.find("dlig"))!= res->openTypeTables.end()) {
431 if((it = res->openTypeTables.find("hlig"))!= res->openTypeTables.end()) {
437 if((it = res->openTypeTables.find("calt"))!= res->openTypeTables.end()) {
443 if((it = res->openTypeTables.find("subs"))!= res->openTypeTables.end()) {
449 if((it = res->openTypeTables.find("sups"))!= res->openTypeTables.end()) {
455 if((it = res->openTypeTables.find("smcp"))!= res->openTypeTables.end()) {
461 if((it = res->openTypeTables.find("c2sc"))!= res->openTypeTables.end() &&
462 (it = res->openTypeTables.find("smcp"))!= res->openTypeTables.end()) {
468 if((it = res->openTypeTables.find("pcap"))!= res->openTypeTables.end()) {
474 if((it = res->openTypeTables.find("c2sc"))!= res->openTypeTables.end() &&
475 (it = res->openTypeTables.find("pcap"))!= res->openTypeTables.end()) {
481 if((it = res->openTypeTables.find("unic"))!= res->openTypeTables.end()) {
487 if((it = res->openTypeTables.find("titl"))!= res->openTypeTables.end()) {
493 if((it = res->openTypeTables.find("lnum"))!= res->openTypeTables.end()) {
499 if((it = res->openTypeTables.find("onum"))!= res->openTypeTables.end()) {
505 if((it = res->openTypeTables.find("pnum"))!= res->openTypeTables.end()) {
511 if((it = res->openTypeTables.find("tnum"))!= res->openTypeTables.end()) {
517 if((it = res->openTypeTables.find("frac"))!= res->openTypeTables.end()) {
523 if((it = res->openTypeTables.find("afrac"))!= res->openTypeTables.end()) {
529 if((it = res->openTypeTables.find("ordn"))!= res->openTypeTables.end()) {
535 if((it = res->openTypeTables.find("zero"))!= res->openTypeTables.end()) {
543 // std::map<Glib::ustring,int> table_copy = res->openTypeTables;