You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.86
Former-commit-id: 7a84ce7d08c42c458ac8e74b27186ca863315d79
This commit is contained in:
parent
92747312ea
commit
0b380204a4
@ -366,10 +366,12 @@ namespace System.Windows.Forms.RTF {
|
||||
new KeyStruct(Major.StyleAttr, Minor.Next, "snext"),
|
||||
new KeyStruct(Major.PictAttr, Minor.MacQD, "macpict"),
|
||||
new KeyStruct(Major.PictAttr, Minor.PMMetafile, "pmmetafile"),
|
||||
new KeyStruct(Major.PictAttr, Minor.EnhancedMetafile, "emfblip"),
|
||||
new KeyStruct(Major.PictAttr, Minor.WinMetafile, "wmetafile"),
|
||||
new KeyStruct(Major.PictAttr, Minor.DevIndBitmap, "dibitmap"),
|
||||
new KeyStruct(Major.PictAttr, Minor.WinBitmap, "wbitmap"),
|
||||
new KeyStruct(Major.PictAttr, Minor.PngBlip, "pngblip"),
|
||||
new KeyStruct(Major.PictAttr, Minor.JpegBlip, "jpgblip"),
|
||||
new KeyStruct(Major.PictAttr, Minor.PixelBits, "wbmbitspixel"),
|
||||
new KeyStruct(Major.PictAttr, Minor.BitmapPlanes, "wbmplanes"),
|
||||
new KeyStruct(Major.PictAttr, Minor.BitmapWid, "wbmwidthbytes"),
|
||||
@ -393,6 +395,7 @@ namespace System.Windows.Forms.RTF {
|
||||
new KeyStruct(Major.NeXTGrAttr, Minor.NeXTGHeight, "height"),
|
||||
new KeyStruct(Major.Destination, Minor.OptDest, "*"),
|
||||
new KeyStruct(Major.Destination, Minor.FontTbl, "fonttbl"),
|
||||
new KeyStruct(Major.Destination, Minor.FontName, "fname"),
|
||||
new KeyStruct(Major.Destination, Minor.FontAltName, "falt"),
|
||||
new KeyStruct(Major.Destination, Minor.EmbeddedFont, "fonteb"),
|
||||
new KeyStruct(Major.Destination, Minor.FontFile, "fontfile"),
|
||||
|
Reference in New Issue
Block a user