That Terminal
A terminal emulator designed for video making purposes.
fonts Directory Reference
Directory dependency graph for fonts:
src/rendering/fonts

Files

file  font_planner.cc
 Defines an interface that converts unicode characters into pixels, through scanning available font files for a specified range in unicode at specified size.
 
file  font_planner.hh [code]
 Defines an interface that converts unicode characters into pixels, through scanning available font files for a specified range in unicode at specified size.
 
file  make_similarities.cc
 Builds a similarity map between glyphs. Used internally by FontPlan.
 
file  make_similarities.hh [code]
 Builds a similarity map between glyphs. Used internally by FontPlan.
 
file  read_font.cc
 Contains low-level functions for parsing font files. Used by ReadFontsList and FontPlan.
 
file  read_font.hh [code]
 Contains low-level functions for parsing font files. Used by ReadFontsList and FontPlan.
 
file  read_fonts.cc
 Loads the list of available fonts and the list of characters in each. Used by FontPlan.
 
file  read_fonts.hh [code]
 Loads the list of available fonts and the list of characters in each. Used by FontPlan.