Mac OS 9
CGFont.h File Reference

xxx put contents here xxx More...

#include <CGBase.h>

Go to the source code of this file.

Typedefs

typedef struct CGFont * CGFontRef
 
typedef unsigned short CGGlyph
 

Functions

CGFontRef CGFontCreateWithPlatformFont (void *platformFontReference)
 
CGFontRef CGFontRetain (CGFontRef font)
 
void CGFontRelease (CGFontRef font)
 

Detailed Description

xxx put contents here xxx

Introduced In: from CoreGraphics-93.14
Avaliable From: Universal Interfaces 3.4.1
Copyright: © 2000-2001 by Apple Computer, Inc., all rights reserved.

For bug reports, consult the following page on the World Wide Web:

http://developer.apple.com/bugreporter/

Function Documentation

◆ CGFontCreateWithPlatformFont()

CGFontRef CGFontCreateWithPlatformFont ( void *  platformFontReference)

Create a CGFont using ‘platformFontReference’, a pointer to a platform-specific font reference. For MacOS X, ‘platformFontReference’ should be a pointer to an ATSFontRef. CGFontCreateWithPlatformFont()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGFontRelease()

void CGFontRelease ( CGFontRef  font)

Decrement the retain count of ‘font’. If the retain count reaches 0, then release it and any associated resources. CGFontRelease()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later

◆ CGFontRetain()

CGFontRef CGFontRetain ( CGFontRef  font)

Increment the retain count of ‘font’ and return it. All fonts are created with an initial retain count of 1. CGFontRetain()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: in version 10.0 and later