OpenCores
URL https://opencores.org/ocsvn/orsoc_graphics_accelerator/orsoc_graphics_accelerator/trunk

Subversion Repositories orsoc_graphics_accelerator

[/] [orsoc_graphics_accelerator/] [trunk/] [sw/] [drivers/] [gfx/] [bare/] [orgfx_vector_font.h] - Diff between revs 5 and 8

Show entire file | Details | Blame | View Log

Rev 5 Rev 8
Line 33... Line 33...
    Glyph** index_list;
    Glyph** index_list;
    int size;
    int size;
    Glyph *glyph;
    Glyph *glyph;
} orgfx_vector_font;
} orgfx_vector_font;
 
 
orgfx_vector_font orgfx_make_vector_font(Glyph *glyphlist, int size, Glyph **glyphindexlist, int glyphindexlistsize);
orgfx_vector_font orgfx_make_vector_font(Glyph *glyphlist,
 
                                         int size,
 
                                         Glyph **glyphindexlist,
 
                                         int glyphindexlistsize);
int  orgfx_init_vector_font(orgfx_vector_font font);
int  orgfx_init_vector_font(orgfx_vector_font font);
 
 
 
void orgfx_put_vector_char(orgfx_vector_font* font, wchar_t text);
void orgfx_vf_write(orgfx_vector_font* font, const wchar_t *text, int xoffset, int yoffset, int color);
void orgfx_put_vector_text(orgfx_vector_font* font,
void orgfx_vf_write_char(orgfx_vector_font* font, wchar_t text, int xoffset, int yoffset, float scale);
                           orgfx_point3 offset,
 
                           orgfx_point3 scale,
 
                           orgfx_point3 rotation,
 
                           const wchar_t *str,
 
                           unsigned int color);
 
 
#endif
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.