Enabling some bitmap fonts?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
To enable a bitmap font, you add an XML file to /etc/fonts/conf.d
, like:
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<acceptfont>
<pattern>
<patelt name="family"><string>lucida</string></patelt>
</pattern>
</acceptfont>
</selectfont>
</fontconfig>
But what if you would like to enable more than one bitmap font? Could you do it in a single XML file? or must you write an XML - file like the above one - for each font?
linux fonts x
add a comment |Â
up vote
0
down vote
favorite
To enable a bitmap font, you add an XML file to /etc/fonts/conf.d
, like:
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<acceptfont>
<pattern>
<patelt name="family"><string>lucida</string></patelt>
</pattern>
</acceptfont>
</selectfont>
</fontconfig>
But what if you would like to enable more than one bitmap font? Could you do it in a single XML file? or must you write an XML - file like the above one - for each font?
linux fonts x
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
To enable a bitmap font, you add an XML file to /etc/fonts/conf.d
, like:
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<acceptfont>
<pattern>
<patelt name="family"><string>lucida</string></patelt>
</pattern>
</acceptfont>
</selectfont>
</fontconfig>
But what if you would like to enable more than one bitmap font? Could you do it in a single XML file? or must you write an XML - file like the above one - for each font?
linux fonts x
To enable a bitmap font, you add an XML file to /etc/fonts/conf.d
, like:
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<acceptfont>
<pattern>
<patelt name="family"><string>lucida</string></patelt>
</pattern>
</acceptfont>
</selectfont>
</fontconfig>
But what if you would like to enable more than one bitmap font? Could you do it in a single XML file? or must you write an XML - file like the above one - for each font?
linux fonts x
linux fonts x
asked 10 mins ago
Elena
8441627
8441627
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f480664%2fenabling-some-bitmap-fonts%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password