Uses of Class
com.stimulsoft.base.system.StiFont

Packages that use StiFont
com.stimulsoft.base   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.drawing   
com.stimulsoft.base.system   
com.stimulsoft.report.barCodes   
com.stimulsoft.report.chart.core.styles   
com.stimulsoft.report.chart.interfaces.axis   
com.stimulsoft.report.chart.interfaces.chartTitle   
com.stimulsoft.report.chart.interfaces.constantLines   
com.stimulsoft.report.chart.interfaces.legend   
com.stimulsoft.report.chart.interfaces.radarAxis   
com.stimulsoft.report.chart.interfaces.seriesLabels   
com.stimulsoft.report.chart.interfaces.strips   
com.stimulsoft.report.chart.interfaces.table   
com.stimulsoft.report.chart.view.axis   
com.stimulsoft.report.chart.view.chartTitle   
com.stimulsoft.report.chart.view.constantLines   
com.stimulsoft.report.chart.view.legend   
com.stimulsoft.report.chart.view.radarAxis   
com.stimulsoft.report.chart.view.seriesLabels   
com.stimulsoft.report.chart.view.strips   
com.stimulsoft.report.chart.view.table   
com.stimulsoft.report.components   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.conditions   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.dialogs   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.export.tools.pdf   
com.stimulsoft.report.infographics.gauge.indicators   
com.stimulsoft.report.infographics.gauge.primitives.indicators   
com.stimulsoft.report.infographics.gauge.primitives.tick   
com.stimulsoft.report.infographics.gauge.styles.core   
com.stimulsoft.report.options   
com.stimulsoft.report.painters   
com.stimulsoft.report.painters.components   
com.stimulsoft.report.painters.context.gauge   
com.stimulsoft.report.painters.context.gauge.geoms   
com.stimulsoft.report.styles   
com.stimulsoft.webdesigner.helper   
 

Uses of StiFont in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiFont
static StiFont StiJsonReportObjectHelper.Deserialize.Font(JProperty prop, StiFont defaultFont)
           
 

Methods in com.stimulsoft.base with parameters of type StiFont
static StiFont StiJsonReportObjectHelper.Deserialize.Font(JProperty prop, StiFont defaultFont)
           
static java.lang.String StiJsonReportObjectHelper.Serialize.font(StiFont font, java.lang.String defaultFamily, float defaultEmSize)
           
static java.lang.String StiJsonReportObjectHelper.Serialize.font(StiFont font, java.lang.String defaultFamily, float defaultEmSize, int defaultStyle)
           
static java.lang.String StiJsonReportObjectHelper.Serialize.fontDefault(StiFont font)
           
 

Uses of StiFont in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiFont
static StiFontGeom StiFontGeom.ChangeFontSize(StiFont font, double newFontSize)
           
static StiFontGeom StiFontGeom.ChangeFontSize(StiFont font, float newFontSize)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiFont
StiFontGeom(StiFont font)
           
 

Uses of StiFont in com.stimulsoft.base.drawing
 

Fields in com.stimulsoft.base.drawing declared as StiFont
 StiFont StiGlyph.font
           
 

Methods in com.stimulsoft.base.drawing with parameters of type StiFont
static StiBreakText StiTextUtil.breakText(int maxHeight, int maxWidth, StiFont font, java.lang.String text, boolean allowHtmlTags, StiTextHorAlignment horAlignment, boolean wordWrap, StiGraphics g)
           
 void StiGraphics.drawHTMLText(java.lang.String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, double lineSpacing, java.lang.Double zoom)
          Draw HTML text
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, int maximalWidth, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, boolean antialiasing, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, boolean antialiasing, int maximalWidth, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, int maximalWidth, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, int maximalWidth, double zoom)
           
 void StiGraphics.drawText(java.lang.String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, java.lang.Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions)
          Draw text
static StiSize StiTextUtil.measureString(double maxWidth, StiFont font, java.lang.String text, float angle)
           
static StiSize StiTextUtil.measureString(double maxWidth, StiFont stiFont, java.lang.String text, float angle, boolean wordWrap)
           
static StiSize StiTextUtil.measureString(StiFont font, java.lang.String text)
           
static StiSize StiTextUtil.measureString(StiFont font, java.lang.String text, float angle)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, double zoom)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, int maximalWidth, double zoom, boolean wordWrap)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, double zoom)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, int maximalWidth, double zoom)
           
 

