summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts/font_routines.c
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@sharif.edu>2006-05-25 16:21:57 +0000
committerRoozbeh Pournader <roozbeh@sharif.edu>2006-05-25 16:21:57 +0000
commit1a136171c27d981572846db42171b7b8756857d6 (patch)
tree348ecfe4a5de906368392f43189762e8f7a0411a /Build/source/texk/web2c/omegafonts/font_routines.c
parent7b093287e5762fc5d8d7b9654645434c292de193 (diff)
fixed a 1-off offset bug. fixed the default value of font_at.
git-svn-id: svn://tug.org/texlive/trunk@1592 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/font_routines.c')
-rw-r--r--Build/source/texk/web2c/omegafonts/font_routines.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/omegafonts/font_routines.c b/Build/source/texk/web2c/omegafonts/font_routines.c
index 8cb763b7db0..db3413d80e1 100644
--- a/Build/source/texk/web2c/omegafonts/font_routines.c
+++ b/Build/source/texk/web2c/omegafonts/font_routines.c
@@ -4,6 +4,7 @@ This file is part of Omega,
which is based on the web2c distribution of TeX,
Copyright (c) 1994--2001 John Plaice and Yannis Haralambous
+Copyright (C) 2005, 2006 Roozbeh Pournader
Omega is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -70,7 +71,7 @@ clear_map_font(int font_number)
cur_font->font_number = font_number;
cur_font->font_name = NULL;
cur_font->font_area = NULL;
- cur_font->font_at = 0;
+ cur_font->font_at = design_units;
cur_font->font_checksum = 0;
cur_font->font_dsize = 10*UNITY;
cur_font->font_at_defined = FALSE;