프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Font | System | ||
GetCharacterInfo | bool | ||
GetCharacterInfo | bool | ||
GetCharacterInfo | bool | ||
GetOSInstalledFontNames | string[] | ||
HasCharacter | bool | ||
Internal_CreateDynamicFont | void | ||
Internal_CreateFont | void | ||
InvokeTextureRebuilt_Internal | void | ||
RequestCharactersInTexture | void | ||
RequestCharactersInTexture | void | ||
RequestCharactersInTexture | void |
메소드 | 설명 | |
---|---|---|
CreateDynamicFontFromOSFont ( string fontname, int size ) : |
Creates a Font object which lets you render a font installed on the user machine.
|
|
Font ( ) : System |
Create a new Font.
|
|
Font ( string name ) : System |
Create a new Font.
|
|
GetMaxVertsForString ( string str ) : int |
Returns the maximum number of verts that the text generator may return for a given string.
|
메소드 | 설명 | |
---|---|---|
Font ( string names, int size ) : System | ||
GetCharacterInfo ( char ch, |
||
GetCharacterInfo ( char ch, |
||
GetCharacterInfo ( char ch, |
||
GetOSInstalledFontNames ( ) : string[] | ||
HasCharacter ( char c ) : bool | ||
Internal_CreateDynamicFont ( [ _font, string _names, int size ) : void | ||
Internal_CreateFont ( [ _font, string name ) : void | ||
InvokeTextureRebuilt_Internal ( |
||
RequestCharactersInTexture ( string characters ) : void | ||
RequestCharactersInTexture ( string characters, [ size, [ style ) : void | ||
RequestCharactersInTexture ( string characters, int size ) : void |
public static CreateDynamicFontFromOSFont ( string fontname, int size ) : |
||
fontname | string | The name of the OS font to use for this font object. |
size | int | The default character size of the generated font. |
리턴 |
public Font ( string name ) : System | ||
name | string | The name of the created Font object. |
리턴 | System |
public static GetMaxVertsForString ( string str ) : int | ||
str | string | Input string. |
리턴 | int |