Uses of StiFont in com.stimulsoft.base.system
 

Methods in com.stimulsoft.base.system that return StiFont
static StiFont StiFont.changeFontSize(StiFont font, double newFontSize)
           
 StiFont StiFont.deserializeString(java.lang.String textContent)
           
static StiFont StiFont.getFont(java.lang.String name, int size)
           
 

Methods in com.stimulsoft.base.system with parameters of type StiFont
static StiFont StiFont.changeFontSize(StiFont font, double newFontSize)
           
 

Uses of StiFont in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiFont
 StiFont StiBarCode.getFont()
          Gets or sets font of bar code.
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiFont
 void StiBarCode.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.core.styles
 

Methods in com.stimulsoft.report.chart.core.styles that return StiFont
 StiFont StiStyleCoreXF33.getLegendFont()
           
 StiFont StiStyleCoreXF32.getLegendFont()
           
 StiFont StiStyleCoreXF31.getLegendFont()
           
 StiFont StiStyleCoreXF30.getLegendFont()
           
 StiFont StiStyleCoreXF28.getLegendFont()
           
 StiFont StiStyleCoreXF27.getLegendFont()
           
 StiFont StiStyleCoreXF.getLegendFont()
           
 StiFont StiStyleCoreXF33.getSeriesLabelsFont()
           
 StiFont StiStyleCoreXF32.getSeriesLabelsFont()
           
 StiFont StiStyleCoreXF31.getSeriesLabelsFont()
           
 StiFont StiStyleCoreXF30.getSeriesLabelsFont()
           
 StiFont StiStyleCoreXF29.getSeriesLabelsFont()
           
 StiFont StiStyleCoreXF27.getSeriesLabelsFont()
           
 StiFont StiStyleCoreXF26.getSeriesLabelsFont()
           
 StiFont StiStyleCoreXF25.getSeriesLabelsFont()
           
 StiFont StiStyleCoreXF.getSeriesLabelsFont()
           
 

Uses of StiFont in com.stimulsoft.report.chart.interfaces.axis
 

Methods in com.stimulsoft.report.chart.interfaces.axis that return StiFont
 StiFont IStiAxisTitle.getFont()
           
 StiFont IStiAxisLabels.getFont()
           
 

Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiFont
 void IStiAxisTitle.setFont(StiFont value)
           
 void IStiAxisLabels.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.interfaces.chartTitle
 

Methods in com.stimulsoft.report.chart.interfaces.chartTitle that return StiFont
 StiFont IStiChartTitle.getFont()
           
 

Methods in com.stimulsoft.report.chart.interfaces.chartTitle with parameters of type StiFont
 void IStiChartTitle.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.interfaces.constantLines
 

Methods in com.stimulsoft.report.chart.interfaces.constantLines that return StiFont
 StiFont IStiConstantLines.getFont()
           
 

Methods in com.stimulsoft.report.chart.interfaces.constantLines with parameters of type StiFont
 void IStiConstantLines.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.interfaces.legend
 

Methods in com.stimulsoft.report.chart.interfaces.legend that return StiFont
 StiFont IStiLegend.getFont()
           
 StiFont IStiLegend.getTitleFont()
           
 

Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiFont
 void IStiLegend.setFont(StiFont value)
           
 void IStiLegend.setTitleFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.interfaces.radarAxis
 

Methods in com.stimulsoft.report.chart.interfaces.radarAxis that return StiFont
 StiFont IStiRadarAxisLabels.getFont()
           
 

Methods in com.stimulsoft.report.chart.interfaces.radarAxis with parameters of type StiFont
 void IStiRadarAxisLabels.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.interfaces.seriesLabels
 

Methods in com.stimulsoft.report.chart.interfaces.seriesLabels that return StiFont
 StiFont IStiSeriesLabels.getFont()
           
 

Methods in com.stimulsoft.report.chart.interfaces.seriesLabels with parameters of type StiFont
 void IStiSeriesLabels.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.interfaces.strips
 

Methods in com.stimulsoft.report.chart.interfaces.strips that return StiFont
 StiFont IStiStrips.getFont()
           
 

Methods in com.stimulsoft.report.chart.interfaces.strips with parameters of type StiFont
 void IStiStrips.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.interfaces.table
 

Methods in com.stimulsoft.report.chart.interfaces.table that return StiFont
 StiFont IStiChartTable.getFont()
           
 

