Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								34567bc145 
								
							 
						 
						
							
							
								
								LibGfx: Remove single-code point Font::glyph_or_emoji_width API  
							
							... 
							
							
							
							All callers are now aware of multi-code point emoji (and must remain so
going forward). 
							
						 
						
							2023-02-24 20:28:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								a391ea3da3 
								
							 
						 
						
							
							
								
								LibGfx: Support computing a font's glyph width with code point iterators  
							
							... 
							
							
							
							This allows consideration of multi-code point glyphs. 
							
						 
						
							2023-02-22 10:14:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								bfe081caad 
								
							 
						 
						
							
							
								
								LibGfx: Fix const-correctness issues  
							
							
							
						 
						
							2023-02-21 00:54:04 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Aliaksandr Kalenik 
								
							 
						 
						
							
							
							
							
								
							
							
								1cc8895e4b 
								
							 
						 
						
							
							
								
								LibGfx: Introduce with_size method for Font  
							
							
							
						 
						
							2023-02-11 20:59:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Aliaksandr Kalenik 
								
							 
						 
						
							
							
							
							
								
							
							
								1f4106842d 
								
							 
						 
						
							
							
								
								LibGfx: Pass font width to FontDatabase::get()  
							
							... 
							
							
							
							Width need to be passed to `FontDatabase::get()` to resolve font name
unambiguously. 
							
						 
						
							2023-02-05 08:06:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								850b4a03e6 
								
							 
						 
						
							
							
								
								LibGfx: Cache font pixel metrics in ScaledFont  
							
							... 
							
							
							
							Instead of recomputing the pixel metrics over and over, we can just
cache them with the font and avoid a bunch of expensive computation. 
							
						 
						
							2023-01-24 14:13:59 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								65c8cd37e3 
								
							 
						 
						
							
							
								
								LibGfx: Make ScaledFont::glyph_height() return the pixel height  
							
							... 
							
							
							
							This was returning the point height which didn't match BitmapFont and
led to bogus line heights in GUI::TextEditor. 
							
						 
						
							2023-01-06 12:02:20 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								cddcf531b1 
								
							 
						 
						
							
							
								
								LibGfx: Remove unused Font::point_size()  
							
							
							
						 
						
							2023-01-06 12:02:20 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								2a61d66b0a 
								
							 
						 
						
							
							
								
								LibGfx: Make Font::preferred_line_height() more correct  
							
							... 
							
							
							
							Return a float, and fix a bogus calculation of ascender + descender. 
							
						 
						
							2023-01-06 12:02:20 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									MacDue 
								
							 
						 
						
							
							
							
							
								
							
							
								ada48a1daf 
								
							 
						 
						
							
							
								
								LibGfx: Add ability to request glyphs at subpixel offsets to fonts  
							
							... 
							
							
							
							This adds the option to pass a subpixel offset when fetching a glyph
from a font, this offset is currently snapped to thirds of a pixel
(i.e. 0, 0.33, 0.66). This is then used when rasterizing the glyph,
which is then cached like usual.
Note that when using subpixel offsets you're trading a bit of space
for accuracy. With the current third of a pixel offsets you can end
up with up to 9 bitmaps per glyph. 
							
						 
						
							2023-01-05 12:09:35 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								555d7a6fce 
								
							 
						 
						
							
							
								
								LibGfx: Make Font::glyph_width*() APIs return float  
							
							
							
						 
						
							2023-01-03 15:25:02 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								3407ab0fd1 
								
							 
						 
						
							
							
								
								LibGfx: Make Font::width() return a float  
							
							
							
						 
						
							2023-01-03 15:25:02 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								bfa7381852 
								
							 
						 
						
							
							
								
								LibGfx: Make Font::pixel_size() return a float  
							
							... 
							
							
							
							Here's yet another place where we were chopping of decimals. 
							
						 
						
							2023-01-03 15:25:02 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								6e19ab2bbc 
								
							 
						 
						
							
							
								
								AK+Everywhere: Rename String to DeprecatedString  
							
							... 
							
							
							
							We have a new, improved string type coming up in AK (OOM aware, no null
state), and while it's going to use UTF-8, the name UTF8String is a
mouthful - so let's free up the String name by renaming the existing
class.
Making the old one have an annoying name will hopefully also help with
quick adoption :^) 
							
						 
						
							2022-12-06 08:54:33 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									thankyouverycool 
								
							 
						 
						
							
							
							
							
								
							
							
								1be830e3c6 
								
							 
						 
						
							
							
								
								LibGfx: Add pure virtual fallible clone() for Fonts  
							
							
							
						 
						
							2022-11-19 15:41:09 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Wanner 
								
							 
						 
						
							
							
							
							
								
							
							
								5136c5ae1a 
								
							 
						 
						
							
							
								
								LibGfx: Move ScaledFont and new base class VectorFont out of TTF  
							
							
							
						 
						
							2022-04-09 23:48:18 +02:00