.TH wxFontData 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxFontData \- See external documentation: wxFontData. .SH DESCRIPTION .LP See external documentation: wxFontData\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxFontData(): .RS 2 .LP An object reference, The representation is internal and can be changed without notice\&. It can\&'t be used for comparsion stored on disc or distributed for use on other nodes\&. .RE .RE .SH EXPORTS .LP .B new() -> \fBwxFontData()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Data) -> \fBwxFontData()\fR\& .br .RS .LP Types: .RS 3 Data = \fBwxFontData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enableEffects(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getAllowSymbols(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getColour(This) -> \fBwx:wx_colour4()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getChosenFont(This) -> \fBwxFont:wxFont()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getEnableEffects(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getInitialFont(This) -> \fBwxFont:wxFont()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getShowHelp(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setAllowSymbols(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setChosenFont(This, Font) -> ok .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br Font = \fBwxFont:wxFont()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setColour(This, Colour) -> ok .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br Colour = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setInitialFont(This, Font) -> ok .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br Font = \fBwxFont:wxFont()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setRange(This, MinRange, MaxRange) -> ok .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br MinRange = integer() .br MaxRange = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setShowHelp(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = \fBwxFontData()\fR\& .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxFontData()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>