search for: fontstyle

Displaying 5 results from an estimated 5 matches for "fontstyle".

2005 Oct 05
5
InPlaceEditor crash on Safari
Quick question.. I often crash my Safari when using ''Enter'' on InPlaceEditor''s for submitting. Works fine on firefox(win & Mac) - no javascript errors. Anyone else seen this behavior? (Maybe it is just my alterings of InPlaceEditor :-) Best Regards Michael Krog
2004 Jun 29
0
fl_show_fselector
...g to use fl_show_fselector. In fact I did it without any problem. But now I'm getting "segmentation fault" in the line of code: filename =fl_show_fselector("Select file to open",".","*.off", ""); the message is: In SetFont [fonts.c 224] Bad FontStyle request 0: Segmentation fault (core dumped) I'm wondering what is happening here. Can anybody help me? Thanks a lot, Dimas
2011 Jan 03
0
Font '?' cannot be found when running .NET apps
.... at System.Drawing.FontFamily.GetGdipGenericSansSerif() at System.Drawing.FontFamily.CreateFontFamily(String name, FontCollection fon tCollection) at System.Drawing.FontFamily..ctor(String name, Boolean createDefaultOnFail) at System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle styl e, GraphicsUnit unit, Byte gdiCharSet) at FormsTest.Form1.InitializeComponent() at FormsTest.Form1..ctor() at FormsTest.Program.Main() wine: Unhandled exception 0xe0434f4d at address 0x7b837c83 (thread 0009), starti ng debugger... Unhandled exception: 0xe0434f4d in 32-bit code (0x7b83...
2009 Jan 05
3
VMware Infrastructure won't start.
....TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Font 'Tahoma' does not support style 'Regular'. at System.Drawing.Font.CreateNativeFont() at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont) at System.Drawing.Font..ctor(SerializationInfo info, StreamingContext context) --- End of inner exception stack trace --- at System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringType...
2007 Sep 29
0
libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
....parseColor (style.color); + if (tmp != null) + format.color = tmp; + } + + format.display = style.display; + + if (style.fontFamily) + format.font = this.parseCSSFontFamily (style.fontFamily); + + if (style.textIndent) + format.indent = parseInt (style.textIndent); + + if (style.fontStyle == "italic") { + format.italic = true; + } else if (style.fontStyle == "normal") { + format.italic = false; + } + + if (style.kerning == "true") { + format.kerning = true; + } else if (style.kerning == "false") { + format.kerning = false; + }...