* src/autofit/aflatin.c (af_latin_metrics_scale): fixed small bug that
crash the auto-hinter (introduce by previous patch). aaah
This commit is contained in:
parent
5a73d8d20f
commit
24b9e87bca
@ -1,3 +1,8 @@
|
||||
2006-03-21 David Turner <david@freetype.org>
|
||||
|
||||
* src/autofit/aflatin.c (af_latin_metrics_scale): fixed small bug that
|
||||
crash the auto-hinter (introduce by previous patch). aaah
|
||||
|
||||
2006-03-20 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/freetype.mk (CACHE_DIR, CACHE_H): Remove.
|
||||
|
@ -567,6 +567,7 @@
|
||||
AF_Scaler scaler )
|
||||
{
|
||||
metrics->root.scaler.render_mode = scaler->render_mode;
|
||||
metrics->root.scaler.face = scaler->face;
|
||||
|
||||
af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
|
||||
af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_VERT );
|
||||
|
Loading…
Reference in New Issue
Block a user