Uses of Class
com.stimulsoft.base.system.StiFont
Packages that use StiFont
Package
Description
-
Uses of StiFont in com.stimulsoft.base
Methods in com.stimulsoft.base that return StiFontMethods in com.stimulsoft.base with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.base.drawing
Fields in com.stimulsoft.base.drawing declared as StiFontMethods in com.stimulsoft.base.drawing with parameters of type StiFontModifier and TypeMethodDescriptionstatic StiBreakTextStiTextUtil.breakText(int maxHeight, int maxWidth, StiFont font, String text, boolean allowHtmlTags, float lineSpacing, StiTextHorAlignment horAlignment, boolean wordWrap, StiGraphics g) voidStiGraphics.drawHTMLText(String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, float lineSpacing, Double zoom) Draw HTML textstatic voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) voidStiGraphics.drawText(String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Boolean wordWrap, float lineSpacing, Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions) Draw textstatic StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, double zoom) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, int maximalWidth, double zoom, boolean wordWrap) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, double zoom) static StiRectangleStiRotatedTextDrawing.measureString(StiGraphics g, String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, int maximalWidth, double zoom) static StiSizeStiTextUtil.measureString(double maxWidth, StiFont font, String text, float lineSpacing, float angle) static StiSizeStiTextUtil.measureString(double maxWidth, StiFont stiFont, String text, float angle, float lineSpacing, boolean wordWrap) static StiSizeStiTextUtil.measureString(StiFont font, String text, float lineSpacing) static StiSizeStiTextUtil.measureString(StiFont font, String text, float lineSpacing, float angle) -
Uses of StiFont in com.stimulsoft.base.system
Methods in com.stimulsoft.base.system that return StiFontModifier and TypeMethodDescriptionstatic StiFontStiFont.changeFontSize(StiFont font, double newFontSize) StiFont.deserializeString(String textContent) static StiFontMethods in com.stimulsoft.base.system with parameters of type StiFontModifier and TypeMethodDescriptionstatic StiFontStiFont.changeFontSize(StiFont font, double newFontSize) -
Uses of StiFont in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return StiFontMethods in com.stimulsoft.report.barCodes with parameters of type StiFontModifier and TypeMethodDescriptionprotected voidStiBarCodeTypeService.baseDrawString(StiGraphics context, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Double zoom) protected StiSizeStiBarCodeTypeService.baseMeasureString(StiGraphics context, String st, StiFont font) void -
Uses of StiFont in com.stimulsoft.report.chart.core.styles
Methods in com.stimulsoft.report.chart.core.styles that return StiFontModifier and TypeMethodDescriptionStiStyleCoreXF.getLegendFont()StiStyleCoreXF27.getLegendFont()StiStyleCoreXF28.getLegendFont()StiStyleCoreXF30.getLegendFont()StiStyleCoreXF31.getLegendFont()StiStyleCoreXF32.getLegendFont()StiStyleCoreXF33.getLegendFont()StiStyleCoreXF34.getLegendFont()StiStyleCoreXF.getSeriesLabelsFont()StiStyleCoreXF25.getSeriesLabelsFont()StiStyleCoreXF26.getSeriesLabelsFont()StiStyleCoreXF27.getSeriesLabelsFont()StiStyleCoreXF29.getSeriesLabelsFont()StiStyleCoreXF30.getSeriesLabelsFont()StiStyleCoreXF31.getSeriesLabelsFont()StiStyleCoreXF32.getSeriesLabelsFont()StiStyleCoreXF33.getSeriesLabelsFont()StiStyleCoreXF34.getSeriesLabelsFont() -
Uses of StiFont in com.stimulsoft.report.chart.helpers
Methods in com.stimulsoft.report.chart.helpers with parameters of type StiFontModifier and TypeMethodDescriptionstatic StringStiTextContentHelper.getMeasureText(StiContext context, String text, StiFont font, double maxWidth) -
Uses of StiFont in com.stimulsoft.report.chart.interfaces.axis
Methods in com.stimulsoft.report.chart.interfaces.axis that return StiFontMethods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.interfaces.chartTitle
Methods in com.stimulsoft.report.chart.interfaces.chartTitle that return StiFontMethods in com.stimulsoft.report.chart.interfaces.chartTitle with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.interfaces.constantLines
Methods in com.stimulsoft.report.chart.interfaces.constantLines that return StiFontMethods in com.stimulsoft.report.chart.interfaces.constantLines with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.interfaces.legend
Methods in com.stimulsoft.report.chart.interfaces.legend that return StiFontMethods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.interfaces.radarAxis
Methods in com.stimulsoft.report.chart.interfaces.radarAxis that return StiFontMethods in com.stimulsoft.report.chart.interfaces.radarAxis with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.interfaces.seriesLabels
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels that return StiFontMethods in com.stimulsoft.report.chart.interfaces.seriesLabels with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.interfaces.strips
Methods in com.stimulsoft.report.chart.interfaces.strips that return StiFontMethods in com.stimulsoft.report.chart.interfaces.strips with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.interfaces.table
Methods in com.stimulsoft.report.chart.interfaces.table that return StiFontMethods in com.stimulsoft.report.chart.interfaces.table with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.interfaces.trendLines
Methods in com.stimulsoft.report.chart.interfaces.trendLines that return StiFontMethods in com.stimulsoft.report.chart.interfaces.trendLines with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.view.axis
Methods in com.stimulsoft.report.chart.view.axis that return StiFontModifier and TypeMethodDescriptionfinal StiFontStiAxisLabels.getFont()Gets or sets font which will be used for axis label drawing.final StiFontStiAxisTitle.getFont()Gets or set font which will be used for axis title drawing.Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiFontModifier and TypeMethodDescriptionfinal voidfinal voidConstructors in com.stimulsoft.report.chart.view.axis with parameters of type StiFontModifierConstructorDescriptionStiAxisLabels(String format, String textBefore, String textAfter, float angle, StiFont font, boolean antialiasing, StiLabelsPlacement placement, StiColor color, float width, StiMarkerAlignment textAlignment, double step, boolean allowApplyStyle) StiAxisLabels(String format, String textBefore, String textAfter, float angle, StiFont font, boolean antialiasing, StiLabelsPlacement placement, StiColor color, float width, StiMarkerAlignment textAlignment, double step, boolean allowApplyStyle, boolean wordWrap) StiAxisTitle(StiFont font, 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 StiFontModifier and TypeMethodDescriptionfinal StiFontStiChartTitle.getFont()Gets or sets font of the chart title.Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiFontConstructors in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiFontModifierConstructorDescriptionStiChartTitle(StiFont font, 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 StiFontModifier and TypeMethodDescriptionStiConstantLines.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 -
Uses of StiFont in com.stimulsoft.report.chart.view.legend
Methods in com.stimulsoft.report.chart.view.legend that return StiFontModifier and TypeMethodDescriptionfinal StiFontStiLegend.getFont()Gets or sets font which used for series title drawing in chart legend.final StiFontStiLegend.getTitleFont()Gets or sets title font of the chart legend.Methods in com.stimulsoft.report.chart.view.legend with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.view.radarAxis
Methods in com.stimulsoft.report.chart.view.radarAxis that return StiFontModifier and TypeMethodDescriptionfinal StiFontStiRadarAxisLabels.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 StiFontConstructors in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiFontModifierConstructorDescriptionStiRadarAxisLabels(String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle) StiRadarAxisLabels(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 StiFontModifier and TypeMethodDescriptionStiNoneLabels.getFont()StiSeriesLabels.getFont()Gets or sets font which will be used to draw series labels.Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.view.strips
Methods in com.stimulsoft.report.chart.view.strips that return StiFontMethods in com.stimulsoft.report.chart.view.strips with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.view.table
Methods in com.stimulsoft.report.chart.view.table that return StiFontMethods in com.stimulsoft.report.chart.view.table with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.chart.view.trendLines
Methods in com.stimulsoft.report.chart.view.trendLines that return StiFontMethods in com.stimulsoft.report.chart.view.trendLines with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return StiFontModifier and TypeMethodDescriptionfinal StiFontStiWatermark.getFont()Gets or sets font of Watermark.Methods in com.stimulsoft.report.components with parameters of type StiFontModifier and TypeMethodDescriptionstatic StiBreakTextStiComponentDivider.BreakText(StiGraphics measureGraphics, StiRectangle rect, String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp) static StiSizeStiStandardTextRenderer.MeasureHTMLString(double maxWidth, StiFont font, StiText textBox, boolean allowHtmlTags) static StiSizeStiStandardTextRenderer.measureString(StiFont font, String text, float angle) static StiSizeStiStandardTextRenderer.MeasureString(double maxWidth, StiFont stiFont, float angle, String text, float lineSpacing, boolean wordWrap) static StiSizeStiStandardTextRenderer.MeasureString(double maxWidth, StiFont font, StiText textBox) static StiSizeStiStandardTextRenderer.MeasureString(int maxWidth, StiFont stiFont, StiText textBox) final voidConstructors in com.stimulsoft.report.components with parameters of type StiFontModifierConstructorDescriptionStiWatermark(StiBrush textBrush, String text, double angle, StiFont font, boolean showBehind) StiWatermark(StiBrush textBrush, String text, double angle, StiFont font, boolean showBehind, boolean enabled, boolean aspectRatio) StiWatermark(StiBrush textBrush, 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 StiFontModifier and TypeMethodDescriptionfinal voidStiContainer.setComponentsFont(StiFont font) final voidStiContainer.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 StiFontModifier and TypeMethodDescriptionfinal StiFontStiCondition.getFont()Gets or sets font of text.final StiFontStiMultiConditionContainer.getFont()Gets or sets font of text.Methods in com.stimulsoft.report.components.conditions with parameters of type StiFontModifier and TypeMethodDescriptionstatic voidStiConditionHelper.ApplyFont(Object component, StiFont font, StiEnumSet<StiConditionPermissions> perms) final voidfinal voidConstructors in com.stimulsoft.report.components.conditions with parameters of type StiFontModifierConstructorDescriptionStiCondition(StiFilterItem item, String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled) Creates a new object of the type StiCondition.StiCondition(StiFilterItem item, String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression) Creates a new object of the type StiCondition.StiCondition(StiFilterItem item, String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides) Creates a new object of the type StiCondition.StiCondition(StiFilterItem item, String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides, StiEnumSet<StiConditionPermissions> permissions) Creates a new object of the type StiCondition.StiCondition(String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled) Creates a new object of the type StiCondition.StiCondition(String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression) Creates a new object of the type StiCondition.StiCondition(String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides) Creates a new object of the type StiCondition.StiCondition(String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides, StiEnumSet<StiConditionPermissions> permissions) Creates a new object of the type StiCondition.StiCondition(String column, StiFilterCondition condition, String value, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled) Creates a new object of the type StiCondition.StiCondition(String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled) Creates a new object of the type StiCondition.StiCondition(String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression) Creates a new object of the type StiCondition.StiCondition(String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides) Creates a new object of the type StiCondition.StiCondition(String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides, StiEnumSet<StiConditionPermissions> permissions, boolean breakIfTrue) Creates a new object of the type StiCondition.StiCondition(String column, StiFilterCondition condition, Date date1, StiColor textColor, StiColor backColor, StiFont font, boolean enabled) Creates a new object of the type StiCondition.StiCondition(String column, StiFilterCondition condition, Date date1, Date date2, StiColor textColor, StiColor backColor, StiFont font, boolean enabled) 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, 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, 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, String assignExpression, 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, 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 StiFontMethods in com.stimulsoft.report.components.interfaces with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.components.simplecomponents
Fields in com.stimulsoft.report.components.simplecomponents declared as StiFontMethods in com.stimulsoft.report.components.simplecomponents that return StiFontModifier and TypeMethodDescriptionfinal StiFontStiText.getActualFont(StiExpression text, float minFontSize) final StiFontStiText.getActualFont(String text) final StiFontStiText.getActualFont(String text, float minFontSize) StiText.getFont()Gets or sets font of component.Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.crossTab
Methods in com.stimulsoft.report.crossTab that return StiFontMethods in com.stimulsoft.report.crossTab with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.dialogs
Methods in com.stimulsoft.report.dialogs that return StiFontModifier and TypeMethodDescriptionStiForm.getFont()Gets or sets font of control.StiReportControl.getFont()Gets or sets the font of the text displayed by the control.StiGridControl.getHeaderFont()Gets or sets the font used for column headers.Methods in com.stimulsoft.report.dialogs with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.dictionary.functions
Methods in com.stimulsoft.report.dictionary.functions that return StiFont -
Uses of StiFont in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiFontModifier and TypeMethodDescriptionvoidStiHtmlExportService.renderFont(StiHtmlTableCell cell, StiFont font) Render font -
Uses of StiFont in com.stimulsoft.report.export.service.helper
Methods in com.stimulsoft.report.export.service.helper with parameters of type StiFontModifier and TypeMethodDescriptionstatic StringStiSvgHelper.getStyleString(StiFont font, StiColor textColor) -
Uses of StiFont in com.stimulsoft.report.export.tools
Methods in com.stimulsoft.report.export.tools that return StiFontMethods in com.stimulsoft.report.export.tools with parameters of type StiFontModifier and TypeMethodDescriptionvoidStiBarCodeExportPainter.baseDrawString(Object context, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) StiBarCodeExportPainter.baseMeasureString(Object context, String st, StiFont font) voidIStiExportGeomWriter.drawString(String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidStiPdfGeomWriter.drawString(String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidStiSvgGeomWriter.drawString(String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidIStiExportGeomWriter.drawText(StiPoint basePoint, String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign) voidStiPdfGeomWriter.drawText(StiPoint basePoint, String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign) voidStiSvgGeomWriter.drawText(StiPoint basePoint, String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign) static List<StiLineInfo> StiTextRenderer.getTextLines(String text, StiFont font, StiRectangle rect, Boolean wordWrap) Get text linesIStiExportGeomWriter.measureString(String st, StiFont font) StiPdfGeomWriter.measureString(String st, StiFont font) StiSvgGeomWriter.measureString(String st, StiFont font) voidConstructors in com.stimulsoft.report.export.tools with parameters of type StiFontModifierConstructorDescriptionStiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, String format, float lineSpacing, boolean alloHtmlTags) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, String format, String styleName, float lineSpacing, boolean alloHtmlTags) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, String format, float lineSpacing) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, String format, String styleName, float lineSpacing) -
Uses of StiFont in com.stimulsoft.report.export.tools.pdf
Fields in com.stimulsoft.report.export.tools.pdf declared as StiFontMethods in com.stimulsoft.report.export.tools.pdf with parameters of type StiFontModifier and TypeMethodDescriptionbyte[]PdfFonts.getFontDataBuf(StiFont font, Map<Font, byte[]> customFonts) Get font file byte array fron buffer (if exist)com.stimulsoft.report.export.tools.pdf.PdfFonts.FontsInfoStore.FontInfoPdfFonts.FontsInfoStore.getFontInfo(StiFont font) Get font infovoidPdfFonts.getFontMetrics(StiFont font, PdfFontInfo currentFontInfo, int[] glyphMap) get font metricsintPdfFonts.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 StiFontModifier and TypeMethodDescriptionStiNeedle.getFont()font of component.StiStateIndicator.getFont()font of component.Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.infographics.gauge.primitives.indicators
Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return StiFontMethods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.infographics.gauge.primitives.tick
Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return StiFontMethods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.infographics.gauge.styles.core
Methods in com.stimulsoft.report.infographics.gauge.styles.core that return StiFontModifier and TypeMethodDescriptionStiCustomGaugeStyleCoreXF.getTickLabelMajorFont()abstract StiFontStiGaugeStyleCoreXF.getTickLabelMajorFont()StiGaugeStyleCoreXF24.getTickLabelMajorFont()StiGaugeStyleCoreXF25.getTickLabelMajorFont()StiGaugeStyleCoreXF26.getTickLabelMajorFont()StiGaugeStyleCoreXF27.getTickLabelMajorFont()StiGaugeStyleCoreXF28.getTickLabelMajorFont()StiGaugeStyleCoreXF29.getTickLabelMajorFont()StiGaugeStyleCoreXF30.getTickLabelMajorFont()StiGaugeStyleCoreXF33.getTickLabelMajorFont()StiGaugeStyleCoreXF34.getTickLabelMajorFont()StiGaugeStyleCoreXF35.getTickLabelMajorFont()StiGaugeStyleCoreXF36.getTickLabelMajorFont()StiGaugeStyleCoreXF37.getTickLabelMajorFont()StiCustomGaugeStyleCoreXF.getTickLabelMinorFont()abstract StiFontStiGaugeStyleCoreXF.getTickLabelMinorFont()StiGaugeStyleCoreXF24.getTickLabelMinorFont()StiGaugeStyleCoreXF25.getTickLabelMinorFont()StiGaugeStyleCoreXF26.getTickLabelMinorFont()StiGaugeStyleCoreXF27.getTickLabelMinorFont()StiGaugeStyleCoreXF28.getTickLabelMinorFont()StiGaugeStyleCoreXF29.getTickLabelMinorFont()StiGaugeStyleCoreXF30.getTickLabelMinorFont()StiGaugeStyleCoreXF33.getTickLabelMinorFont()StiGaugeStyleCoreXF34.getTickLabelMinorFont()StiGaugeStyleCoreXF35.getTickLabelMinorFont()StiGaugeStyleCoreXF36.getTickLabelMinorFont()StiGaugeStyleCoreXF37.getTickLabelMinorFont() -
Uses of StiFont in com.stimulsoft.report.options
Fields in com.stimulsoft.report.options declared as StiFontModifier and TypeFieldDescriptionstatic StiFontExportOptions.CheckBoxReplacementForExcelValue.FontMethods in com.stimulsoft.report.options that return StiFontModifier and TypeMethodDescriptionstatic StiFontDesignerOptions.getDefaultPropertyGridFont()static StiFontEngineOptions.getDefaultRtfFont()static StiFontExportOptions.StiCheckBoxExcelValueParameters.getFont()Gets or sets a default font of textstatic StiFontEngineOptions.QuickInfo.getQuickInfoSystemFont()Methods in com.stimulsoft.report.options with parameters of type StiFontModifier and TypeMethodDescriptionstatic voidDesignerOptions.setDefaultPropertyGridFont(StiFont value) static voidEngineOptions.setDefaultRtfFont(StiFont value) static voidstatic voidEngineOptions.QuickInfo.setQuickInfoSystemFont(StiFont value) -
Uses of StiFont in com.stimulsoft.report.painters
Methods in com.stimulsoft.report.painters that return StiFontModifier and TypeMethodDescriptionstatic StiFontStiGaugeContextPainter.changeFontSize(StiFont font, double zoom) Methods in com.stimulsoft.report.painters with parameters of type StiFontModifier and TypeMethodDescriptionvoidStiGaugeContextPainter.addTextGaugeGeom(String text, StiFont font, StiBrush foreground, StiRectangle rect, StringFormat sf) static StiFontStiGaugeContextPainter.changeFontSize(StiFont font, double zoom) abstract StiSizeStiGaugeContextPainter.measureString(String text, StiFont font) StiGdiGaugeContextPainter.measureString(String text, StiFont font) -
Uses of StiFont in com.stimulsoft.report.painters.components
Methods in com.stimulsoft.report.painters.components with parameters of type StiFontModifier and TypeMethodDescriptionvoidStiBarCodePainter.baseDrawString(StiGraphics g, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Double zoom) Draw stringvoidStiBarCodePainter.baseDrawString(StiGraphics g, String st, StiFont font, StiBrush brush, StiRectangle rect, Double zoom) Draw stringStiBarCodePainter.baseMeasureString(StiGraphics g, String st, StiFont font) Measure string -
Uses of StiFont in com.stimulsoft.report.painters.context.chart.geoms
Methods in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiFontModifier and TypeMethodDescriptionstatic StiFontGeomStiFontGeom.ChangeFontSize(StiFont font, double newFontSize) static StiFontGeomStiFontGeom.ChangeFontSize(StiFont font, float newFontSize) Constructors in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.painters.context.gauge
Methods in com.stimulsoft.report.painters.context.gauge that return StiFontMethods in com.stimulsoft.report.painters.context.gauge with parameters of type StiFont -
Uses of StiFont in com.stimulsoft.report.painters.context.gauge.geoms
Fields in com.stimulsoft.report.painters.context.gauge.geoms declared as StiFontConstructors in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StiFontModifierConstructorDescriptionStiTextGaugeGeom(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 StiFontModifier and TypeMethodDescriptionfinal StiFontStiDialogStyle.getFont()Gets or sets the font for drawing this style.final StiFontStiStyle.getFont()Gets or sets font of style.StiGaugeStyle.getTickLabelMajorFont()StiGaugeStyle.getTickLabelMinorFont()Methods in com.stimulsoft.report.styles with parameters of type StiFontModifier and TypeMethodDescriptionfinal voidfinal voidvoidStiGaugeStyle.setTickLabelMajorFont(StiFont tickLabelMajorFont) voidStiGaugeStyle.setTickLabelMinorFont(StiFont tickLabelMinorFont) -
Uses of StiFont in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that return StiFontMethods in com.stimulsoft.webdesigner.helper with parameters of type StiFont