Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fontconfig
fontconfig
Commits
2ba729ed
Commit
2ba729ed
authored
Dec 29, 2004
by
Keith Packard
Browse files
Reorder utility programs to make sure fc-case is run before fc-lang as
fc-lang uses fcstr.c which uses fccase.h Fix broken XML
parent
192296d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2ba729ed
2004-12-29 Keith Packard <keithp@keithp.com>
* Makefile.am:
Reorder utility programs to make sure fc-case is run before fc-lang
as fc-lang uses fcstr.c which uses fccase.h
* fonts.conf.in:
Fix broken XML
2004-12-29 Keith Packard <keithp@keithp.com>
* fonts.conf.in:
...
...
Makefile.am
View file @
2ba729ed
...
...
@@ -22,7 +22,7 @@
# PERFORMANCE OF THIS SOFTWARE.
DOCSRC
=
@DOCSRC@
SUBDIRS
=
fontconfig fc-lang fc-glyphname
fc-case
src fc-cache fc-list fc-match
$(DOCSRC)
test
SUBDIRS
=
fontconfig
fc-case
fc-lang fc-glyphname src fc-cache fc-list fc-match
$(DOCSRC)
test
EXTRA_DIST
=
\
fontconfig.pc.in
\
...
...
fonts.conf.in
View file @
2ba729ed
...
...
@@ -81,6 +81,7 @@
<family>
Kochi Mincho
</family>
<family>
AR PL SungtiL GB
</family>
<family>
AR PL Mingti2L Big5
</family>
<family>
MS 明朝
</family>
<family>
Baekmuk Batang
</family>
<family>
FreeSerif
</family>
<default><family>
serif
</family></default>
...
...
@@ -99,6 +100,7 @@
<family>
Kochi Gothic
</family>
<family>
AR PL KaitiM GB
</family>
<family>
AR PL KaitiM Big5
</family>
<family>
MS ゴシック
</family>
<family>
Baekmuk Dotum
</family>
<family>
SimSun
</family>
<family>
FreeSans
</family>
...
...
@@ -169,15 +171,15 @@
<alias>
<family>
Times New Roman
</family>
<accept><family>
Thorndale AMT
</family></accept>
<
/alias
</alias
>
<alias>
<family>
Arial
</family>
<accept><family>
Albany AMT
</family></accept>
<
/alias
</alias
>
<alias>
<family>
Courier New
</family>
<accept><family>
Cumberland AMT
</family></accept>
<
/alias
</alias
>
<!--
Some Asian fonts misadvertise themselves as monospaced when
...
...
@@ -275,6 +277,7 @@
<family>
Kochi Mincho
</family>
<family>
AR PL SungtiL GB
</family>
<family>
AR PL Mingti2L Big5
</family>
<family>
MS 明朝
</family>
<family>
Baekmuk Batang
</family>
<family>
FreeSerif
</family>
</prefer>
...
...
@@ -293,6 +296,7 @@
<family>
Kochi Gothic
</family>
<family>
AR PL KaitiM GB
</family>
<family>
AR PL KaitiM Big5
</family>
<family>
MS ゴシック
</family>
<family>
Baekmuk Dotum
</family>
<family>
SimSun
</family>
<family>
FreeSans
</family>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment