FontExtensions
System.FontExtensions
Namespace: System
Assembly: Wisej.Framework (3.2.0.0)
C#
VB.NET
public class FontExtensions
Public Class FontExtensions
In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Changes the size of the specified font .
Parameter | Type | Description |
---|---|---|
font | Base font. | |
size |
Changes the size of the specified font .
Parameter | Type | Description |
---|---|---|
font | Base font. | |
size | New size using the specified unit . | |
unit |
Changes the size and style of the specified font .
Parameter | Type | Description |
---|---|---|
font | Base font. | |
size | New size using the specified unit . | |
style | ||
unit |
Parameter | Type | Description |
---|---|---|
font | |
Returns whether the specified font is a theme font.
Parameter | Type | Description |
---|---|---|
font | Font to check. |
Last modified 30d ago