mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:15:38 +00:00
*** empty log message ***
svn path=/trunk/gtk-sharp/; revision=19965
This commit is contained in:
parent
b828f81d01
commit
12abad900e
|
@ -151,11 +151,11 @@ namespace GtkDemo
|
||||||
buffer.TagTable.Add(tag);
|
buffer.TagTable.Add(tag);
|
||||||
|
|
||||||
tag = new TextTag("xx-small");
|
tag = new TextTag("xx-small");
|
||||||
tag.Scale = 15 * Pango.Scale.XX_Small;
|
tag.Scale = Pango.Scale.XX_Small;
|
||||||
buffer.TagTable.Add(tag);
|
buffer.TagTable.Add(tag);
|
||||||
|
|
||||||
tag = new TextTag("x-large");
|
tag = new TextTag("x-large");
|
||||||
tag.Scale = 15 * Pango.Scale.X_Large;
|
tag.Scale = Pango.Scale.X_Large;
|
||||||
buffer.TagTable.Add(tag);
|
buffer.TagTable.Add(tag);
|
||||||
|
|
||||||
tag = new TextTag("monospace");
|
tag = new TextTag("monospace");
|
||||||
|
|
Loading…
Reference in a new issue