Methods in com.stimulsoft.report.chart.interfaces.table with parameters of type StiFont
 void IStiChartTable.setFont(StiFont font)
           
 

Uses of StiFont in com.stimulsoft.report.chart.view.axis
 

Methods in com.stimulsoft.report.chart.view.axis that return StiFont
 StiFont StiAxisTitle.getFont()
          Gets or set font which will be used for axis title drawing.
 StiFont StiAxisLabels.getFont()
          Gets or sets font which will be used for axis label drawing.
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiFont
 void StiAxisTitle.setFont(StiFont value)
           
 void StiAxisLabels.setFont(StiFont value)
           
 

Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiFont
StiAxisLabels(java.lang.String format, java.lang.String textBefore, java.lang.String textAfter, float angle, StiFont font, boolean antialiasing, StiLabelsPlacement placement, StiColor color, float width, StiMarkerAlignment textAlignment, float step, boolean allowApplyStyle)
           
StiAxisLabels(java.lang.String format, java.lang.String textBefore, java.lang.String textAfter, float angle, StiFont font, boolean antialiasing, StiLabelsPlacement placement, StiColor color, float width, StiMarkerAlignment textAlignment, float step, boolean allowApplyStyle, boolean wordWrap)
           
StiAxisTitle(StiFont font, java.lang.String text, StiColor color, boolean antialiasing, StiStringAlignment alignment, StiDirection direction, boolean allowApplyStyle)
           
 

Uses of StiFont in com.stimulsoft.report.chart.view.chartTitle
 

Methods in com.stimulsoft.report.chart.view.chartTitle that return StiFont
 StiFont StiChartTitle.getFont()
          Gets or sets font of the chart title.
 

Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiFont
 void StiChartTitle.setFont(StiFont value)
           
 

Constructors in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiFont
StiChartTitle(StiFont font, java.lang.String text, StiBrush brush, boolean antialiasing, StiStringAlignment alignment, StiChartTitleDock dock, int spacing, boolean visible, boolean allowApplyStyle)
           
 

Uses of StiFont in com.stimulsoft.report.chart.view.constantLines
 

Methods in com.stimulsoft.report.chart.view.constantLines that return StiFont
 StiFont StiConstantLines.getFont()
          Gets or sets font which used for drawing constant line text.
 

Methods in com.stimulsoft.report.chart.view.constantLines with parameters of type StiFont
 void StiConstantLines.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.view.legend
 

Methods in com.stimulsoft.report.chart.view.legend that return StiFont
 StiFont StiLegend.getFont()
          Gets or sets font which used for series title drawing in chart legend.
 StiFont StiLegend.getTitleFont()
          Gets or sets title font of the chart legend.
 

Methods in com.stimulsoft.report.chart.view.legend with parameters of type StiFont
 void StiLegend.setFont(StiFont value)
           
 void StiLegend.setTitleFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.view.radarAxis
 

Methods in com.stimulsoft.report.chart.view.radarAxis that return StiFont
 StiFont StiRadarAxisLabels.getFont()
          Gets or sets font which will be used for axis label drawing.
 

Methods in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiFont
 void StiRadarAxisLabels.setFont(StiFont value)
           
 

Constructors in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiFont
StiRadarAxisLabels(java.lang.String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle)
           
StiRadarAxisLabels(java.lang.String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle, boolean rotationLabels)
           
 

Uses of StiFont in com.stimulsoft.report.chart.view.seriesLabels
 

Methods in com.stimulsoft.report.chart.view.seriesLabels that return StiFont
 StiFont StiSeriesLabels.getFont()
          Gets or sets font which will be used to draw series labels.
 StiFont StiNoneLabels.getFont()
           
 

Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiFont
 void StiSeriesLabels.setFont(StiFont value)
           
 void StiNoneLabels.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.view.strips
 

Methods in com.stimulsoft.report.chart.view.strips that return StiFont
 StiFont StiStrips.getFont()
          Gets or sets font of title text.
 

Methods in com.stimulsoft.report.chart.view.strips with parameters of type StiFont
 void StiStrips.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.chart.view.table
 

Methods in com.stimulsoft.report.chart.view.table that return StiFont
 StiFont StiChartTable.getFont()
           
 

Methods in com.stimulsoft.report.chart.view.table with parameters of type StiFont
 void StiChartTable.setFont(StiFont font)
           
 

