Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111870908
D37447.id114563.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D37447.id114563.diff
View Options
diff --git a/documentation/tools/asciidoctor.sh b/documentation/tools/asciidoctor.sh
--- a/documentation/tools/asciidoctor.sh
+++ b/documentation/tools/asciidoctor.sh
@@ -70,15 +70,15 @@
local theme_font="-a pdf-theme=default-with-fallback-font"
- if [ "$doc_lang" = "zh-tw" ] && [ -f "/usr/ports/distfiles/Noto/CJK/2.004/NotoSansTC-Medium.otf" ]; then
- theme_font="-a pdf-theme=./shared/zh-tw/zh-tw-theme.yml -a pdf-fontsdir=/usr/ports/distfiles/Noto/CJK/2.004/"
- elif [ "$doc_lang" = "zh-tw" ] && [ ! -f "/usr/ports/distfiles/Noto/CJK/2.004/NotoSansTC-Medium.otf" ]; then
+ if [ "$doc_lang" = "zh-tw" ] && [ -f "/usr/local/share/docproj-fonts-cjk/NotoSansTC-Medium.otf" ]; then
+ theme_font="-a pdf-theme=./shared/zh-tw/zh-tw-theme.yml -a pdf-fontsdir=/usr/local/share/docproj-fonts-cjk/"
+ elif [ "$doc_lang" = "zh-tw" ] && [ ! -f "/usr/local/share/docproj-fonts-cjk/NotoSansTC-Medium.otf" ]; then
echo "Lack of zh-tw fonts."
fi
- if [ "$doc_lang" = "zh-cn" ] && [ -f "/usr/ports/distfiles/Noto/CJK/2.004/NotoSansSC-Medium.otf" ]; then
- theme_font="-a pdf-theme=./shared/zh-cn/zh-cn-theme.yml -a pdf-fontsdir=/usr/ports/distfiles/Noto/CJK/2.004/"
- elif [ "$doc_lang" = "zh-cn" ] && [ ! -f "/usr/ports/distfiles/Noto/CJK/2.004/NotoSansSC-Medium.otf" ]; then
+ if [ "$doc_lang" = "zh-cn" ] && [ -f "/usr/local/share/docproj-fonts-cjk/NotoSansSC-Medium.otf" ]; then
+ theme_font="-a pdf-theme=./shared/zh-cn/zh-cn-theme.yml -a pdf-fontsdir=/usr/local/share/docproj-fonts-cjk/"
+ elif [ "$doc_lang" = "zh-cn" ] && [ ! -f "/usr/local/share/docproj-fonts-cjk/NotoSansSC-Medium.otf" ]; then
echo "Lack of zh-cn fonts."
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 2:50 PM (15 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17085498
Default Alt Text
D37447.id114563.diff (1 KB)
Attached To
Mode
D37447: freebsd-doc zh-tw font problem in pdf
Attached
Detach File
Event Timeline
Log In to Comment