JavaScript Indexing

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsDocument  >   settings_applications[[Prototype]]

{object_name}

Editing

fonts

Details

현재 문서의 FontFaceSet 객체를 참조한다.

설명

작성일 기준으로 크롬 웹브라우저에서는 FontFaceSet 인터페이스를 지원하지 않는다. 그러나 Document.prototype.fonts 프로퍼티를 지원한다. 이 경우에 참조되는 형식은 FontFace 인터페이스이다.

참고로 파이어폭스 웹브라우저에서는 FontFaceSet 인터페이스를 지원한다. 그리고 실제로 Document.prototype.fonts 프로퍼티가 참조하는 객체는 크롬 웹브라우저와 동일한 FontFace이다.

구문

형식
document.fonts

속성 명세

명세
분류설명
writableno

지원 웹브라우저