PowerPoint for Mac 2016에서 사용자 정의 '테마 글꼴' 만들기
2740 단어 memo
하고 싶은 일
PowerPoint 슬라이드에서 "표제 글꼴"또는 "본문 글꼴"의 조합을 직접 설정합니다.
(이런 것을 만든다.)
할 일
「테마의 폰트」의 설정을 쓴 xml 파일을 만들어 제자리에 둔다. (두는 위치는 PowerPoint 버전에서 다릅니다. for Mac 2016이라면 다음 위치.)
~/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Themes.localized/Theme Fonts
xml 파일 작성
샘플은 다음과 같다.
Hiragino_Century.xml<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:fontScheme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="ヒラギノ_Century">
<a:majorFont>
<a:latin typeface="Century"/>
<a:ea typeface="HiraKakuPro-W3"/>
<a:cs typeface=""/>
</a:majorFont>
<a:minorFont>
<a:latin typeface="Century"/>
<a:ea typeface="HiraKakuPro-W3"/>
<a:cs typeface=""/>
</a:minorFont>
</a:fontScheme>
majorFont가 「제목의 폰트」, minorFont가 「본문의 폰트」.
typeface="(フォント名)"
한다. latin이 영어, ea가 일본어, cs는 그 외 언어용 폰트의 지정.
폰트명의 기술은 PostScript명이라고 하는 놈을 쓴다. (별로 자세히 모르겠지만,) Mac에 표준으로 들어 있던 FontBook라는 응용 프로그램으로 대략의 폰트의 PostScript명은 곧 알 수 있다.
참고로 한 사이트
http://researchmap.jp/jox7s44se-52108/
(참고로 해 주셨다고 할까, 이 메모는 거의 이 사이트의 내용을 자신용으로 재작성한 것만의 내용이 되어 버리고 있다…)
Reference
이 문제에 관하여(PowerPoint for Mac 2016에서 사용자 정의 '테마 글꼴' 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/ya0201/items/8d87420819d8999c5df9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
「테마의 폰트」의 설정을 쓴 xml 파일을 만들어 제자리에 둔다. (두는 위치는 PowerPoint 버전에서 다릅니다. for Mac 2016이라면 다음 위치.)
~/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Themes.localized/Theme Fonts
xml 파일 작성
샘플은 다음과 같다.
Hiragino_Century.xml<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:fontScheme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="ヒラギノ_Century">
<a:majorFont>
<a:latin typeface="Century"/>
<a:ea typeface="HiraKakuPro-W3"/>
<a:cs typeface=""/>
</a:majorFont>
<a:minorFont>
<a:latin typeface="Century"/>
<a:ea typeface="HiraKakuPro-W3"/>
<a:cs typeface=""/>
</a:minorFont>
</a:fontScheme>
majorFont가 「제목의 폰트」, minorFont가 「본문의 폰트」.
typeface="(フォント名)"
한다. latin이 영어, ea가 일본어, cs는 그 외 언어용 폰트의 지정.
폰트명의 기술은 PostScript명이라고 하는 놈을 쓴다. (별로 자세히 모르겠지만,) Mac에 표준으로 들어 있던 FontBook라는 응용 프로그램으로 대략의 폰트의 PostScript명은 곧 알 수 있다.
참고로 한 사이트
http://researchmap.jp/jox7s44se-52108/
(참고로 해 주셨다고 할까, 이 메모는 거의 이 사이트의 내용을 자신용으로 재작성한 것만의 내용이 되어 버리고 있다…)
Reference
이 문제에 관하여(PowerPoint for Mac 2016에서 사용자 정의 '테마 글꼴' 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/ya0201/items/8d87420819d8999c5df9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:fontScheme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="ヒラギノ_Century">
<a:majorFont>
<a:latin typeface="Century"/>
<a:ea typeface="HiraKakuPro-W3"/>
<a:cs typeface=""/>
</a:majorFont>
<a:minorFont>
<a:latin typeface="Century"/>
<a:ea typeface="HiraKakuPro-W3"/>
<a:cs typeface=""/>
</a:minorFont>
</a:fontScheme>
typeface="(フォント名)"
http://researchmap.jp/jox7s44se-52108/
(참고로 해 주셨다고 할까, 이 메모는 거의 이 사이트의 내용을 자신용으로 재작성한 것만의 내용이 되어 버리고 있다…)
Reference
이 문제에 관하여(PowerPoint for Mac 2016에서 사용자 정의 '테마 글꼴' 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ya0201/items/8d87420819d8999c5df9텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)