Uses of StiFont in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiFont
 StiFont StiWatermark.getFont()
          Gets or sets font of Watermark.
 

Methods in com.stimulsoft.report.components with parameters of type StiFont
static StiBreakText StiComponentDivider.BreakText(StiGraphics measureGraphics, StiRectangle rect, java.lang.String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp)
           
static StiSize StiStandardTextRenderer.MeasureHTMLString(double maxWidth, StiFont font, StiText textBox, boolean allowHtmlTags)
           
static StiSize StiStandardTextRenderer.MeasureString(double maxWidth, StiFont stiFont, float angle, java.lang.String text, boolean wordWrap)
           
static StiSize StiStandardTextRenderer.MeasureString(double maxWidth, StiFont font, StiText textBox)
           
static StiSize StiStandardTextRenderer.MeasureString(int maxWidth, StiFont stiFont, StiText textBox)
           
static StiSize StiStandardTextRenderer.measureString(StiFont font, java.lang.String text, float angle)
           
 void StiWatermark.setFont(StiFont value)
           
 

Constructors in com.stimulsoft.report.components with parameters of type StiFont
StiWatermark(StiBrush textBrush, java.lang.String text, double angle, StiFont font, boolean showBehind)
           
StiWatermark(StiBrush textBrush, java.lang.String text, double angle, StiFont font, boolean showBehind, boolean enabled, boolean aspectRatio)
           
StiWatermark(StiBrush textBrush, java.lang.String text, double angle, StiFont font, boolean showBehind, boolean enabled, boolean aspectRatio, boolean rightToLeft)
           
 

Uses of StiFont in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiFont
 void StiContainer.setComponentsFont(StiFont font)
           
 void StiContainer.setComponentsFont(StiFont font, boolean setFontFamily, boolean setSize, boolean setStyleBold, boolean setStyleItalic, boolean setStyleUnderline, boolean setStyleStrikeout, boolean setUnit, boolean setGdiCharSet, boolean setGdiVerticalFont)
          Sets IStiFont from all selected objects in the container.
 

Uses of StiFont in com.stimulsoft.report.components.conditions
 

Methods in com.stimulsoft.report.components.conditions that return StiFont
 StiFont StiMultiConditionContainer.getFont()
          Gets or sets font of text.
 StiFont StiCondition.getFont()
          Gets or sets font of text.
 

Methods in com.stimulsoft.report.components.conditions with parameters of type StiFont
static void StiConditionHelper.ApplyFont(java.lang.Object component, StiFont font, StiEnumSet<StiConditionPermissions> perms)
           
 void StiMultiConditionContainer.setFont(StiFont value)
           
 void StiCondition.setFont(StiFont value)
           
 

Constructors in com.stimulsoft.report.components.conditions with parameters of type StiFont
StiCondition(StiFilterItem item, java.lang.String column, StiFilterCondition condition, java.lang.String value1, java.lang.String value2, StiFilterDataType dataType, java.lang.String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled)
          Creates a new object of the type StiCondition.
StiCondition(StiFilterItem item, java.lang.String column, StiFilterCondition condition, java.lang.String value1, java.lang.String value2, StiFilterDataType dataType, java.lang.String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, java.lang.String assignExpression)
          Creates a new object of the type StiCondition.
StiCondition(StiFilterItem item, java.lang.String column, StiFilterCondition condition, java.lang.String value1, java.lang.String value2, StiFilterDataType dataType, java.lang.String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, java.lang.String assignExpression, java.lang.String style, StiEnumSet<StiConditionBorderSides> borderSides)
          Creates a new object of the type StiCondition.
StiCondition(StiFilterItem item, java.lang.String column, StiFilterCondition condition, java.lang.String value1, java.lang.String value2, StiFilterDataType dataType, java.lang.String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, java.lang.String assignExpression, java.lang.String style, StiEnumSet<StiConditionBorderSides> borderSides, StiEnumSet<StiConditionPermissions> permissions)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, java.lang.String assignExpression)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, java.lang.String assignExpression, java.lang.String style, StiEnumSet<StiConditionBorderSides> borderSides)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, java.lang.String assignExpression, java.lang.String style, StiEnumSet<StiConditionBorderSides> borderSides, StiEnumSet<StiConditionPermissions> permissions)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String column, StiFilterCondition condition, java.util.Date date1, java.util.Date date2, StiColor textColor, StiColor backColor, StiFont font, boolean enabled)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String column, StiFilterCondition condition, java.util.Date date1, StiColor textColor, StiColor backColor, StiFont font, boolean enabled)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String column, StiFilterCondition condition, java.lang.String value, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String column, StiFilterCondition condition, java.lang.String value1, java.lang.String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String column, StiFilterCondition condition, java.lang.String value1, java.lang.String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, java.lang.String assignExpression)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String column, StiFilterCondition condition, java.lang.String value1, java.lang.String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, java.lang.String assignExpression, java.lang.String style, StiEnumSet<StiConditionBorderSides> borderSides)
          Creates a new object of the type StiCondition.
