commit 6fe499509a0f527d53deefae309539628052bdbd
Author: Richard Heck <[email protected]>
Date: Sun Jul 31 02:49:38 2016 -0400
Alignment
---
src/FontInfo.h | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/FontInfo.h b/src/FontInfo.h
index 370610c..b8f71e9 100644
--- a/src/FontInfo.h
+++ b/src/FontInfo.h
@@ -37,17 +37,17 @@ public:
FontInfo(
FontFamily family,
FontSeries series,
- FontShape shape,
- FontSize size,
- ColorCode color,
- ColorCode background,
- FontState emph,
- FontState underbar,
- FontState strikeout,
- FontState uuline,
- FontState uwave,
- FontState noun,
- FontState number)
+ FontShape shape,
+ FontSize size,
+ ColorCode color,
+ ColorCode background,
+ FontState emph,
+ FontState underbar,
+ FontState strikeout,
+ FontState uuline,
+ FontState uwave,
+ FontState noun,
+ FontState number)
: family_(family), series_(series), shape_(shape), size_(size),
color_(color), background_(background), paint_color_(),
emph_(emph),
underbar_(underbar), strikeout_(strikeout), uuline_(uuline),