«ttf» 태그된 질문

6
Android 구성을 실행할 때 .ttf 파일을 읽을 수없는 이유는 무엇입니까?
Android 기기에서 게임을 실행하거나 디버깅 할 때 logcat에이 오류가 발생합니다. com.badlogic.gdx.utils.GdxRuntimeException : 파일 읽기 오류 : data / fonts / myFont.ttf (내부) 이 코드 라인에 의해 생성됩니다 : FreeTypeFontGenerator generator = new FreeTypeFontGenerator(fontFile); 여기서 fontFile다음과 같이 정의된다 : FileHandle fontFile = Gdx.files.internal("data/fonts/myFont.ttf"); 데스크톱 구성을 실행할 때 발생하지 않습니다. 데스크탑 구성의 …
9 libgdx  loading  fonts  file  ttf 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.