StiCondition(java.lang.String column, StiFilterCondition condition, java.lang.String value1, java.lang.String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, java.lang.String assignExpression, java.lang.String style, StiEnumSet<StiConditionBorderSides> borderSides, StiEnumSet<StiConditionPermissions> permissions, boolean breakIfTrue)
          Creates a new object of the type StiCondition.
StiMultiCondition(StiColor textColor, StiColor backColor, StiFont font, boolean enabled, StiFilterMode filterMode)
          Creates a new object of the type StiMultiCondition.
StiMultiCondition(StiColor textColor, StiColor backColor, StiFont font, boolean enabled, StiFilterMode filterMode, boolean canAssignExpression, java.lang.String assignExpression)
          Creates a new object of the type StiMultiCondition.
StiMultiCondition(StiColor textColor, StiColor backColor, StiFont font, boolean enabled, StiFilterMode filterMode, StiFilter[] filters)
          Creates a new object of the type StiMultiCondition.
StiMultiCondition(StiColor textColor, StiColor backColor, StiFont font, boolean enabled, StiFilterMode filterMode, StiFilter[] filters, boolean canAssignExpression, java.lang.String assignExpression)
          Creates a new object of the type StiMultiCondition.
StiMultiCondition(StiColor textColor, StiColor backColor, StiFont font, boolean enabled, StiFilterMode filterMode, StiFilter[] filters, boolean canAssignExpression, java.lang.String assignExpression, java.lang.String style, StiEnumSet<StiConditionBorderSides> borderSides)
          Creates a new object of the type StiMultiCondition.
StiMultiCondition(StiColor textColor, StiColor backColor, StiFont font, boolean enabled, StiFilterMode filterMode, StiFilter[] filters, java.lang.String style, StiEnumSet<StiConditionBorderSides> borderSides)
          Creates a new object of the type StiMultiCondition.
 

Uses of StiFont in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiFont
 StiFont IStiFont.getFont()
          Gets or sets font of component.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiFont
 void IStiFont.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.components.simplecomponents
 

Fields in com.stimulsoft.report.components.simplecomponents declared as StiFont
 StiFont StiText.font
           
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiFont
 StiFont StiText.getActualFont(StiExpression text, float minFontSize)
           
 StiFont StiText.getActualFont(java.lang.String text)
           
 StiFont StiText.getActualFont(java.lang.String text, float minFontSize)
           
 StiFont StiText.getFont()
          Gets or sets font of component.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiFont
 void StiText.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiFont
 StiFont StiCrossField.getFont()
          Gets or sets font of component.
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiFont
 void StiCrossField.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiFont
 StiFont StiReportControl.getFont()
          Gets or sets the font of the text displayed by the control.
 StiFont StiForm.getFont()
          Gets or sets font of control.
 StiFont StiGridControl.getHeaderFont()
          Gets or sets the font used for column headers.
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiFont
 void StiReportControl.setFont(StiFont value)
           
 void StiForm.setFont(StiFont value)
           
 void StiGridControl.setHeaderFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service with parameters of type StiFont
 java.lang.String StiRtfExportService.convertTextWithHtmlTagsToRtfText(StiFont font, StiBrush textBrush, StiTextHorAlignment horAlignment, java.lang.String text)
          Convert text with html tags to Rtf text
static java.lang.String StiSvgExportService.StiSvgHelper.getStyleString(StiFont font, StiColor textColor)
           
 void StiHtmlExportService.renderFont(StiHtmlTableCell cell, StiFont font)
          Render font
 

