Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-10-23 22:25:08 +0400
committerTon Roosendaal <ton@blender.org>2003-10-23 22:25:08 +0400
commit9efe4b7f9aa4c0da1122ad1d8ef414f479fef023 (patch)
treef9713eeaa7dfc5936478084c183cfdd58dc330f4 /source/blender/src/language.c
parent0c177df76644f3fad5881e9600da465cd1cce384 (diff)
- AntiAlias fonts (FTF) now are used in three sizes, like the normal
fonts, and switched based at the window zoom. Might be something to tweak when to switch exactly, but it works cool!
Diffstat (limited to 'source/blender/src/language.c')
-rw-r--r--source/blender/src/language.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/language.c b/source/blender/src/language.c
index a8918c3862f..dfe29615e87 100644
--- a/source/blender/src/language.c
+++ b/source/blender/src/language.c
@@ -212,7 +212,7 @@ void start_interface_font(void) {
}
} else {
U.language= 0;
- U.fontsize= 11;
+ U.fontsize= 10;
U.encoding= 0;
#if defined (__APPLE__)