Difference between revisions of "Font (Tiếng Việt)"
(Created page with "Định nghĩa hình dáng của những kí tự có thể vẽ được lên màn hình. Defines the shape of characters than can be drawn onto the screen. == Constructor == {...") |
m |
||
Line 1: | Line 1: | ||
Định nghĩa hình dáng của những kí tự có thể vẽ được lên màn hình. | Định nghĩa hình dáng của những kí tự có thể vẽ được lên màn hình. | ||
− | |||
== Constructor == | == Constructor == |
Latest revision as of 18:18, 12 September 2012
Định nghĩa hình dáng của những kí tự có thể vẽ được lên màn hình.
Constructor
love.graphics.newFont | Creates a new Font from a TrueType Font or BMFont file. |
love.graphics.newImageFont | Creates a new Font by loading a specifically formatted image. |
Hàm
Font:getAscent | Gets the ascent of the Font in pixels. |
Font:getBaseline | Gets the baseline of the Font in pixels. |
Font:getDPIScale | Gets the DPI scale factor of the Font. |
Font:getDescent | Gets the descent of the Font in pixels. |
Font:getFilter | Gets the filter mode for a font. |
Font:getHeight | Gets the height of the Font in pixels. |
Font:getKerning | Gets the kerning between two characters in the Font. |
Font:getLineHeight | Gets the line height. |
Font:getWidth | Determines the width of the given text. |
Font:getWrap | Gets formatting information for text, given a wrap limit. |
Font:hasGlyphs | Gets whether the Font can render a character or string. |
Font:setFallbacks | Sets other Fonts to use if this Font doesn't have a specific character. |
Font:setFilter | Sets the filter mode for a font. |
Font:setLineHeight | Sets the line height. |
Object:release | Immediately destroys the object's Lua reference. |
Object:type | Gets the type of the object as a string. |
Object:typeOf | Checks whether an object is of a certain type. |
Kiểu cấp trên
Xem thêm
Ngôn ngữ khác
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info