Uses of StiFont in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools that return StiFont
 StiFont StiCellStyle.getFont()
           
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiFont
 void StiBarCodeExportPainter.baseDrawString(java.lang.Object context, java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 StiSize StiBarCodeExportPainter.baseMeasureString(java.lang.Object context, java.lang.String st, StiFont font)
           
 void StiSvgGeomWriter.drawString(java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void StiPdfGeomWriter.drawString(java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void IStiExportGeomWriter.drawString(java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void StiSvgGeomWriter.drawText(StiPoint basePoint, java.lang.String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign)
           
 void StiPdfGeomWriter.drawText(StiPoint basePoint, java.lang.String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign)
           
 void IStiExportGeomWriter.drawText(StiPoint basePoint, java.lang.String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign)
           
static java.util.List<StiLineInfo> StiTextRenderer.getTextLines(java.lang.String text, StiFont font, StiRectangle rect, java.lang.Boolean wordWrap)
          Get text lines
 StiSize StiSvgGeomWriter.measureString(java.lang.String st, StiFont font)
           
 StiSize StiPdfGeomWriter.measureString(java.lang.String st, StiFont font)
           
 StiSize IStiExportGeomWriter.measureString(java.lang.String st, StiFont font)
           
 void StiCellStyle.setFont(StiFont font)
           
 

Constructors in com.stimulsoft.report.export.tools with parameters of type StiFont
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, java.lang.String format)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, java.lang.String format, java.lang.String styleName)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, java.lang.String format)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, java.lang.String format, java.lang.String styleName)
           
 

Uses of StiFont in com.stimulsoft.report.export.tools.pdf
 

Fields in com.stimulsoft.report.export.tools.pdf declared as StiFont
 StiFont PdfFonts.pfontInfo.font
           
 

Methods in com.stimulsoft.report.export.tools.pdf with parameters of type StiFont
 byte[] PdfFonts.getFontDataBuf(StiFont font)
          Get font file byte array fron buffer (if exist)
 com.stimulsoft.report.export.tools.pdf.PdfFonts.FontsInfoStore.FontInfo PdfFonts.FontsInfoStore.getFontInfo(StiFont font)
          Get font info
 void PdfFonts.getFontMetrics(StiFont font, PdfFontInfo currentFontInfo, int[] glyphMap)
          get font metrics
 int PdfFonts.getFontNumber(StiFont incomingFont)
          Returns number of font in table of fonts.
 int[] PdfFonts.makeGlyphBackMap(StiFont font)
          Make glyph back map
 

Uses of StiFont in com.stimulsoft.report.infographics.gauge.indicators
 

Methods in com.stimulsoft.report.infographics.gauge.indicators that return StiFont
 StiFont StiStateIndicator.getFont()
          font of component.
 StiFont StiNeedle.getFont()
          font of component.
 

Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type StiFont
 void StiStateIndicator.setFont(StiFont font)
          font of component.
 void StiNeedle.setFont(StiFont font)
          font of component.
 

Uses of StiFont in com.stimulsoft.report.infographics.gauge.primitives.indicators
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return StiFont
 StiFont StiMarkerBase.getFont()
          font of component.
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiFont
 void StiMarkerBase.setFont(StiFont font)
          font of component.
 

Uses of StiFont in com.stimulsoft.report.infographics.gauge.primitives.tick
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return StiFont
 StiFont StiTickLabelBase.getFont()
          font of component.
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiFont
 void StiTickLabelBase.setFont(StiFont font)
          font of component.
 

Uses of StiFont in com.stimulsoft.report.infographics.gauge.styles.core
 

Methods in com.stimulsoft.report.infographics.gauge.styles.core that return StiFont
 StiFont StiGaugeStyleCoreXF28.getTickLabelMajorFont()
           
 StiFont StiGaugeStyleCoreXF27.getTickLabelMajorFont()
           
 StiFont StiGaugeStyleCoreXF26.getTickLabelMajorFont()
           
 StiFont StiGaugeStyleCoreXF25.getTickLabelMajorFont()
           
 StiFont StiGaugeStyleCoreXF24.getTickLabelMajorFont()
           
abstract  StiFont StiGaugeStyleCoreXF.getTickLabelMajorFont()
           
 StiFont StiCustomGaugeStyleCoreXF.getTickLabelMajorFont()
           
 StiFont StiGaugeStyleCoreXF28.getTickLabelMinorFont()
           
 StiFont StiGaugeStyleCoreXF27.getTickLabelMinorFont()
           
 StiFont StiGaugeStyleCoreXF26.getTickLabelMinorFont()
           
 StiFont StiGaugeStyleCoreXF25.getTickLabelMinorFont()
           
 StiFont StiGaugeStyleCoreXF24.getTickLabelMinorFont()
           
