http://www.aros.orgAROS-ExecAROS-Exec ArchivesPower2People

Home

English

Česky

Deutsch

Ελληυικά

Français

Italiano

Nederlands

Polski

Português

Русский

Español

Suomi

Svenska


News

Archive

Introduction

Status
Screenshots
Ports
License

Download


Documentation

Users
Installation
Using
Shell
Applications
FAQ
Developers
Contribute
Roadmap
Bug Tracker
Working with Subversion
Compiling
Application Development Manual
Zune Application Development Manual
System Development Manual
Debugging Manual
Reference
Specifications
UI Style Guide
Documenting
Porting
Translating
Summaries
Links

Contact

Mailing lists
IRC channels

Credits

Acknowledgements


Pictures

Developers
Developers en Masse

Sponsors

Linking

Links

Get AROS Research Operating System at SourceForge.net. Fast, secure and Free Open Source software downloads

bullet

Index


CloseEngine() ObtainInfoA() OpenEngine() ReleaseInfoA()
SetInfoA()      

CloseEngine()

Synopsis

void CloseEngine(
         struct GlyphEngine * glyphEngine );

ObtainInfoA()

Synopsis

ULONG ObtainInfoA(
         struct GlyphEngine * glyphEngine,
         struct TagItem * tagList );

ULONG ObtainInfo(
         struct GlyphEngine * glyphEngine,
         TAG tag, ... );

OpenEngine()

Synopsis

struct GlyphEngine * OpenEngine();

ReleaseInfoA()

Synopsis

ULONG ReleaseInfoA(
         struct GlyphEngine * glyphEngine,
         struct TagItem * tagList );

ULONG ReleaseInfo(
         struct GlyphEngine * glyphEngine,
         TAG tag, ... );

SetInfoA()

Synopsis

ULONG SetInfoA(
         struct GlyphEngine * glyphEngine,
         struct TagItem * tagList );

ULONG SetInfo(
         struct GlyphEngine * glyphEngine,
         TAG tag, ... );

Copyright © 1995-2009, The AROS Development Team. All rights reserved.
Amiga® is a trademark of Amiga Inc. All other trademarks belong to their respective owners.