mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	The ST:TNG skin now uses the fixed font if requested when displaying texts
This commit is contained in:
		
							
								
								
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -4330,3 +4330,4 @@ Video Disk Recorder Revision History | ||||
| - Now logging the description (if present) in case a thread is canceled (suggested | ||||
|   by Marco Schl<68><6C>ler). | ||||
| - cMenuText now uses the given font (thanks to Rolf Ahrenberg). | ||||
| - The ST:TNG skin now uses the fixed font if requested when displaying texts. | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|  * See the main source file 'vdr.c' for copyright information and | ||||
|  * how to reach the author. | ||||
|  * | ||||
|  * $Id: skinsttng.c 1.18 2006/02/05 14:51:39 kls Exp $ | ||||
|  * $Id: skinsttng.c 1.19 2006/02/17 15:57:37 kls Exp $ | ||||
|  */ | ||||
|  | ||||
| // Star Trek: The Next Generation<6F> is a registered trademark of Paramount Pictures | ||||
| @@ -632,7 +632,7 @@ int cSkinSTTNGDisplayMenu::GetTextAreaWidth(void) const | ||||
| const cFont *cSkinSTTNGDisplayMenu::GetTextAreaFont(bool FixedFont) const | ||||
| { | ||||
|   const cFont *font = cFont::GetFont(FixedFont ? fontFix : fontOsd); | ||||
|   font = cFont::GetFont(fontSml);//XXX -> make a way to let the text define which font to use | ||||
|   //XXX -> make a way to let the text define which font to use | ||||
|   return font; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user