Difference between revisions of "GlyphData (Français)"
(Created page with "{{newin (Français)|0.7.0|070|type=type}} Un GlyphData (données de glyphe) représente un symbole traçable par un traceur de fontes. == Constructeurs == {{#ask: Catego...") |
(→Constructeurs) |
||
Line 2: | Line 2: | ||
Un GlyphData (données de glyphe) représente un symbole traçable par un traceur de fontes. | Un GlyphData (données de glyphe) représente un symbole traçable par un traceur de fontes. | ||
== Constructeurs == | == Constructeurs == | ||
− | {{#ask: [[Category:Functions]] [[Constructs::GlyphData]] [[Concept:Current]] | + | {{#ask: [[Category:Functions (Français)]] [[Constructs::GlyphData (Français)]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
| default=None. | | default=None. | ||
Line 13: | Line 13: | ||
| ?PrettyRemoved | | ?PrettyRemoved | ||
}} | }} | ||
+ | |||
== Fonctions == | == Fonctions == | ||
{{#ask: [[Category:Functions]] [[parent::GlyphData||Data||Object]] [[Concept:Current]] | {{#ask: [[Category:Functions]] [[parent::GlyphData||Data||Object]] [[Concept:Current]] |
Revision as of 08:04, 27 April 2022
Disponible depuis LÖVE 0.7.0 |
Ce-tte type n'est pas supporté-e par des versions plus anciennes. |
Un GlyphData (données de glyphe) représente un symbole traçable par un traceur de fontes.
Constructeurs
Rasterizer:getGlyphData (Français) | Retourne les données d'un glyphe de la fonte. | 0.7.0 | |
love.font.newGlyphData (Français) | Crée un nouvel objet GlyphData. |
Fonctions
Data:clone | Creates a new copy of the Data object. | 11.0 | |
Data:getFFIPointer | Gets an FFI pointer to the Data. | 11.3 | |
Data:getPointer | Gets a pointer to the Data. | ||
Data:getSize | Gets the Data's size in bytes. | ||
Data:getString | Gets the full Data as a string. | 0.9.0 | |
GlyphData:getAdvance | Gets glyph advance. | 0.7.0 | |
GlyphData:getBearing | Gets glyph bearing. | 0.7.0 | |
GlyphData:getBoundingBox | Gets glyph bounding box. | 0.7.0 | |
GlyphData:getDimensions | Gets glyph dimensions. | 0.7.0 | |
GlyphData:getFormat | Gets glyph pixel format. | 11.0 | |
GlyphData:getGlyph | Gets glyph number. | 0.7.0 | |
GlyphData:getGlyphString | Gets glyph string. | 0.7.0 | |
GlyphData:getHeight | Gets glyph height. | 0.7.0 | |
GlyphData:getWidth | Gets glyph width. | 0.7.0 | |
Object:release | Immediately destroys the object's Lua reference. | 11.0 | |
Object:type | Gets the type of the object as a string. | ||
Object:typeOf | Checks whether an object is of a certain type. |
Supertypes
Voir également
Autres langues
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