Undocument Font Module loading
Code was deleted in commit affec10635
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
afcb7ba24e
commit
5a3a98fcb7
|
@ -5989,26 +5989,6 @@ typedef struct {
|
||||||
|
|
||||||
</blockquote></para></blockquote>
|
</blockquote></para></blockquote>
|
||||||
|
|
||||||
<blockquote><para>
|
|
||||||
<programlisting>
|
|
||||||
void LoadFont(FontModule *font);
|
|
||||||
</programlisting>
|
|
||||||
<blockquote><para>
|
|
||||||
This registers the entry points for the font rasteriser module
|
|
||||||
identified by <parameter>font</parameter>. The <structname>FontModule</structname>
|
|
||||||
struct is defined as:
|
|
||||||
|
|
||||||
<programlisting>
|
|
||||||
typedef struct {
|
|
||||||
InitFont initFunc;
|
|
||||||
char * name;
|
|
||||||
pointer module;
|
|
||||||
} FontModule;
|
|
||||||
</programlisting>
|
|
||||||
</para>
|
|
||||||
|
|
||||||
</blockquote></para></blockquote>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
Loading…
Reference in New Issue