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   
 

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
 

Methods in com.stimulsoft.base.drawing with parameters of type StiFont
static StiBreakText StiTextUtil.breakText(int maxHeight, int maxWidth, StiFont stiFont, java.lang.String text)
           
 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, 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)
           
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)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.