tkMacOSXFont.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /*
  2.  * tkMacOSXFont.h --
  3.  *
  4.  * Contains the Macintosh implementation of the platform-independant
  5.  * font package interface.
  6.  *
  7.  * Copyright (c) 1990-1994 The Regents of the University of California.
  8.  * Copyright (c) 1994-1997 Sun Microsystems, Inc.
  9.  * Copyright 2001, Apple Computer, Inc.
  10.  * Copyright (c) 2006-2007 Daniel A. Steffen <das@users.sourceforge.net>
  11.  *
  12.  * See the file "license.terms" for information on usage and redistribution
  13.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  14.  *
  15.  * RCS: @(#) $Id: tkMacOSXFont.h,v 1.3.2.4 2007/04/29 02:26:49 das Exp $
  16.  */
  17. #ifndef TKMACOSXFONT_H
  18. #define TKMACOSXFONT_H 1
  19. #include "tkFont.h"
  20. #ifndef _TKMACINT
  21. #include "tkMacOSXInt.h"
  22. #endif
  23. /*
  24.  * Function prototypes
  25.  */
  26. MODULE_SCOPE void TkMacOSXInitControlFontStyle(Tk_Font tkfont,
  27. ControlFontStylePtr fsPtr);
  28. #endif /*TKMACOSXFONT_H*/