[]
Adds a link to the specified Font.
public bool AddLinkedFont(Font linkedFont, float? scaleFactor = null)
Public Function AddLinkedFont(linkedFont As Font, Optional scaleFactor As Single? = Nothing) As Boolean
Type | Name | Description |
---|---|---|
Font | linkedFont | The Font to be added as linked font. |
float? | scaleFactor | The scale factor applied to size of the base font when the linked font is used instead. |
Type | Description |
---|---|
bool | True if the link was successfully added, False if the same font is already linked. |