Font Members
Include Protected Members
Include Inherited Members
Represents character formatting for text or a bullet. The Font object is a member of the Fonts collection. The Fonts collection contains all the fonts used in a presentation.
The Font type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
AutoRotateNumbers | Returns or sets lateral compression. Read/write. | |
BaselineOffset | Returns or sets the baseline offset for the specified superscript or subscript characters. Read/write. | |
Bold | Determines whether the font in the specified WordArt is bold. Read/write. | |
Color | Returns the color of the current Font object. Read-only. | |
Embeddable | Determines whether the specified font can be embedded in the presentation. Read-only. | |
Embedded | Determines whether the specified font is embedded in the presentation. Read-only. | |
Emboss | Determines whether the character format is embossed. Read/write. | |
Italic | Determines whether the font in the specified WordArt is italic. Read/write. | |
Name | Returns or sets the name of the specified object. Read/write. | |
NameAscii | Returns or sets the font used for ASCII characters (characters with character set numbers within the range of 0 to 127). Read/write. | |
NameComplexScript | Returns or sets the complex script font name. Used for mixed language text. Read/write. | |
NameFarEast | Returns or sets the Asian font name. Read/write. | |
NameOther | Returns or sets the font used for characters whose character set numbers are greater than 127. Read/write. | |
Parent | Returns the parent object for the specified object. | |
Shadow | Determines whether the specified text has a shadow. Read/write. | |
Size | Returns or sets the character size, in points. Read/write. | |
Subscript | Determines whether the specified text is subscript. Read/write. | |
Superscript | Determines whether the specified text is superscript. Read/write. | |
Underline | Determines whether the specified text is underlined. Read/write. |
Top