Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f834d986
Kaydet (Commit)
f834d986
authored
Nis 02, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add fonts.conf
üst
337a154b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
155 additions
and
0 deletions
+155
-0
fonts.conf
android/experiments/DocumentLoader/fonts.conf
+155
-0
No files found.
android/experiments/DocumentLoader/fonts.conf
0 → 100644
Dosyayı görüntüle @
f834d986
<?
xml
version
=
"1.0"
?>
<!
DOCTYPE
fontconfig
SYSTEM
"fonts.dtd"
>
<!-- /
etc
/
fonts
/
fonts
.
conf
file
to
configure
system
font
access
-->
<
fontconfig
>
<!--
Font
directory
list
-->
<
dir
>/
system
/
fonts
</
dir
>
<
alias
>
<
family
>
serif
</
family
>
<
prefer
>
<
family
>
DroidSerif
</
family
>
<
family
>
Roboto
</
family
>
</
prefer
>
</
alias
>
<
alias
>
<
family
>
sans
-
serif
</
family
>
<
prefer
>
<
family
>
Roboto
</
family
>
<
family
>
DroidSerif
</
family
>
</
prefer
>
</
alias
>
<
alias
>
<
family
>
monospace
</
family
>
<
prefer
>
<
family
>
DroidSansMono
</
family
>
</
prefer
>
</
alias
>
<!--
Accept
deprecated
'mono'
alias
,
replacing
it
with
'monospace'
-->
<
match
target
=
"pattern"
>
<
test
qual
=
"any"
name
=
"family"
>
<
string
>
mono
</
string
>
</
test
>
<
edit
name
=
"family"
mode
=
"assign"
>
<
string
>
monospace
</
string
>
</
edit
>
</
match
>
<!--
Accept
alternate
'sans serif'
spelling
,
replacing
it
with
'sans-serif'
-->
<
match
target
=
"pattern"
>
<
test
qual
=
"any"
name
=
"family"
>
<
string
>
sans
serif
</
string
>
</
test
>
<
edit
name
=
"family"
mode
=
"assign"
>
<
string
>
sans
-
serif
</
string
>
</
edit
>
</
match
>
<!--
Accept
deprecated
'sans'
alias
,
replacing
it
with
'sans-serif'
-->
<
match
target
=
"pattern"
>
<
test
qual
=
"any"
name
=
"family"
>
<
string
>
sans
</
string
>
</
test
>
<
edit
name
=
"family"
mode
=
"assign"
>
<
string
>
sans
-
serif
</
string
>
</
edit
>
</
match
>
<!--
Load
local
system
customization
file
-->
<
include
ignore_missing
=
"yes"
>
conf
.
d
</
include
>
<!--
Font
cache
directory
list
-->
<!--
Yeah
this
hardcoding
is
wrong
of
course
,
will
have
to
fix
later
to
patch
in
proper
code
in
fontonfig
on
Android
to
find
out
a
good
place
.
-->
<
cachedir
>/
data
/
data
/
org
.
libreoffice
.
android
.
libo
/
fontconfig
</
cachedir
>
<
config
>
<!--
These
are
the
default
Unicode
chars
that
are
expected
to
be
blank
in
fonts
.
All
other
blank
chars
are
assumed
to
be
broken
and
won
'
t
appear
in
the
resulting
charsets
-->
<
blank
>
<
int
>
0
x0020
</
int
> <!--
SPACE
-->
<
int
>
0
x00A0
</
int
> <!--
NO
-
BREAK
SPACE
-->
<
int
>
0
x00AD
</
int
> <!--
SOFT
HYPHEN
-->
<
int
>
0
x034F
</
int
> <!--
COMBINING
GRAPHEME
JOINER
-->
<
int
>
0
x0600
</
int
> <!--
ARABIC
NUMBER
SIGN
-->
<
int
>
0
x0601
</
int
> <!--
ARABIC
SIGN
SANAH
-->
<
int
>
0
x0602
</
int
> <!--
ARABIC
FOOTNOTE
MARKER
-->
<
int
>
0
x0603
</
int
> <!--
ARABIC
SIGN
SAFHA
-->
<
int
>
0
x06DD
</
int
> <!--
ARABIC
END
OF
AYAH
-->
<
int
>
0
x070F
</
int
> <!--
SYRIAC
ABBREVIATION
MARK
-->
<
int
>
0
x115F
</
int
> <!--
HANGUL
CHOSEONG
FILLER
-->
<
int
>
0
x1160
</
int
> <!--
HANGUL
JUNGSEONG
FILLER
-->
<
int
>
0
x1680
</
int
> <!--
OGHAM
SPACE
MARK
-->
<
int
>
0
x17B4
</
int
> <!--
KHMER
VOWEL
INHERENT
AQ
-->
<
int
>
0
x17B5
</
int
> <!--
KHMER
VOWEL
INHERENT
AA
-->
<
int
>
0
x180E
</
int
> <!--
MONGOLIAN
VOWEL
SEPARATOR
-->
<
int
>
0
x2000
</
int
> <!--
EN
QUAD
-->
<
int
>
0
x2001
</
int
> <!--
EM
QUAD
-->
<
int
>
0
x2002
</
int
> <!--
EN
SPACE
-->
<
int
>
0
x2003
</
int
> <!--
EM
SPACE
-->
<
int
>
0
x2004
</
int
> <!--
THREE
-
PER
-
EM
SPACE
-->
<
int
>
0
x2005
</
int
> <!--
FOUR
-
PER
-
EM
SPACE
-->
<
int
>
0
x2006
</
int
> <!--
SIX
-
PER
-
EM
SPACE
-->
<
int
>
0
x2007
</
int
> <!--
FIGURE
SPACE
-->
<
int
>
0
x2008
</
int
> <!--
PUNCTUATION
SPACE
-->
<
int
>
0
x2009
</
int
> <!--
THIN
SPACE
-->
<
int
>
0
x200A
</
int
> <!--
HAIR
SPACE
-->
<
int
>
0
x200B
</
int
> <!--
ZERO
WIDTH
SPACE
-->
<
int
>
0
x200C
</
int
> <!--
ZERO
WIDTH
NON
-
JOINER
-->
<
int
>
0
x200D
</
int
> <!--
ZERO
WIDTH
JOINER
-->
<
int
>
0
x200E
</
int
> <!--
LEFT
-
TO
-
RIGHT
MARK
-->
<
int
>
0
x200F
</
int
> <!--
RIGHT
-
TO
-
LEFT
MARK
-->
<
int
>
0
x2028
</
int
> <!--
LINE
SEPARATOR
-->
<
int
>
0
x2029
</
int
> <!--
PARAGRAPH
SEPARATOR
-->
<
int
>
0
x202A
</
int
> <!--
LEFT
-
TO
-
RIGHT
EMBEDDING
-->
<
int
>
0
x202B
</
int
> <!--
RIGHT
-
TO
-
LEFT
EMBEDDING
-->
<
int
>
0
x202C
</
int
> <!--
POP
DIRECTIONAL
FORMATTING
-->
<
int
>
0
x202D
</
int
> <!--
LEFT
-
TO
-
RIGHT
OVERRIDE
-->
<
int
>
0
x202E
</
int
> <!--
RIGHT
-
TO
-
LEFT
OVERRIDE
-->
<
int
>
0
x202F
</
int
> <!--
NARROW
NO
-
BREAK
SPACE
-->
<
int
>
0
x205F
</
int
> <!--
MEDIUM
MATHEMATICAL
SPACE
-->
<
int
>
0
x2060
</
int
> <!--
WORD
JOINER
-->
<
int
>
0
x2061
</
int
> <!--
FUNCTION
APPLICATION
-->
<
int
>
0
x2062
</
int
> <!--
INVISIBLE
TIMES
-->
<
int
>
0
x2063
</
int
> <!--
INVISIBLE
SEPARATOR
-->
<
int
>
0
x206A
</
int
> <!--
INHIBIT
SYMMETRIC
SWAPPING
-->
<
int
>
0
x206B
</
int
> <!--
ACTIVATE
SYMMETRIC
SWAPPING
-->
<
int
>
0
x206C
</
int
> <!--
INHIBIT
ARABIC
FORM
SHAPING
-->
<
int
>
0
x206D
</
int
> <!--
ACTIVATE
ARABIC
FORM
SHAPING
-->
<
int
>
0
x206E
</
int
> <!--
NATIONAL
DIGIT
SHAPES
-->
<
int
>
0
x206F
</
int
> <!--
NOMINAL
DIGIT
SHAPES
-->
<
int
>
0
x2800
</
int
> <!--
BRAILLE
PATTERN
BLANK
-->
<
int
>
0
x3000
</
int
> <!--
IDEOGRAPHIC
SPACE
-->
<
int
>
0
x3164
</
int
> <!--
HANGUL
FILLER
-->
<
int
>
0
xFEFF
</
int
> <!--
ZERO
WIDTH
NO
-
BREAK
SPACE
-->
<
int
>
0
xFFA0
</
int
> <!--
HALFWIDTH
HANGUL
FILLER
-->
<
int
>
0
xFFF9
</
int
> <!--
INTERLINEAR
ANNOTATION
ANCHOR
-->
<
int
>
0
xFFFA
</
int
> <!--
INTERLINEAR
ANNOTATION
SEPARATOR
-->
<
int
>
0
xFFFB
</
int
> <!--
INTERLINEAR
ANNOTATION
TERMINATOR
-->
</
blank
>
<!--
Rescan
configuration
every
30
seconds
when
FcFontSetList
is
called
-->
<
rescan
>
<
int
>
30
</
int
>
</
rescan
>
</
config
>
</
fontconfig
>
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