[]
        
(Showing Draft Content)

GrapeCity.Core.Theme.GetRenderFont

GetRenderFont Method

GetRenderFont(IWorkbook, ref StyleFormat)

Gets the display font from the special font.

Declaration
public void GetRenderFont(IWorkbook workbook, ref StyleFormat styleFormat)
Public Sub GetRenderFont(workbook As IWorkbook, ByRef styleFormat As StyleFormat)
Parameters
Type Name Description
IWorkbook workbook

The current workbook.

StyleFormat styleFormat

The style format which contains the raw font.

GetRenderFont(IWorkbook, ref Font)

Gets the display font from the special font.

Declaration
public void GetRenderFont(IWorkbook workbook, ref Font font)
Public Sub GetRenderFont(workbook As IWorkbook, ByRef font As Font)
Parameters
Type Name Description
IWorkbook workbook

The current workbook.

Font font

The raw font.