git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			26 lines
		
	
	
		
			904 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			904 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Name:        graphicsfont.tex
 | 
						|
%% Purpose:     wxGraphicsFont class documentation
 | 
						|
%% Author:      Stefan Csomor
 | 
						|
%% Modified by:
 | 
						|
%% Created:     08.06.2004
 | 
						|
%% RCS-ID:      $Id$
 | 
						|
%% Copyright:   (c) Stefan Csomor
 | 
						|
%% License:     wxWindows license
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
 | 
						|
\section{\class{wxGraphicsFont}}\label{wxgraphicsfont}
 | 
						|
 | 
						|
\wxheading{Derived from}
 | 
						|
 | 
						|
\helpref{wxGraphicsObject}{wxgraphicsobject}
 | 
						|
 | 
						|
A wxGraphicsFont is a native representation of a font (including text colour). The contents are specific an private to the respective renderer. Instances are ref counted 
 | 
						|
and can therefore be assigned as usual. The only way to get a valid instance is via a CreateFont call on the graphics context or the renderer instance.
 | 
						|
 | 
						|
\wxheading{Include files}
 | 
						|
 | 
						|
<wx/graphics.h>
 | 
						|
 | 
						|
 |