abstract  StiFont StiGaugeStyleCoreXF.getTickLabelMinorFont()
           
 StiFont StiCustomGaugeStyleCoreXF.TickLabelMinorFont()
           
 

Uses of StiFont in com.stimulsoft.report.options
 

Fields in com.stimulsoft.report.options declared as StiFont
static StiFont ExportOptions.CheckBoxReplacementForExcelValue.Font
           
 

Methods in com.stimulsoft.report.options that return StiFont
static StiFont DesignerOptions.getDefaultPropertyGridFont()
           
static StiFont EngineOptions.getDefaultRtfFont()
           
static StiFont ExportOptions.StiCheckBoxExcelValueParameters.getFont()
          Gets or sets a default font of text
static StiFont EngineOptions.QuickInfo.getQuickInfoSystemFont()
           
 

Methods in com.stimulsoft.report.options with parameters of type StiFont
static void DesignerOptions.setDefaultPropertyGridFont(StiFont value)
           
static void EngineOptions.setDefaultRtfFont(StiFont value)
           
static void ExportOptions.StiCheckBoxExcelValueParameters.setFont(StiFont value)
           
static void EngineOptions.QuickInfo.setQuickInfoSystemFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.painters
 

Methods in com.stimulsoft.report.painters that return StiFont
static StiFont StiGaugeContextPainter.changeFontSize(StiFont font, double zoom)
           
 

Methods in com.stimulsoft.report.painters with parameters of type StiFont
 void StiGaugeContextPainter.addTextGaugeGeom(java.lang.String text, StiFont font, StiBrush foreground, StiRectangle rect, StringFormat sf)
           
static StiFont StiGaugeContextPainter.changeFontSize(StiFont font, double zoom)
           
 StiSize StiGdiGaugeContextPainter.measureString(java.lang.String text, StiFont font)
           
abstract  StiSize StiGaugeContextPainter.measureString(java.lang.String text, StiFont font)
           
 

Uses of StiFont in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiFont
 void StiBarCodePainter.baseDrawString(StiGraphics g, java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, java.lang.Double zoom)
          Draw string
 void StiBarCodePainter.baseDrawString(StiGraphics g, java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Double zoom)
          Draw string
 StiSize StiBarCodePainter.baseMeasureString(StiGraphics g, java.lang.String st, StiFont font)
          Measure string
 

Uses of StiFont in com.stimulsoft.report.painters.context.gauge
 

Methods in com.stimulsoft.report.painters.context.gauge that return StiFont
 StiFont IStiGaugeMarker.getFont()
           
 

Methods in com.stimulsoft.report.painters.context.gauge with parameters of type StiFont
 void IStiGaugeMarker.setFont(StiFont value)
           
 

Uses of StiFont in com.stimulsoft.report.painters.context.gauge.geoms
 

Fields in com.stimulsoft.report.painters.context.gauge.geoms declared as StiFont
 StiFont StiTextGaugeGeom.Font
           
 

Constructors in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StiFont
StiTextGaugeGeom(java.lang.String text, StiFont font, StiBrush foreground, StiRectangle rect, StringFormat sf)
           
 

Uses of StiFont in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that return StiFont
 StiFont StiStyle.getFont()
          Gets or sets font of style.
 StiFont StiDialogStyle.getFont()
          Gets or sets the font for drawing this style.
 StiFont StiGaugeStyle.getTickLabelMajorFont()
           
 StiFont StiGaugeStyle.getTickLabelMinorFont()
           
 

Methods in com.stimulsoft.report.styles with parameters of type StiFont
 void StiStyle.setFont(StiFont value)
           
 void StiDialogStyle.setFont(StiFont value)
           
 void StiGaugeStyle.setTickLabelMajorFont(StiFont tickLabelMajorFont)
           
 void StiGaugeStyle.setTickLabelMinorFont(StiFont tickLabelMinorFont)
           
 

Uses of StiFont in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiFont
static StiFont StiReportEdit.strToFont(java.lang.String value, StiReport report)
           
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiFont
static java.lang.String StiReportEdit.fontToStr(StiFont font)