NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.i / .h font.i / .h icontrol.i / .h input.i / .h locale.i / .h overscan.i / .h palette.i / .h pointer.i / .h prefhdr.i / .h printergfx.i / .h printerps.i / .h printertxt.i / .h reaction.h screenmode.i / .h serial.i / .h sound.i / .h wbpattern.i / .h workbench.i / .h proto reaction resources rexx utility workbench GuruMeditation | IFND PREFS_FONT_I PREFS_FONT_I SET 1 ** ** $VER: font.i 38.2 (27.9.1991) ** Includes Release 45.1 ** ** File format for font preferences ** ** (C) Copyright 1991-2001 Amiga, Inc. ** All Rights Reserved ** ;--------------------------------------------------------------------------- IFND EXEC_TYPES_I INCLUDE "exec/types.i" ENDC IFND GRAPHICS_TEXT_I INCLUDE "graphics/text.i" ENDC ;--------------------------------------------------------------------------- ID_FONT equ "FONT" FONTNAMESIZE equ 128 STRUCTURE FontPrefs,0 STRUCT fp_Reserved,3*4 UWORD fp_Reserved2 UWORD fp_Type UBYTE fp_FrontPen UBYTE fp_BackPen UBYTE fp_DrawMode STRUCT fp_TextAttr,ta_SIZEOF STRUCT fp_Name,FONTNAMESIZE LABEL FontPrefs_SIZEOF ; constants for FontPrefs.fp_Type FP_WBFONT equ 0 FP_SYSFONT equ 1 FP_SCREENFONT equ 2 ;--------------------------------------------------------------------------- ENDC ; PREFS_FONT_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |