is it posible to change the font of minetest?[SOLVED]

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

is it posible to change the font of minetest?[SOLVED]

by azekill_DIABLO » Mon Apr 11, 2016 09:10

is it posible to change the font of minetest?
Last edited by azekill_DIABLO on Fri Apr 22, 2016 17:00, edited 1 time in total.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
burli
Member
 
Posts: 1313
Joined: Fri Apr 10, 2015 13:18

Re: Question?

by burli » Mon Apr 11, 2016 10:08

 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Question?

by azekill_DIABLO » Mon Apr 11, 2016 10:23

ok thanks!

edit: doesn't help me that much
what must i modify exactly?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
jan6
Member
 
Posts: 55
Joined: Wed Dec 02, 2015 17:58
GitHub: jan69
IRC: jan6
In-game: jan6

Re: Question?

by jan6 » Mon Apr 11, 2016 15:56

azekill_DIABLO wrote:what must i modify exactly?


Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
# Whether freetype fonts are used, requires freetype support to be compiled in.
# type: bool
freetype = true
# Path to TrueTypeFont or bitmap.
# type: path
font_path = fonts/liberationsans.ttf
# type: int
font_size = 15
# Font shadow offset, if 0 then shadow will not be drawn.
# type: int
font_shadow = 1
# Font shadow alpha (opaqueness, between 0 and 255).
# type: int min: 0 max: 255
font_shadow_alpha = 128
# type: path
mono_font_path = fonts/liberationmono.ttf
# type: int
mono_font_size = 15
# This font will be used for certain languages.
# type: path
fallback_font_path = fonts/DroidSansFallbackFull.ttf
# type: int
fallback_font_size = 15
# type: int
fallback_font_shadow = 1
# type: int min: 0 max: 255
fallback_font_shadow_alpha = 128

Did you try both fallback and regular font options? You can probably ignore the "mono" things.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Tried to clean up a bit...

freetype = true
font_path = fonts/liberationsans.ttf
font_size = 15
# Font shadow offset, if 0 then shadow will not be drawn.
font_shadow = 1
# Font shadow alpha (opaqueness, between 0 and 255).
font_shadow_alpha = 128

mono_font_path = fonts/liberationmono.ttf
mono_font_size = 15

# This font will be used for certain languages.
fallback_font_path = fonts/DroidSansFallbackFull.ttf
fallback_font_size = 15
fallback_font_shadow = 1
# type: int min: 0 max: 255
fallback_font_shadow_alpha = 128
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Question?

by azekill_DIABLO » Mon Apr 11, 2016 16:48

ok thanks!!!
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Question?

by azekill_DIABLO » Mon Apr 11, 2016 16:59

where i can found a font??
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

Re: is it posible to change the font of minetest?

by Calinou » Mon Apr 11, 2016 23:00

azekill_DIABLO wrote:where i can found a font??


Font Library or Google Fonts' GitHub repository (download a .zip, fonts are in apache/, ofl/ and ufl/ folders).
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: is it posible to change the font of minetest?

by azekill_DIABLO » Tue Apr 12, 2016 09:44

ok thx
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
jan6
Member
 
Posts: 55
Joined: Wed Dec 02, 2015 17:58
GitHub: jan69
IRC: jan6
In-game: jan6

Re: is it posible to change the font of minetest?

by jan6 » Tue Apr 12, 2016 13:03

Pixel art & music 4daWin!
I'm usually late for *great* things...
Growing up on Linux...
I know ,exept what I know...
I have a secret..it's so secret even I don't know what it is
 


Return to Modding Discussion

Who is online

Users browsing this forum: No registered users and 2 guests

cron