### Fonts
TkDefaultFont		# Default font for widgets
TkClassicDefaultFont	# Classic default font

### GUI elements
TkMenuFont		# Menus
TkIconFont		# Icon labels
TkCaptionFont		# Windows caption
TkSmallCaptionFont	# Small windows captions
TkHeadingFont		# Column headers
TkStatusFont		# Status bar
TkTooltipFont		# Tooltips

### Text
TkBigTitleFont		# A big title
TkTitleFont		# A title
TkTextFont		# Usual text (read on screen)
TkTextStrongFont	# Usual text strong (usually bold)
TkTextEmphFont		# Usual text emphasize (usually italic)
TkFixedFont		# Non prop text (code, ...)
TkFixedStongFont	# Non prop text strong (usually bold)
TkFixedEmphFont		# Non prop text emphasize (usually italic)
