initialise the freetype font as early as possible
commit92fc0db809d7cb82f15b280cea23250e7e80ba04
authorrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 29 Jan 2008 21:25:21 +0000 (29 21:25 +0000)
committerrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 29 Jan 2008 21:25:21 +0000 (29 21:25 +0000)
tree75d95b303c83d9c7bc92a457dd41ff890341cfae
parent435822d65921336d901c9c8820dbd084acdb3bec
initialise the freetype font as early as possible
this allows rotating options to be set before a call to ObtainInfoA()

moved switch_family() and OpenFace() to glyph.c to support this, which
probably isn't the right place for it but makes more sense that obtaininfoa.c

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@27776 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/libs/freetype/src/aros/glyph.c
workbench/libs/freetype/src/aros/glyph.h
workbench/libs/freetype/src/aros/obtaininfoa.c
workbench/libs/freetype/src/aros/setinfoa.c