Home | History | Annotate | Download | only in letest

Lines Matching refs:fontStatus

542     LEErrorCode fontStatus = LE_NO_ERROR;
545 font = new PortableFontInstance(getPath(path, fontName), 12, fontStatus);
547 if (LE_FAILURE(fontStatus)) {
672 LEErrorCode fontStatus = LE_NO_ERROR;
674 font = new SimpleFontInstance(12, fontStatus);