|
M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
|
Public Member Functions | |
| Font (string name, string path, SpriteData spriteData) | |
| float | GetWordWidth (string word, float extraPadding) |
| float | GetCharacterWidth (char character, float extraPadding) |
| override string | ToString () |
Public Attributes | |
| readonly string | Name |
Protected Member Functions | |
| Font (string name) | |
Properties | |
| int | Size [get] |
| bool | Smooth [get] |
| float | SmoothingConstant [get] |
| float | CustomScale = 1f [get] |
| Used for scaling font size. Already applied to Size. More... | |
| int | LineHeight [get] |
| int | Base [get] |
| int | CharacterCount [get] |
| SpritePart | FontSprite [get] |
| Dictionary< int, BitmapFontCharacter > | Characters [get] |
| TaleWorlds.TwoDimension.Font.Font | ( | string | name, |
| string | path, | ||
| SpriteData | spriteData | ||
| ) |
|
protected |
| float TaleWorlds.TwoDimension.Font.GetWordWidth | ( | string | word, |
| float | extraPadding | ||
| ) |
| float TaleWorlds.TwoDimension.Font.GetCharacterWidth | ( | char | character, |
| float | extraPadding | ||
| ) |
| override string TaleWorlds.TwoDimension.Font.ToString | ( | ) |
| readonly string TaleWorlds.TwoDimension.Font.Name |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |