mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Alignment
This commit is contained in:
parent
ab3a49973f
commit
6fe499509a
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user