Class StiFontIconsHelper

Hierarchy

  • StiFontIconsHelper

Index

Methods

Static convertFontIconToImage

  • Parameters

    • icon: StiFontIcons
    • color: Color
    • width: number
    • height: number
    • Default value dy: string = null

    Returns Image

Static convertFontIconToImageAsync

  • convertFontIconToImageAsync(icon: StiFontIcons, color: Color, width: number, height: number, dy?: string): Promise<Image>
  • Parameters

    • icon: StiFontIcons
    • color: Color
    • width: number
    • height: number
    • Default value dy: string = null

    Returns Promise<Image>

Static drawDirectionIcons

  • drawDirectionIcons(context: StiContext, brush: object, rect: Rectangle, singleSize: Size, icon: StiFontIcons, toolTip: string, verticalDirection: boolean, roundValues?: boolean): void
  • Parameters

    Returns void

Static drawFillIcons

Static getContent

Static getFontIcons

Static getFontIcons1

Static getIconFontSize

  • getIconFontSize(context: StiContext, size: Size, text: string): number
  • Parameters

    Returns number

Static getIconPadding

Static getIsonSetContent

Static writeFontIconImage

Generated using TypeDoc